-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (39 loc) · 1.45 KB
/
go.mod
File metadata and controls
43 lines (39 loc) · 1.45 KB
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
module github.com/abcxyz/abc
go 1.24
toolchain go1.24.2
require (
al.essio.dev/pkg/shellescape v1.6.0
github.com/Masterminds/semver/v3 v3.3.1
github.com/abcxyz/abc-updater v0.4.0
github.com/abcxyz/pkg v1.5.4
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/benbjohnson/clock v1.3.5
github.com/fatih/color v1.18.0
github.com/google/cel-go v0.25.0
github.com/google/go-cmp v0.7.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-20250408133849-7e4ce0ab07d0
golang.org/x/mod v0.24.0
golang.org/x/sys v0.32.0
gopkg.in/yaml.v3 v3.0.1
)
require (
cel.dev/expr v0.23.1 // indirect
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/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/posener/script v1.2.0 // indirect
github.com/sethvargo/go-envconfig v1.3.0 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sync v0.13.0 // indirect
golang.org/x/text v0.24.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250428153025-10db94c68c34 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250428153025-10db94c68c34 // indirect
google.golang.org/grpc v1.72.0 // indirect
google.golang.org/protobuf v1.36.6 // indirect
)