forked from segmentio/stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (24 loc) · 968 Bytes
/
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
module github.com/clearbit/stats/v4
require (
github.com/mdlayher/taskstats v0.0.0-20220406141531-663da2780ecd
github.com/segmentio/fasthash v1.0.3
github.com/segmentio/objconv v1.0.1
github.com/segmentio/vpcinfo v0.2.0
github.com/stretchr/testify v1.8.1
)
require github.com/davecgh/go-spew v1.1.1 // indirect
require (
github.com/google/go-cmp v0.5.7 // indirect
github.com/josharian/native v1.0.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mdlayher/genetlink v1.2.0 // indirect
github.com/mdlayher/netlink v1.6.0 // indirect
github.com/mdlayher/socket v0.2.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.0.0-20220403103023-749bd193bc2b // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220405210540-1e041c57c461 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
go 1.18