Skip to content

Commit 43f8edd

Browse files
committed
Update dependencies
Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
1 parent 92f30ea commit 43f8edd

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/mainflux/coap-cli
22

33
go 1.12
44

5-
require github.com/dustin/go-coap v0.0.0-20170214053734-ddcc80675fa4
5+
require github.com/dustin/go-coap v0.0.0-20190908170653-752e0f79981e

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
github.com/dustin/go-coap v0.0.0-20170214053734-ddcc80675fa4 h1:+3t0PiNl/W3Cl4/+XmQ8gD1HQuw3ISaGHHmSBylNVJ8=
22
github.com/dustin/go-coap v0.0.0-20170214053734-ddcc80675fa4/go.mod h1:as2rZ2aojRzZF8bGx1bPAn1yi9ICG6LwkiPOj6PBtjc=
3+
github.com/dustin/go-coap v0.0.0-20190908170653-752e0f79981e h1:oppjHFVTardH+VyOD32F9uBtgT5Wd/qVqEGcwj389Lc=
4+
github.com/dustin/go-coap v0.0.0-20190908170653-752e0f79981e/go.mod h1:as2rZ2aojRzZF8bGx1bPAn1yi9ICG6LwkiPOj6PBtjc=

vendor/github.com/dustin/go-coap/message.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# github.com/dustin/go-coap v0.0.0-20170214053734-ddcc80675fa4
1+
# github.com/dustin/go-coap v0.0.0-20190908170653-752e0f79981e
22
github.com/dustin/go-coap

0 commit comments

Comments
 (0)