forked from zoncoen/scenarigo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
42 lines (39 loc) · 1.43 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
module github.com/zoncoen/scenarigo
go 1.19
require (
github.com/cenkalti/backoff/v4 v4.2.1
github.com/fatih/color v1.15.0
github.com/goccy/go-yaml v1.11.0
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.5.9
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.7.0
github.com/vmware-tanzu/carvel-ytt v0.45.3
github.com/zoncoen/query-go v1.2.1
github.com/zoncoen/query-go/extractor/yaml v0.1.1
golang.org/x/mod v0.12.0
golang.org/x/sync v0.3.0
golang.org/x/text v0.11.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
)
require (
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-version v1.6.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.19 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
)