-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
28 lines (26 loc) · 1.03 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
module github.com/1xyz/coolbeans
go 1.13
require (
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878
github.com/beanstalkd/go-beanstalk v0.0.0-20200229072127-2b7b37f17578
github.com/davecgh/go-spew v1.1.1
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.1.1
github.com/hashicorp/raft v1.1.2
github.com/hashicorp/raft-boltdb v0.0.0-20191021154308-4207f1bf0617
github.com/mattn/goreman v0.3.12 // indirect
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.3 // indirect
github.com/ory/go-acc v0.2.1
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.3
github.com/sirupsen/logrus v1.5.0
github.com/smartystreets/goconvey v1.6.4
github.com/stretchr/testify v1.5.1
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/tools v0.0.0-20200413161937-250b2131eb8b
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/grpc v1.28.1
google.golang.org/protobuf v1.28.0
gopkg.in/yaml.v2 v2.2.8
)