-
Notifications
You must be signed in to change notification settings - Fork 47
/
go.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.23.1
require (
github.com/alecthomas/kong v1.6.0
github.com/cactus/mlog v1.0.10
github.com/prometheus/client_golang v1.20.5
github.com/prometheus/common v0.61.0
github.com/quic-go/quic-go v0.48.2
github.com/xlab/treeprint v1.2.0
go.uber.org/automaxprocs v1.6.0
golang.org/x/net v0.32.0
gotest.tools/v3 v3.5.1
)
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.6.0 // indirect
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/onsi/ginkgo/v2 v2.22.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.31.0 // indirect
golang.org/x/exp v0.0.0-20241215155358-4a5509556b9e // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/tools v0.28.0 // indirect
google.golang.org/protobuf v1.36.0 // indirect
)