-
Notifications
You must be signed in to change notification settings - Fork 40
/
go.mod
40 lines (37 loc) · 1.68 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
40
module github.com/honeycombio/honeytail
go 1.21
require (
github.com/go-sql-driver/mysql v1.8.1
github.com/honeycombio/dynsampler-go v0.6.0
github.com/honeycombio/gonx v1.3.1-0.20171118020637-f9b2468e9ef8
github.com/honeycombio/libhoney-go v1.24.0
github.com/honeycombio/mysqltools v0.0.1
github.com/honeycombio/urlshaper v0.0.0-20170302202025-2baba9ae5b5f
github.com/jeromer/syslogparser v1.1.0
github.com/jessevdk/go-flags v1.6.1
github.com/klauspost/compress v1.17.11
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.10.0
github.com/tenebris-tech/tail v1.0.5
golang.org/x/sys v0.27.0
gopkg.in/yaml.v3 v3.0.1
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
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/fsnotify/fsnotify v1.6.0 // indirect
github.com/honeycombio/sqlparser v0.0.0-20180730202938-aab361df519b // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2 // indirect
gopkg.in/alexcesaro/statsd.v2 v2.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)