-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (32 loc) · 1.27 KB
/
go.mod
File metadata and controls
36 lines (32 loc) · 1.27 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
module go.tkw01536.de/akhttpd
go 1.24.5
require (
github.com/die-net/lrucache v0.0.0-20240714232319-26322ba4bc23
github.com/google/go-github v17.0.0+incompatible
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/mpolden/echoip v0.0.0-20230521182614-d84665c26cf7
github.com/pkg/errors v0.9.1
go.tkw01536.de/pkglib v0.0.0-20250709062832-2e03f4a6e59a
golang.org/x/crypto v0.45.0
golang.org/x/oauth2 v0.30.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/golang/glog v1.2.5 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/google/go-licenses/v2 v2.0.0-alpha.1 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/licenseclassifier/v2 v2.0.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/sergi/go-diff v1.4.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.tkw01536.de/gogenlicense v1.5.0 // indirect
golang.org/x/mod v0.25.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/tools v0.34.0 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
)
tool go.tkw01536.de/gogenlicense/cmd/gogenlicense