-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathgo.mod
More file actions
52 lines (49 loc) · 1.84 KB
/
go.mod
File metadata and controls
52 lines (49 loc) · 1.84 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
44
45
46
47
48
49
50
51
52
module github.com/scenarigo/scenarigo
go 1.25.0
require (
carvel.dev/ytt v0.50.0
dario.cat/mergo v1.0.2
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.19.2
github.com/goccy/wasi-go v0.3.2
github.com/golang/mock v1.7.0-rc.1
github.com/google/go-cmp v0.7.0
github.com/hashicorp/go-multierror v1.1.1
github.com/jhump/protoreflect v1.18.0
github.com/mattn/go-encoding v0.0.2
github.com/mitchellh/copystructure v1.2.0
github.com/pkg/errors v0.9.1
github.com/sergi/go-diff v1.4.0
github.com/sosedoff/gitkit v0.4.0
github.com/spf13/cobra v1.10.2
github.com/tetratelabs/wazero v1.11.0
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.33.0
golang.org/x/sync v0.19.0
golang.org/x/text v0.34.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/grpc v1.79.1
google.golang.org/protobuf v1.36.11
)
require (
github.com/goccy/wasi-go-net v0.3.0 // indirect
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.8.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jhump/protoreflect/v2 v2.0.0-beta.2 // 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/mitchellh/reflectwalk v1.0.2 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/stealthrocket/wazergo v0.19.1 // indirect
golang.org/x/crypto v0.48.0 // indirect
golang.org/x/net v0.51.0 // indirect
golang.org/x/sys v0.41.0 // indirect
)