-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
24 lines (20 loc) · 896 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 ms-weather
go 1.14
require (
github.com/gogf/gf v1.13.0
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.4.2
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/hashicorp/go-rootcerts v1.0.1 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/memberlist v0.1.5 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/micro/go-micro/v2 v2.9.1
github.com/micro/go-plugins/registry/consul/v2 v2.9.1
github.com/micro/go-plugins/registry/eureka/v2 v2.9.1
github.com/micro/micro/v2 v2.9.3
github.com/pascaldekloe/goe v0.1.0 // indirect
github.com/prometheus/client_golang v1.2.1 // indirect
)
replace github.com/lucas-clemente/quic-go => github.com/lucas-clemente/quic-go v0.18.0