Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Aug 2, 2024
1 parent 7299509 commit f8b270f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ replace (

require (
filippo.io/edwards25519 v1.1.1-0.20231210192602-a7dfd8e4e6b4
github.com/blang/semver/v4 v4.0.0 // latest
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/klauspost/compress v1.17.9
github.com/libp2p/go-libp2p v0.35.4
Expand All @@ -41,7 +42,7 @@ require (
github.com/pion/sdp/v3 v3.0.9
github.com/pion/webrtc/v4 v4.0.0-beta.26
github.com/pkg/errors v0.9.1
github.com/quic-go/quic-go v0.45.1
github.com/quic-go/quic-go v0.45.2 // latest
github.com/sasha-s/go-deadlock v0.3.1
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli/v2 v2.27.3
Expand All @@ -52,8 +53,6 @@ require (
nhooyr.io/websocket v1.8.11 // master
)

require github.com/blang/semver/v4 v4.0.0

require (
github.com/aperturerobotics/json-iterator-lite v1.0.0 // indirect
github.com/cloudflare/circl v1.3.8 // indirect
Expand Down

0 comments on commit f8b270f

Please sign in to comment.