forked from honeycombio/honeyaws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (26 loc) · 1.16 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
module github.com/honeycombio/honeyaws
go 1.18
require (
github.com/aws/aws-sdk-go v1.44.314
github.com/honeycombio/dynsampler-go v0.5.1
github.com/honeycombio/gonx v1.3.1-0.20180426150627-7443e4e8f28c // indirect
github.com/honeycombio/honeytail v1.8.3
github.com/honeycombio/libhoney-go v1.20.0
github.com/honeycombio/urlshaper v0.0.0-20170302202025-2baba9ae5b5f
github.com/jessevdk/go-flags v1.5.0
github.com/sirupsen/logrus v1.9.3
)
require (
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/facebookgo/limitgroup v0.0.0-20150612190941-6abd8d71ec01 // indirect
github.com/facebookgo/muster v0.0.0-20150708232844-fd3d7953fd52 // indirect
github.com/gopherjs/gopherjs v0.0.0-20220221023154-0b2280d3ff96 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/klauspost/compress v1.16.6 // indirect
github.com/smartystreets/assertions v1.2.1 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/sys v0.5.0 // indirect
gopkg.in/alexcesaro/statsd.v2 v2.0.0 // indirect
)