Skip to content

Commit

Permalink
Update chirpstack-api.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Aug 10, 2022
1 parent f4382ce commit 7d628ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/brocaar/lorawan v0.0.0-20220207095711-d675789e16ab
github.com/chirpstack/chirpstack/api/go/v4 v4.0.0-test.18
github.com/chirpstack/chirpstack/api/go/v4 v4.0.0-rc.1
github.com/eclipse/paho.mqtt.golang v1.4.1
github.com/go-zeromq/zmq4 v0.7.0
github.com/golang-jwt/jwt/v4 v4.4.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghf
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=
github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/chirpstack/chirpstack/api/go/v4 v4.0.0-test.18 h1:g2BxW0Py9Y04tTar7I4zyFZJbXfU0Dia3tzYiF24bVM=
github.com/chirpstack/chirpstack/api/go/v4 v4.0.0-test.18/go.mod h1:KBW7imf70O9ifrMmoFH8+dn0+MUFS1PdC5shXH7W3dI=
github.com/chirpstack/chirpstack/api/go/v4 v4.0.0-rc.1 h1:sIdPer4UCWCdUOYftQnr3QRZ+5Q0C4A+lNXfJKBj7j8=
github.com/chirpstack/chirpstack/api/go/v4 v4.0.0-rc.1/go.mod h1:KBW7imf70O9ifrMmoFH8+dn0+MUFS1PdC5shXH7W3dI=
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
Expand Down

0 comments on commit 7d628ed

Please sign in to comment.