forked from Altinity/clicktail
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
20 lines (18 loc) · 789 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/greymonster-mm/clicktail
go 1.13
require (
github.com/Altinity/libclick-go v1.6.1-0.20180401204617-875fa06ddbc7
github.com/go-sql-driver/mysql v1.5.0
github.com/honeycombio/dynsampler-go v0.2.1
github.com/honeycombio/gonx v1.3.1-0.20171118020637-f9b2468e9ef8
github.com/honeycombio/honeytail v1.1.4
github.com/honeycombio/mongodbtools v0.0.0-20180629202505-358295c47f68
github.com/honeycombio/mysqltools v0.0.1
github.com/honeycombio/urlshaper v0.0.0-20170302202025-2baba9ae5b5f
github.com/hpcloud/tail v1.0.1-0.20170814160653-37f427138745
github.com/jessevdk/go-flags v1.4.0
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.2.2
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
)