Skip to content

Commit f8b270f

Browse files
committed
chore: update deps
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent 7299509 commit f8b270f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

go.mod

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ replace (
2828

2929
require (
3030
filippo.io/edwards25519 v1.1.1-0.20231210192602-a7dfd8e4e6b4
31+
github.com/blang/semver/v4 v4.0.0 // latest
3132
github.com/cenkalti/backoff v2.2.1+incompatible
3233
github.com/klauspost/compress v1.17.9
3334
github.com/libp2p/go-libp2p v0.35.4
@@ -41,7 +42,7 @@ require (
4142
github.com/pion/sdp/v3 v3.0.9
4243
github.com/pion/webrtc/v4 v4.0.0-beta.26
4344
github.com/pkg/errors v0.9.1
44-
github.com/quic-go/quic-go v0.45.1
45+
github.com/quic-go/quic-go v0.45.2 // latest
4546
github.com/sasha-s/go-deadlock v0.3.1
4647
github.com/sirupsen/logrus v1.9.3
4748
github.com/urfave/cli/v2 v2.27.3
@@ -52,8 +53,6 @@ require (
5253
nhooyr.io/websocket v1.8.11 // master
5354
)
5455

55-
require github.com/blang/semver/v4 v4.0.0
56-
5756
require (
5857
github.com/aperturerobotics/json-iterator-lite v1.0.0 // indirect
5958
github.com/cloudflare/circl v1.3.8 // indirect

0 commit comments

Comments
 (0)