-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathgo.mod
45 lines (42 loc) · 1.51 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
45
module github.com/zoncoen/scenarigo
go 1.22.0
require (
carvel.dev/ytt v0.48.0
dario.cat/mergo v1.0.1
github.com/bufbuild/protocompile v0.14.1
github.com/cenkalti/backoff/v4 v4.3.0
github.com/fatih/color v1.18.0
github.com/goccy/go-yaml v1.15.15
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/jhump/protoreflect v1.17.0
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.2
github.com/zoncoen/query-go/extractor/protobuf v0.1.4
github.com/zoncoen/query-go/extractor/yaml v0.2.2
golang.org/x/mod v0.22.0
golang.org/x/sync v0.10.0
golang.org/x/text v0.21.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a
google.golang.org/grpc v1.70.0
google.golang.org/protobuf v1.36.4
)
require (
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/golang/protobuf v1.5.4 // 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.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
)