-
Notifications
You must be signed in to change notification settings - Fork 125
/
go.mod
29 lines (26 loc) · 852 Bytes
/
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
module github.com/google/go-licenses/v2
go 1.19
require (
github.com/google/go-cmp v0.5.9
github.com/google/go-replayers/httpreplay v1.2.0
github.com/google/licenseclassifier/v2 v2.0.0
github.com/otiai10/copy v1.10.0
github.com/spf13/cobra v1.7.0
go.opencensus.io v0.24.0
golang.org/x/mod v0.12.0
golang.org/x/net v0.14.0
golang.org/x/sync v0.3.0
golang.org/x/text v0.13.0
golang.org/x/tools v0.12.0
k8s.io/klog/v2 v2.90.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logr/logr v1.2.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/martian/v3 v3.3.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.11.0 // indirect
)