-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
35 lines (32 loc) · 1.24 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
module github.com/please-build/puku
go 1.23
require (
github.com/fsnotify/fsnotify v1.7.0
github.com/google/go-licenses v1.6.1-0.20230903011517-706b9c60edd4
github.com/google/licenseclassifier/v2 v2.0.0
github.com/peterebden/go-cli-init/v5 v5.2.1
github.com/please-build/buildtools v0.0.0-20240111140234-77ffe55926d9
github.com/stretchr/testify v1.8.4
golang.org/x/mod v0.14.0
golang.org/x/sys v0.16.0
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/stretchr/objx v0.5.1 // indirect
github.com/thought-machine/go-flags v1.6.3 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/term v0.16.0 // indirect
golang.org/x/tools v0.17.0 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
)