forked from google/go-licenses
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (27 loc) · 905 Bytes
/
go.mod
File metadata and controls
30 lines (27 loc) · 905 Bytes
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
module github.com/haproxytech/go-licenses/v2
go 1.26
require (
github.com/google/go-cmp v0.7.0
github.com/google/go-replayers/httpreplay v1.2.0
github.com/google/licenseclassifier/v2 v2.0.0
github.com/otiai10/copy v1.14.1
github.com/spf13/cobra v1.10.2
go.opencensus.io v0.24.0
golang.org/x/mod v0.33.0
golang.org/x/net v0.50.0
golang.org/x/sync v0.19.0
golang.org/x/text v0.34.0
golang.org/x/tools v0.42.0
k8s.io/klog/v2 v2.130.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/google/martian/v3 v3.3.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/otiai10/mint v1.6.3 // indirect
github.com/sergi/go-diff v1.4.0 // indirect
github.com/spf13/pflag v1.0.10 // indirect
golang.org/x/sys v0.41.0 // indirect
)