-
Notifications
You must be signed in to change notification settings - Fork 43
/
go.mod
24 lines (21 loc) · 811 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/pluveto/upgit
go 1.18
require (
github.com/alexflint/go-arg v1.4.3
github.com/fatih/color v1.13.0
github.com/mitchellh/mapstructure v1.4.3
github.com/pelletier/go-toml/v2 v2.0.6
golang.design/x/clipboard v0.6.0
golang.org/x/image v0.0.0-20220302094943-723b81ca9867
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0
)
require (
github.com/alexflint/go-scalar v1.1.0 // indirect
github.com/aws/aws-sdk-go v1.54.6 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/mobile v0.0.0-20220224134551-8a0a1e50732f // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
)