Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ 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/golang/protobuf v1.4.3
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/prometheus/client_golang v1.11.1
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
Expand Down
Loading