Skip to content
Open
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
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/panjf2000/ants/v2 v2.4.3
github.com/plgd-dev/go-coap/v2 v2.4.1-0.20210517130748-95c37ac8e1fa
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.3
github.com/ugorji/go/codec v1.1.7
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
golang.org/x/net v0.0.0-20210502030024-e5908800b52b
google.golang.org/grpc v1.29.1
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
golang.org/x/net v0.9.0
google.golang.org/grpc v1.56.3
gopkg.in/yaml.v2 v2.4.0
)
Loading