forked from zoncoen/scenarigo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
44 lines (40 loc) · 1.44 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/zoncoen/scenarigo
go 1.21.2
toolchain go1.22.3
require (
carvel.dev/ytt v0.48.0
github.com/cenkalti/backoff/v4 v4.3.0
github.com/fatih/color v1.17.0
github.com/goccy/go-yaml v1.12.0
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.6.0
github.com/hashicorp/go-multierror v1.1.1
github.com/mattn/go-encoding v0.0.2
github.com/pkg/errors v0.9.1
github.com/sergi/go-diff v1.3.1
github.com/sosedoff/gitkit v0.4.0
github.com/spf13/cobra v1.8.1
github.com/zoncoen/query-go v1.3.1
github.com/zoncoen/query-go/extractor/protobuf v0.1.3
github.com/zoncoen/query-go/extractor/yaml v0.2.1
golang.org/x/mod v0.20.0
golang.org/x/sync v0.8.0
golang.org/x/text v0.16.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.34.2
)
require (
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/k14s/starlark-go v0.0.0-20200720175618-3a5c849cc368 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
)