Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 19, 2024
1 parent 21c2995 commit b2b6f23
Show file tree
Hide file tree
Showing 4 changed files with 358 additions and 299 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
cache: 'yarn'

- name: Initialize CodeQL
uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
uses: github/codeql-action/init@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
uses: github/codeql-action/autobuild@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
uses: github/codeql-action/analyze@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
53 changes: 28 additions & 25 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/aperturerobotics/bifrost
go 1.22

require (
github.com/aperturerobotics/common v0.18.3 // latest
github.com/aperturerobotics/common v0.18.4 // latest
github.com/aperturerobotics/controllerbus v0.47.3 // latest
github.com/aperturerobotics/entitygraph v0.10.0 // latest
github.com/aperturerobotics/protobuf-go-lite v0.6.5 // latest
github.com/aperturerobotics/starpc v0.33.8 // latest
github.com/aperturerobotics/starpc v0.33.9 // latest
github.com/aperturerobotics/util v1.25.7 // latest
)

Expand All @@ -31,26 +31,26 @@ require (
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
github.com/libp2p/go-libp2p v0.36.2
github.com/mr-tron/base58 v1.2.0
github.com/multiformats/go-multiaddr v0.13.0
github.com/nats-io/nats-server/v2 v2.10.18
github.com/nats-io/nats.go v1.36.0
github.com/nats-io/nats.go v1.37.0
github.com/nats-io/nkeys v0.4.7
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pion/datachannel v1.5.8
github.com/pion/datachannel v1.5.9
github.com/pion/sdp/v3 v3.0.9
github.com/pion/webrtc/v4 v4.0.0-beta.26
github.com/pion/webrtc/v4 v4.0.0-beta.29
github.com/pkg/errors v0.9.1
github.com/quic-go/quic-go v0.45.2 // latest
github.com/sasha-s/go-deadlock v0.3.1
github.com/quic-go/quic-go v0.46.0 // latest
github.com/sasha-s/go-deadlock v0.3.5
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli/v2 v2.27.3
github.com/zeebo/blake3 v0.2.3
golang.org/x/crypto v0.25.0
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
gonum.org/v1/gonum v0.15.0
nhooyr.io/websocket v1.8.11 // master
github.com/urfave/cli/v2 v2.27.4
github.com/zeebo/blake3 v0.2.4
golang.org/x/crypto v0.26.0
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
gonum.org/v1/gonum v0.15.1
nhooyr.io/websocket v1.8.17 // master
)

require (
Expand Down Expand Up @@ -78,33 +78,36 @@ require (
github.com/nats-io/jwt/v2 v2.4.1 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/onsi/ginkgo/v2 v2.15.0 // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
github.com/pion/dtls/v2 v2.2.12 // indirect
github.com/pion/dtls/v3 v3.0.0 // indirect
github.com/pion/dtls/v3 v3.0.1 // indirect
github.com/pion/ice/v3 v3.0.13 // indirect
github.com/pion/interceptor v0.1.29 // indirect
github.com/pion/ice/v4 v4.0.1 // indirect
github.com/pion/interceptor v0.1.30 // indirect
github.com/pion/logging v0.2.2 // indirect
github.com/pion/mdns/v2 v2.0.7 // indirect
github.com/pion/randutil v0.1.0 // indirect
github.com/pion/rtcp v1.2.14 // indirect
github.com/pion/rtp v1.8.7 // indirect
github.com/pion/sctp v1.8.19 // indirect
github.com/pion/rtp v1.8.9 // indirect
github.com/pion/sctp v1.8.33 // indirect
github.com/pion/srtp/v3 v3.0.3 // indirect
github.com/pion/stun/v2 v2.0.0 // indirect
github.com/pion/stun/v3 v3.0.0 // indirect
github.com/pion/transport/v2 v2.2.8 // indirect
github.com/pion/transport/v3 v3.0.6 // indirect
github.com/pion/transport/v3 v3.0.7 // indirect
github.com/pion/turn/v3 v3.0.3 // indirect
github.com/pion/turn/v4 v4.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spaolacci/murmur3 v1.1.1-0.20190317074736-539464a789e9 // indirect
github.com/wlynxg/anet v0.0.3 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
go.uber.org/mock v0.4.0 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.23.0 // indirect
golang.org/x/tools v0.24.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
lukechampine.com/blake3 v1.2.1 // indirect
Expand Down
Loading

0 comments on commit b2b6f23

Please sign in to comment.