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 (119 loc) · 6.44 KB
/
go.mod
File metadata and controls
122 lines (119 loc) · 6.44 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 v0.0.0-20190109121333-7004821b0205
replace github.com/robertkrimen/otto => github.com/ThethingsIndustries/otto v0.0.0-20181129100957-6ddbbb60554a
require (
4d63.com/gochecknoglobals v0.0.0-20190118042838-abbdf6ec0afb // indirect
4d63.com/gochecknoinits v0.0.0-20180528051558-14d5915061e5 // indirect
github.com/BurntSushi/toml v0.3.1 // 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-20190121105130-84da34311dab
github.com/TheThingsIndustries/mystique v0.0.0-20181023142449-f12a32cee6d6
github.com/TheThingsNetwork/go-cayenne-lib v1.0.0
github.com/alecthomas/gocyclo v0.0.0-20150208221726-aa8f8b160214 // indirect
github.com/alexflint/go-arg v1.0.0 // indirect
github.com/alexkohler/nakedret v0.0.0-20171106223215-c0e305a4f690 // indirect
github.com/aws/aws-sdk-go v1.16.21
github.com/blang/semver v3.5.1+incompatible
github.com/certifi/gocertifi v0.0.0-20190105021004-abcd57078448 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190111225525-2fea367d496d // indirect
github.com/disintegration/imaging v1.5.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/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/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect
github.com/golang/protobuf v1.2.0
github.com/google/wire v0.2.1 // indirect
github.com/gordonklaus/ineffassign v0.0.0-20180909121442-1003c8bd00dc // indirect
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-20181110185634-c63ab54fda8f
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.6.4
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
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/jgautheron/goconst v0.0.0-20170703170152-9740945f5dcb // indirect
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/kisielk/errcheck v1.2.0 // indirect
github.com/kr/pretty v0.1.0
github.com/kr/pty v1.1.3 // indirect
github.com/labstack/echo v0.0.0-20190126223945-739700bf4ef7
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-isatty v0.0.4
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/mdempsky/maligned v0.0.0-20180708014732-6e39bd26a8c8 // indirect
github.com/mdempsky/unconvert v0.0.0-20190117010209-2db5a8ead8e7 // indirect
github.com/mibk/dupl v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/mozilla/tls-observatory v0.0.0-20181217184626-169b7da23694 // indirect
github.com/mwitkow/go-proto-validators v0.0.0-20180403085117-0950a7990007
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d // 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/opennota/check v0.0.0-20180911053232-0c771f5545ff // 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/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
github.com/satori/go.uuid v1.2.0
github.com/securego/gosec v0.0.0-20190118100941-b6626154df11 // indirect
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/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/objx v0.1.1 // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/stripe/safesql v0.0.0-20171221195208-cddf355596fe // indirect
github.com/tsenart/deadcode v0.0.0-20160724212837-210d2dc333e9 // indirect
github.com/walle/lll v0.0.0-20160702150637-8b13b3fbf731 // indirect
go.opencensus.io v0.18.0
go.thethings.network/lorawan-stack-legacy v0.0.0-20190118141410-68812c833a78
gocloud.dev v0.9.0
golang.org/x/crypto v0.0.0-20190123085648-057139ce5d2b
golang.org/x/image v0.0.0-20190118043309-183bebdce1b2 // indirect
golang.org/x/net v0.0.0-20190119204137-ed066c81e75e
golang.org/x/oauth2 v0.0.0-20190115181402-5dab4167f31c
golang.org/x/sys v0.0.0-20190124100055-b90733256f2e // indirect
golang.org/x/tools v0.0.0-20190121143147-24cd39ecf745 // indirect
google.golang.org/genproto v0.0.0-20190111180523-db91494dd46c
google.golang.org/grpc v1.18.0
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20181117152235-275e9df93516
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
honnef.co/go/tools v0.0.0-20190109154334-5bcec433c8ea // indirect
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed // indirect
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
mvdan.cc/unparam v0.0.0-20181201214637-68701730a1d7 // indirect
)