forked from cactus/go-camo
-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
36 lines (33 loc) · 1.2 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
module github.com/cactus/go-camo/v2
go 1.21
require (
github.com/alecthomas/kong v0.9.0
github.com/cactus/mlog v1.0.10
github.com/prometheus/client_golang v1.19.1
github.com/prometheus/common v0.54.0
github.com/quic-go/quic-go v0.45.0
github.com/xlab/treeprint v1.2.0
go.uber.org/automaxprocs v1.5.3
golang.org/x/net v0.26.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-20240528025155-186aa0362fba // indirect
github.com/onsi/ginkgo/v2 v2.19.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.4.0 // indirect
go.uber.org/mock v0.4.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/tools v0.22.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)