@@ -2,10 +2,10 @@ module github.com/aperturerobotics/bifrost
22
33go 1.24
44
5- toolchain go1.24.2
5+ toolchain go1.24.3
66
77require (
8- github.com/aperturerobotics/common v0.22.4 // latest
8+ github.com/aperturerobotics/common v0.22.5 // latest
99 github.com/aperturerobotics/controllerbus v0.50.1 // latest
1010 github.com/aperturerobotics/entitygraph v0.11.0 // latest
1111 github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
@@ -36,8 +36,8 @@ require (
3636 github.com/libp2p/go-libp2p v0.41.1
3737 github.com/mr-tron/base58 v1.2.0
3838 github.com/multiformats/go-multiaddr v0.15.0
39- github.com/nats-io/nats-server/v2 v2.11.2
40- github.com/nats-io/nats.go v1.41.2
39+ github.com/nats-io/nats-server/v2 v2.11.3
40+ github.com/nats-io/nats.go v1.42.0
4141 github.com/nats-io/nkeys v0.4.11
4242 github.com/patrickmn/go-cache v2.1.0+incompatible
4343 github.com/pion/datachannel v1.5.10
@@ -48,7 +48,7 @@ require (
4848 github.com/sasha-s/go-deadlock v0.3.5
4949 github.com/sirupsen/logrus v1.9.3
5050 github.com/zeebo/blake3 v0.2.4
51- golang.org/x/crypto v0.37 .0
51+ golang.org/x/crypto v0.38 .0
5252 golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
5353 gonum.org/v1/gonum v0.16.0
5454)
@@ -99,7 +99,7 @@ require (
9999 golang.org/x/mod v0.24.0 // indirect
100100 golang.org/x/net v0.39.0 // indirect
101101 golang.org/x/sync v0.13.0 // indirect
102- golang.org/x/sys v0.32 .0 // indirect
102+ golang.org/x/sys v0.33 .0 // indirect
103103 golang.org/x/time v0.5.0 // indirect
104104 golang.org/x/tools v0.32.0 // indirect
105105 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
0 commit comments