forked from brocaar/chirpstack-network-server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
46 lines (45 loc) · 2.19 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
41
42
43
44
45
46
module github.com/brocaar/loraserver
require (
cloud.google.com/go v0.34.0
github.com/NickBall/go-aes-key-wrap v0.0.0-20170929221519-1c3aa3e4dfc5
github.com/brocaar/lorawan v0.0.0-20190308082318-5ed881e0a2d7
github.com/eclipse/paho.mqtt.golang v0.0.0-20190117150808-cb7eb9363b44
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/gobuffalo/packr v1.22.0 // indirect
github.com/gofrs/uuid v3.2.0+incompatible
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/protobuf v1.2.0
github.com/gomodule/redigo v2.0.0+incompatible
github.com/googleapis/gax-go v0.0.0-20181219185031-c8a15bac9b9f // indirect
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/goreleaser/goreleaser v0.101.0
github.com/goreleaser/nfpm v0.9.7
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/grpc-ecosystem/grpc-gateway v1.5.0
github.com/jmoiron/sqlx v0.0.0-20181024163419-82935fac6c1a
github.com/jteeuwen/go-bindata v3.0.7+incompatible
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/lib/pq v1.0.0
github.com/pkg/errors v0.8.1
github.com/rubenv/sql-migrate v0.0.0-20181213081019-5a8808c14925
github.com/sirupsen/logrus v1.3.0
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.3.1
github.com/stretchr/testify v1.3.0
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25 // indirect
golang.org/x/exp v0.0.0-20190104205336-ae74f88a12a8 // indirect
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3
golang.org/x/net v0.0.0-20190301231341-16b79f2e4e95
golang.org/x/oauth2 v0.0.0-20190115181402-5dab4167f31c // indirect
golang.org/x/sys v0.0.0-20190308023053-584f3b12f43e // indirect
golang.org/x/tools v0.0.0-20190118193359-16909d206f00
gonum.org/v1/gonum v0.0.0-20190115205657-1b07048b32c6
gonum.org/v1/netlib v0.0.0-20190219113230-9992c5f5eae4 // indirect
google.golang.org/api v0.1.0
google.golang.org/genproto v0.0.0-20190111180523-db91494dd46c // indirect
google.golang.org/grpc v1.18.0
gopkg.in/gorp.v1 v1.7.2 // indirect
)