-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
23 lines (20 loc) · 962 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
module github.com/ProtocolONE/geoip-service
require (
github.com/InVisionApp/go-health v2.1.0+incompatible
github.com/InVisionApp/go-logger v1.0.1 // indirect
github.com/ProtocolONE/go-micro-plugins v0.4.0
github.com/golang/protobuf v1.3.2
github.com/kelseyhightower/envconfig v1.3.0
github.com/micro/go-micro v1.18.0
github.com/micro/go-plugins/client/selector/static v0.0.0-20200119172437-4fe21aa238fd
github.com/micro/go-plugins/registry/etcd v0.0.0-20200119172437-4fe21aa238fd
github.com/micro/go-plugins/wrapper/monitoring/prometheus v0.0.0-20200119172437-4fe21aa238fd
github.com/oschwald/geoip2-golang v1.2.1
github.com/oschwald/maxminddb-golang v1.4.0 // indirect
github.com/prometheus/client_golang v1.3.0
github.com/stretchr/testify v1.4.0
gopkg.in/Clever/pathio.v3 v3.7.1
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
)
replace github.com/micro/go-micro => github.com/paysuper/go-micro v0.0.0-20220210193104-32a80cb1af1c
go 1.13