1
1
module github.com/brocaar/chirpstack-gateway-bridge
2
2
3
- go 1.17
3
+ go 1.21
4
+
5
+ toolchain go1.21.4
4
6
5
7
require (
6
- github.com/brocaar/lorawan v0.0.0-20230210103351-84b137ed1908
7
- github.com/chirpstack/chirpstack/api/go/v4 v4.3.1
8
- github.com/eclipse/paho.mqtt.golang v1.4.2
9
- github.com/go-zeromq/zmq4 v0.15 .0
8
+ github.com/brocaar/lorawan v0.0.0-20230609081225-559f55342122
9
+ github.com/chirpstack/chirpstack/api/go/v4 v4.6.0
10
+ github.com/eclipse/paho.mqtt.golang v1.4.3
11
+ github.com/go-zeromq/zmq4 v0.16 .0
10
12
github.com/golang-jwt/jwt/v4 v4.5.0
11
13
github.com/goreleaser/goreleaser v0.106.0
12
14
github.com/goreleaser/nfpm v0.11.0
13
- github.com/gorilla/websocket v1.5.0
15
+ github.com/gorilla/websocket v1.5.1
14
16
github.com/patrickmn/go-cache v2.1.0+incompatible
15
17
github.com/pkg/errors v0.9.1
16
- github.com/prometheus/client_golang v1.14 .0
17
- github.com/sirupsen/logrus v1.9.0
18
- github.com/spf13/cobra v1.7 .0
19
- github.com/spf13/viper v1.15.0
20
- github.com/stretchr/testify v1.8.1
18
+ github.com/prometheus/client_golang v1.19 .0
19
+ github.com/sirupsen/logrus v1.9.3
20
+ github.com/spf13/cobra v1.8 .0
21
+ github.com/spf13/viper v1.18.2
22
+ github.com/stretchr/testify v1.8.4
21
23
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
22
- google.golang.org/protobuf v1.30 .0
24
+ google.golang.org/protobuf v1.33 .0
23
25
)
24
26
25
27
require (
@@ -33,11 +35,11 @@ require (
33
35
github.com/caarlos0/ctrlc v1.0.0 // indirect
34
36
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e // indirect
35
37
github.com/cespare/xxhash/v2 v2.2.0 // indirect
36
- github.com/davecgh/go-spew v1.1.1 // indirect
37
- github.com/fatih/color v1.13.0 // indirect
38
- github.com/fsnotify/fsnotify v1.6 .0 // indirect
38
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
39
+ github.com/fatih/color v1.14.1 // indirect
40
+ github.com/fsnotify/fsnotify v1.7 .0 // indirect
39
41
github.com/go-zeromq/goczmq/v4 v4.2.2 // indirect
40
- github.com/golang/protobuf v1.5.3 // indirect
42
+ github.com/golang/protobuf v1.5.4 // indirect
41
43
github.com/google/go-github v17.0.0+incompatible // indirect
42
44
github.com/google/go-querystring v1.0.0 // indirect
43
45
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
@@ -48,29 +50,32 @@ require (
48
50
github.com/jmespath/go-jmespath v0.3.0 // indirect
49
51
github.com/kamilsk/retry/v4 v4.0.0 // indirect
50
52
github.com/magiconair/properties v1.8.7 // 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-colorable v0.1.13 // indirect
54
+ github.com/mattn/go-isatty v0.0.17 // indirect
53
55
github.com/mattn/go-zglob v0.0.0-20180803001819-2ea3427bfa53 // indirect
54
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
55
56
github.com/mitchellh/go-homedir v1.1.0 // indirect
56
57
github.com/mitchellh/mapstructure v1.5.0 // indirect
57
- github.com/pelletier/go-toml/v2 v2.0.7 // indirect
58
- github.com/pmezard/go-difflib v1.0.0 // indirect
59
- github.com/prometheus/client_model v0.3.0 // indirect
60
- github.com/prometheus/common v0.42.0 // indirect
61
- github.com/prometheus/procfs v0.9.0 // indirect
58
+ github.com/pelletier/go-toml/v2 v2.1.1 // indirect
59
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
60
+ github.com/prometheus/client_model v0.6.0 // indirect
61
+ github.com/prometheus/common v0.50.0 // indirect
62
+ github.com/prometheus/procfs v0.13.0 // indirect
63
+ github.com/sagikazarmark/locafero v0.4.0 // indirect
64
+ github.com/sagikazarmark/slog-shim v0.1.0 // indirect
62
65
github.com/smartystreets/assertions v1.0.0 // indirect
63
- github.com/spf13/afero v1.9.5 // indirect
64
- github.com/spf13/cast v1.5 .0 // indirect
65
- github.com/spf13/jwalterweatherman v1.1 .0 // indirect
66
+ github.com/sourcegraph/conc v0.3.0 // indirect
67
+ github.com/spf13/afero v1.11 .0 // indirect
68
+ github.com/spf13/cast v1.6 .0 // indirect
66
69
github.com/spf13/pflag v1.0.5 // indirect
67
- github.com/subosito/gotenv v1.4.2 // indirect
68
- golang.org/x/net v0.9.0 // indirect
69
- golang.org/x/oauth2 v0.5.0 // indirect
70
- golang.org/x/sync v0.1.0 // indirect
71
- golang.org/x/sys v0.7.0 // indirect
72
- golang.org/x/text v0.9.0 // indirect
73
- golang.org/x/tools v0.6.0 // indirect
70
+ github.com/subosito/gotenv v1.6.0 // indirect
71
+ go.uber.org/multierr v1.11.0 // indirect
72
+ golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
73
+ golang.org/x/net v0.22.0 // indirect
74
+ golang.org/x/oauth2 v0.18.0 // indirect
75
+ golang.org/x/sync v0.6.0 // indirect
76
+ golang.org/x/sys v0.18.0 // indirect
77
+ golang.org/x/text v0.14.0 // indirect
78
+ golang.org/x/tools v0.18.0 // indirect
74
79
google.golang.org/appengine v1.6.7 // indirect
75
80
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
76
81
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments