File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
lambda/health-check/coap/client Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ require (
6
6
github.com/aws/aws-lambda-go v1.47.0
7
7
github.com/golang-jwt/jwt v3.2.2+incompatible
8
8
github.com/pion/dtls/v2 v2.2.8-0.20240501061905-2c36d63320a0
9
+ github.com/pion/dtls/v3 v3.0.4
9
10
github.com/plgd-dev/go-coap/v3 v3.3.4
10
11
)
11
12
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+l
13
13
github.com/hashicorp/go-multierror v1.1.1 /go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM =
14
14
github.com/pion/dtls/v2 v2.2.8-0.20240501061905-2c36d63320a0 h1:050ahk2K4HqwxPi2YM6Yc4lIttwNSY2+n9xPVsS3zoQ =
15
15
github.com/pion/dtls/v2 v2.2.8-0.20240501061905-2c36d63320a0 /go.mod h1:tjBBbkwKGSQQZl36HQa2va5HqR9rWhujhlJMrgE2b/o =
16
+ github.com/pion/dtls/v3 v3.0.4 /go.mod h1:R373CsjxWqNPf6MEkfdy3aSe9niZvL/JaKlGeFphtMg =
16
17
github.com/pion/logging v0.2.2 h1:M9+AIj/+pxNsDfAT64+MAVgJO0rsyLnoJKCqf//DoeY =
17
18
github.com/pion/logging v0.2.2 /go.mod h1:k0/tDVsRCX2Mb2ZEmTqNa7CWsQPc+YYCB7Q+5pahoms =
18
19
github.com/pion/transport/v3 v3.0.7 h1:iRbMH05BzSNwhILHoBoAPxoB9xQgOaJk+591KC9P1o0 =
You can’t perform that action at this time.
0 commit comments