Commit f8b270f 1 parent 7299509 commit f8b270f Copy full SHA for f8b270f
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ replace (
28
28
29
29
require (
30
30
filippo.io/edwards25519 v1.1.1-0.20231210192602-a7dfd8e4e6b4
31
+ github.com/blang/semver/v4 v4.0.0 // latest
31
32
github.com/cenkalti/backoff v2.2.1+incompatible
32
33
github.com/klauspost/compress v1.17.9
33
34
github.com/libp2p/go-libp2p v0.35.4
@@ -41,7 +42,7 @@ require (
41
42
github.com/pion/sdp/v3 v3.0.9
42
43
github.com/pion/webrtc/v4 v4.0.0-beta.26
43
44
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
45
46
github.com/sasha-s/go-deadlock v0.3.1
46
47
github.com/sirupsen/logrus v1.9.3
47
48
github.com/urfave/cli/v2 v2.27.3
@@ -52,8 +53,6 @@ require (
52
53
nhooyr.io/websocket v1.8.11 // master
53
54
)
54
55
55
- require github.com/blang/semver/v4 v4.0.0
56
-
57
56
require (
58
57
github.com/aperturerobotics/json-iterator-lite v1.0.0 // indirect
59
58
github.com/cloudflare/circl v1.3.8 // indirect
You can’t perform that action at this time.
0 commit comments