-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
40 lines (38 loc) · 1.69 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
module github.com/akhenakh/geottn
go 1.13
require (
github.com/TheThingsNetwork/go-app-sdk v0.0.0-20190516120600-5d30ea62f538
github.com/TheThingsNetwork/ttn/core/types v0.0.0-20190516112328-fcd38e2b9dc6
github.com/akhenakh/cayenne v0.0.0-20191121201738-ad831dca3b86
github.com/armon/go-metrics v0.3.0 // indirect
github.com/dgraph-io/badger/v2 v2.0.0
github.com/go-kit/kit v0.9.0
github.com/gobuffalo/envy v1.8.1 // indirect
github.com/gobuffalo/logger v1.0.2 // indirect
github.com/gobuffalo/packr/v2 v2.7.1
github.com/golang/geo v0.0.0-20190916061304-5b978397cfec
github.com/golang/protobuf v1.3.2
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/hashicorp/memberlist v0.1.5 // indirect
github.com/mbobakov/grpc-consul-resolver v1.3.0
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/mwitkow/go-grpc-middleware v1.0.0
github.com/namsral/flag v1.7.4-pre
github.com/opentracing/opentracing-go v1.1.0
github.com/prometheus/client_golang v0.9.2
github.com/rogpeppe/go-internal v1.5.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.4.0
github.com/twpayne/go-geom v1.0.5
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e // indirect
golang.org/x/tools v0.0.0-20191121214350-f51c1a7cd27a // indirect
google.golang.org/grpc v1.20.1
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)