|
1 | 1 | module github.com/brocaar/chirpstack-gateway-bridge
|
2 | 2 |
|
3 |
| -go 1.16 |
| 3 | +go 1.18 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/brocaar/chirpstack-api/go/v3 v3.11.0 |
7 |
| - github.com/brocaar/lorawan v0.0.0-20210809075358-95fc1667572e |
8 |
| - github.com/eclipse/paho.mqtt.golang v1.3.5 |
| 6 | + github.com/brocaar/chirpstack-api/go/v3 v3.12.5 |
| 7 | + github.com/brocaar/lorawan v0.0.0-20220207095711-d675789e16ab |
| 8 | + github.com/eclipse/paho.mqtt.golang v1.4.1 |
9 | 9 | github.com/go-zeromq/zmq4 v0.7.0
|
10 |
| - github.com/gofrs/uuid v3.3.0+incompatible |
11 |
| - github.com/golang-jwt/jwt/v4 v4.0.0 |
12 |
| - github.com/golang/protobuf v1.4.3 |
13 |
| - github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect |
| 10 | + github.com/gofrs/uuid v4.2.0+incompatible |
| 11 | + github.com/golang-jwt/jwt/v4 v4.4.2 |
| 12 | + github.com/golang/protobuf v1.5.2 |
14 | 13 | github.com/goreleaser/goreleaser v0.106.0
|
15 | 14 | github.com/goreleaser/nfpm v0.11.0
|
16 | 15 | github.com/gorilla/websocket v1.5.0
|
17 |
| - github.com/magiconair/properties v1.8.4 // indirect |
18 |
| - github.com/mitchellh/mapstructure v1.4.0 // indirect |
19 | 16 | github.com/patrickmn/go-cache v2.1.0+incompatible
|
20 |
| - github.com/pelletier/go-toml v1.8.1 // indirect |
21 | 17 | github.com/pkg/errors v0.9.1
|
22 |
| - github.com/prometheus/client_golang v1.8.0 |
23 |
| - github.com/prometheus/common v0.15.0 // indirect |
24 |
| - github.com/sirupsen/logrus v1.7.0 |
| 18 | + github.com/prometheus/client_golang v1.12.2 |
| 19 | + github.com/sirupsen/logrus v1.8.1 |
| 20 | + github.com/spf13/cobra v1.5.0 |
| 21 | + github.com/spf13/viper v1.12.0 |
| 22 | + github.com/stretchr/testify v1.7.1 |
| 23 | + golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 |
| 24 | +) |
| 25 | + |
| 26 | +require ( |
| 27 | + github.com/Masterminds/semver v1.4.2 // indirect |
| 28 | + github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect |
| 29 | + github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect |
| 30 | + github.com/apex/log v1.1.0 // indirect |
| 31 | + github.com/aws/aws-sdk-go v1.27.0 // indirect |
| 32 | + github.com/beorn7/perks v1.0.1 // indirect |
| 33 | + github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2 // indirect |
| 34 | + github.com/caarlos0/ctrlc v1.0.0 // indirect |
| 35 | + github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e // indirect |
| 36 | + github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| 37 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 38 | + github.com/fatih/color v1.13.0 // indirect |
| 39 | + github.com/fsnotify/fsnotify v1.5.4 // indirect |
| 40 | + github.com/go-zeromq/goczmq/v4 v4.2.2 // indirect |
| 41 | + github.com/google/go-github v17.0.0+incompatible // indirect |
| 42 | + github.com/google/go-querystring v1.0.0 // indirect |
| 43 | + github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect |
| 44 | + github.com/hashicorp/hcl v1.0.0 // indirect |
| 45 | + github.com/imdario/mergo v0.3.6 // indirect |
| 46 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 47 | + github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115 // indirect |
| 48 | + github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect |
| 49 | + github.com/kamilsk/retry/v4 v4.0.0 // indirect |
| 50 | + github.com/magiconair/properties v1.8.6 // indirect |
| 51 | + github.com/mattn/go-colorable v0.1.12 // indirect |
| 52 | + github.com/mattn/go-isatty v0.0.14 // indirect |
| 53 | + github.com/mattn/go-zglob v0.0.0-20180803001819-2ea3427bfa53 // indirect |
| 54 | + github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 55 | + github.com/mitchellh/go-homedir v1.1.0 // indirect |
| 56 | + github.com/mitchellh/mapstructure v1.5.0 // indirect |
| 57 | + github.com/pelletier/go-toml v1.9.5 // indirect |
| 58 | + github.com/pelletier/go-toml/v2 v2.0.1 // indirect |
| 59 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 60 | + github.com/prometheus/client_model v0.2.0 // indirect |
| 61 | + github.com/prometheus/common v0.32.1 // indirect |
| 62 | + github.com/prometheus/procfs v0.7.3 // indirect |
25 | 63 | github.com/smartystreets/assertions v1.0.0 // indirect
|
26 |
| - github.com/spf13/afero v1.5.1 // indirect |
27 |
| - github.com/spf13/cast v1.3.1 // indirect |
28 |
| - github.com/spf13/cobra v1.1.1 |
| 64 | + github.com/spf13/afero v1.8.2 // indirect |
| 65 | + github.com/spf13/cast v1.5.0 // indirect |
29 | 66 | github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
30 |
| - github.com/spf13/viper v1.7.1 |
31 |
| - github.com/stretchr/testify v1.7.0 |
32 |
| - golang.org/x/lint v0.0.0-20190930215403-16217165b5de |
33 |
| - golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect |
34 |
| - golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect |
35 |
| - google.golang.org/protobuf v1.25.0 // indirect |
36 |
| - gopkg.in/ini.v1 v1.62.0 // indirect |
| 67 | + github.com/spf13/pflag v1.0.5 // indirect |
| 68 | + github.com/subosito/gotenv v1.3.0 // indirect |
| 69 | + golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect |
| 70 | + golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect |
| 71 | + golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect |
| 72 | + golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect |
| 73 | + golang.org/x/text v0.3.7 // indirect |
| 74 | + golang.org/x/tools v0.1.11 // indirect |
| 75 | + golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect |
| 76 | + google.golang.org/appengine v1.6.7 // indirect |
| 77 | + google.golang.org/protobuf v1.28.0 // indirect |
| 78 | + gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect |
| 79 | + gopkg.in/ini.v1 v1.66.4 // indirect |
37 | 80 | gopkg.in/yaml.v2 v2.4.0 // indirect
|
| 81 | + gopkg.in/yaml.v3 v3.0.0 // indirect |
38 | 82 | )
|
0 commit comments