We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480a04d commit bcb97e1Copy full SHA for bcb97e1
lambda/health-check/coap/client/go.mod
@@ -5,7 +5,7 @@ go 1.21.6
5
require (
6
github.com/aws/aws-lambda-go v1.47.0
7
github.com/golang-jwt/jwt v3.2.2+incompatible
8
- github.com/pion/dtls/v2 v2.2.8-0.20240501061905-2c36d63320a0
+ github.com/pion/dtls/v3 v3.0.4
9
github.com/pion/dtls/v3 v3.0.4
10
github.com/plgd-dev/go-coap/v3 v3.3.4
11
)
0 commit comments