-
Notifications
You must be signed in to change notification settings - Fork 351
/
Copy pathgo.mod
24 lines (21 loc) · 901 Bytes
/
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
module gonet
go 1.12
require (
github.com/coreos/etcd v3.3.17+incompatible // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/uuid v1.1.1 // indirect
github.com/hashicorp/raft v1.2.0
github.com/hashicorp/raft-boltdb v0.0.0-20191021154308-4207f1bf0617
github.com/json-iterator/go v1.1.7
github.com/modern-go/reflect2 v1.0.1 // indirect
go.etcd.io/etcd v3.3.17+incompatible
go.uber.org/zap v1.15.0 // indirect
golang.org/x/net v0.0.0-20191027233614-53de4c7853b5
google.golang.org/genproto v0.0.0-20200428115010-c45acf45369a // indirect
google.golang.org/protobuf v1.21.0
)
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0