-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 886 Bytes
/
Copy pathgo.mod
File metadata and controls
27 lines (24 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/pluveto/upgit
go 1.24.0
require (
github.com/alexflint/go-arg v1.6.1
github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible
github.com/aws/aws-sdk-go v1.55.8
github.com/fatih/color v1.18.0
github.com/mitchellh/mapstructure v1.5.0
github.com/pelletier/go-toml/v2 v2.2.4
golang.design/x/clipboard v0.7.1
golang.org/x/image v0.35.0
gopkg.in/validator.v2 v2.0.1
)
require (
github.com/alexflint/go-scalar v1.2.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/exp/shiny v0.0.0-20260112195511-716be5621a96 // indirect
golang.org/x/mobile v0.0.0-20260112195712-5b9ecdfb8721 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/time v0.14.0 // indirect
)