-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
44 lines (40 loc) · 1.52 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module github.com/abcxyz/abc
go 1.22
toolchain go1.22.1
require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/abcxyz/abc-updater v0.4.0
github.com/abcxyz/pkg v1.1.1
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/alessio/shellescape v1.4.2
github.com/benbjohnson/clock v1.3.5
github.com/fatih/color v1.17.0
github.com/google/cel-go v0.20.1
github.com/google/go-cmp v0.6.0
github.com/jinzhu/copier v0.4.0
github.com/mattn/go-isatty v0.0.20
github.com/posener/complete/v2 v2.1.0
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
golang.org/x/mod v0.18.0
golang.org/x/sys v0.21.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/google/renameio v1.0.1 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/posener/script v1.2.0 // indirect
github.com/sethvargo/go-envconfig v1.0.3 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240624140628-dc46fd24d27d // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d // indirect
google.golang.org/grpc v1.64.1 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)