forked from TheThingsNetwork/lorawan-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
122 lines (117 loc) · 6.15 KB
/
go.mod
File metadata and controls
122 lines (117 loc) · 6.15 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
module go.thethings.network/lorawan-stack
replace github.com/grpc-ecosystem/grpc-gateway => github.com/ThethingsIndustries/grpc-gateway v1.7.0-gogo
replace github.com/robertkrimen/otto => github.com/ThethingsIndustries/otto v0.0.0-20181129100957-6ddbbb60554a
replace github.com/alecthomas/gometalinter => github.com/alecthomas/gometalinter v3.0.0+incompatible
replace gopkg.in/alecthomas/kingpin.v3-unstable => gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20171010053543-63abe20a23e2
require (
cloud.google.com/go v0.36.0 // indirect
github.com/Azure/azure-storage-blob-go v0.0.0-20190123011202-457680cc0804 // indirect
github.com/PuerkitoBio/purell v1.1.0
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/RangelReale/osin v1.0.1
github.com/TheThingsIndustries/magepkg v0.0.0-20190214092847-6c0299b7c3ed
github.com/TheThingsIndustries/mystique v0.0.0-20181023142449-f12a32cee6d6
github.com/TheThingsNetwork/go-cayenne-lib v1.0.0
github.com/alecthomas/gometalinter v3.0.0+incompatible
github.com/aws/aws-sdk-go v1.16.32
github.com/blang/semver v3.5.1+incompatible
github.com/certifi/gocertifi v0.0.0-20190105021004-abcd57078448 // indirect
github.com/client9/misspell v0.3.4
github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289 // indirect
github.com/disintegration/imaging v1.6.0
github.com/eclipse/paho.mqtt.golang v1.1.1
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/getsentry/raven-go v0.2.0
github.com/go-mail/mail v2.3.1+incompatible
github.com/go-redis/redis v6.15.1+incompatible
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gobwas/glob v0.2.3
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/gogo/protobuf v1.2.0
github.com/golang/gddo v0.0.0-20181116215533-9bd4a3295021
github.com/golang/protobuf v1.2.0
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect
github.com/google/wire v0.2.1 // indirect
github.com/goreleaser/goreleaser v0.101.0
github.com/gorilla/securecookie v1.1.1
github.com/gotnospirit/makeplural v0.0.0-20180622080156-a5f48d94d976 // indirect
github.com/gotnospirit/messageformat v0.0.0-20180622080451-0eab1176a3fb
github.com/gregjones/httpcache v0.0.0-20190203031600-7a902570cb17
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.7.0
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
github.com/imdario/mergo v0.3.7 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jacobsa/crypto v0.0.0-20180924003735-d95898ceee07
github.com/jacobsa/oglematchers v0.0.0-20150720000706-141901ea67cd // indirect
github.com/jacobsa/oglemock v0.0.0-20150831005832-e94d794d06ff // indirect
github.com/jacobsa/ogletest v0.0.0-20170503003838-80d50a735a11 // indirect
github.com/jacobsa/reqtrace v0.0.0-20150505043853-245c9e0234cb // indirect
github.com/jaytaylor/html2text v0.0.0-20180606194806-57d518f124b0
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v0.0.0-20181116074157-8ec929ed50c3 // indirect
github.com/kamilsk/retry v0.0.0-20190129190859-56e8dbb8622b // indirect
github.com/kr/pretty v0.1.0
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.2.8
github.com/lib/pq v1.0.0
github.com/magefile/mage v1.8.0
github.com/mattn/go-colorable v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.4
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/mattn/go-zglob v0.0.1 // indirect
github.com/mattn/goveralls v0.0.2
github.com/mdempsky/unconvert v0.0.0-20190117010209-2db5a8ead8e7
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/mwitkow/go-proto-validators v0.0.0-20190212092829-1f388280e944
github.com/nicksnyder/go-i18n v1.10.0 // indirect
github.com/oklog/ulid v1.3.1
github.com/olekukonko/tablewriter v0.0.1 // indirect
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/pborman/uuid v1.2.0 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/common v0.2.0 // indirect
github.com/prometheus/procfs v0.0.0-20190209105433-f8d8b3f739bd // indirect
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
github.com/satori/go.uuid v1.2.0
github.com/sendgrid/rest v2.4.1+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.4.1+incompatible
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304
github.com/soheilhy/cmux v0.1.4
github.com/spf13/afero v1.2.1 // indirect
github.com/spf13/cast v1.3.0
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.1
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
go.opencensus.io v0.19.0
go.thethings.network/lorawan-stack-legacy v0.0.0-20190118141410-68812c833a78
gocloud.dev v0.9.0
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
golang.org/x/image v0.0.0-20190209060608-ef4a1470e0dc // indirect
golang.org/x/net v0.0.0-20190206173232-65e2d4e15006
golang.org/x/oauth2 v0.0.0-20190211225200-5f6b76b7c9dd
golang.org/x/sys v0.0.0-20190209173611-3b5209105503 // indirect
golang.org/x/tools v0.0.0-20190211224914-44bee7e801e4
google.golang.org/genproto v0.0.0-20190201180003-4b09977fb922
google.golang.org/grpc v1.18.0
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20190204112747-618f46f3f0c8
gopkg.in/mail.v2 v2.3.1 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/square/go-jose.v2 v2.2.2
gopkg.in/yaml.v2 v2.2.2
)