Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/plgd-dev/go-coap/v3 to v3.3.0 - autoclosed #178

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/lestrrat-go/jwx v1.2.26
github.com/pion/dtls/v2 v2.2.8-0.20231026152330-9cc3df9c3369
github.com/plgd-dev/device/v2 v2.2.3-0.20231102140441-be15c594982e
github.com/plgd-dev/go-coap/v3 v3.1.6
github.com/plgd-dev/go-coap/v3 v3.3.0
github.com/plgd-dev/hub/v2 v2.13.1-0.20231103112740-d2a9b071272d
github.com/plgd-dev/kit/v2 v2.0.0-20211006190727-057b33161b90
github.com/stretchr/testify v1.8.4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,8 @@ github.com/plgd-dev/go-coap/v2 v2.0.4-0.20200819112225-8eb712b901bc/go.mod h1:+t
github.com/plgd-dev/go-coap/v2 v2.4.1-0.20210517130748-95c37ac8e1fa/go.mod h1:rA7fc7ar+B/qa+Q0hRqv7yj/EMtIlmo1l7vkQGSrHPU=
github.com/plgd-dev/go-coap/v3 v3.1.6 h1:hU2ztY57G1tRz5C6soxnnJiTJaK19W/W5eUSoYyt82Y=
github.com/plgd-dev/go-coap/v3 v3.1.6/go.mod h1:O5P/Bja4MBeDw3SaNxf+9PNyfe80SHBIJKyWVwT0W5Y=
github.com/plgd-dev/go-coap/v3 v3.3.0 h1:WYioK0b2nAGMN3YjIAZm9MePoQszC31IzpxQR91HuB0=
github.com/plgd-dev/go-coap/v3 v3.3.0/go.mod h1:O5P/Bja4MBeDw3SaNxf+9PNyfe80SHBIJKyWVwT0W5Y=
github.com/plgd-dev/hub/v2 v2.13.1-0.20231103112740-d2a9b071272d h1:oMOZUWH5KbG7OtesJ53sHOm+aTEwVZ3CT+2Pfi4Opnc=
github.com/plgd-dev/hub/v2 v2.13.1-0.20231103112740-d2a9b071272d/go.mod h1:5U0+RVLvVy4aU38ruC5IX3OaY7qparYkc9ri4dMVDEQ=
github.com/plgd-dev/kit v0.0.0-20200819113605-d5fcf3e94f63/go.mod h1:Yl9zisyXfPdtP9hTWlJqjJYXmgU/jtSDKttz9/CeD90=
Expand Down
Loading