-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathgo.mod
39 lines (36 loc) · 1.36 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
36
37
38
39
module github.com/cactus/go-camo/v2
go 1.24
require (
github.com/alecthomas/kong v1.8.1
github.com/cactus/mlog v1.0.10
github.com/prometheus/client_golang v1.21.1
github.com/prometheus/common v0.62.0
github.com/quic-go/quic-go v0.50.0
github.com/xlab/treeprint v1.2.0
go.uber.org/automaxprocs v1.6.0
golang.org/x/net v0.37.0
gotest.tools/v3 v3.5.2
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cactus/tai64 v1.0.3 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/pprof v0.0.0-20250302191652-9094ed2288e7 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/onsi/ginkgo/v2 v2.23.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/quic-go/qpack v0.5.1 // indirect
go.uber.org/mock v0.5.0 // indirect
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
golang.org/x/tools v0.31.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
)