-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathgo.mod
20 lines (18 loc) · 731 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/twitter/scoot
go 1.13
require (
github.com/apache/thrift v0.0.0-20160616201512-0e9fed1e12ed
github.com/davecgh/go-spew v1.1.1
github.com/golang/mock v1.0.1-0.20180211072722-58cd061d0938
github.com/hashicorp/golang-lru v0.5.4
github.com/leanovate/gopter v0.2.4
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/pkg/errors v0.9.1
github.com/rcrowley/go-metrics v0.0.0-20160613154715-cfa5a85e9f0a
github.com/sethgrid/pester v0.0.0-20190127155807-68a33a018ad0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.7.0
github.com/twitter/groupcache v0.0.0-20191021194929-8215cbf3be0f
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
)