-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 761 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/struckoff/kvstore
go 1.15
require (
github.com/cespare/xxhash v1.1.0
github.com/golang/protobuf v1.4.2
github.com/hashicorp/consul/api v1.7.0
github.com/influxdata/influxdb-client-go v1.4.0
github.com/julienschmidt/httprouter v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/lafikl/consistent v0.0.0-20190331123054-b5c3ef09639f
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.5.1
github.com/struckoff/sfcframework v0.0.0-20201008231356-1337aba3b022
go.etcd.io/bbolt v1.3.5
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
google.golang.org/grpc v1.32.0
)