Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <[email protected]>
  • Loading branch information
paralin committed May 12, 2023
1 parent 346f2b3 commit 5167124
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 186 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aperturerobotics/bifrost
go 1.19

require (
github.com/aperturerobotics/controllerbus v0.26.4 // latest
github.com/aperturerobotics/controllerbus v0.27.0 // latest
github.com/aperturerobotics/entitygraph v0.4.0
github.com/aperturerobotics/starpc v0.19.1 // latest
)
Expand All @@ -30,7 +30,7 @@ require (
github.com/djherbis/buffer v1.2.0
github.com/golang/snappy v0.0.4
github.com/klauspost/compress v1.16.5
github.com/libp2p/go-libp2p v0.27.2
github.com/libp2p/go-libp2p v0.27.3
github.com/libp2p/go-yamux/v4 v4.0.1-0.20220919134236-1c09f2ab3ec1
github.com/mr-tron/base58 v1.2.0
github.com/multiformats/go-multiaddr v0.9.0
Expand All @@ -50,7 +50,7 @@ require (
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b
github.com/urfave/cli/v2 v2.25.3
github.com/zeebo/blake3 v0.2.3
golang.org/x/crypto v0.8.0
golang.org/x/crypto v0.9.0
gonum.org/v1/gonum v0.13.0
google.golang.org/protobuf v1.30.0
nhooyr.io/websocket v1.8.8-0.20221213223501-14fb98eba64e
Expand All @@ -62,7 +62,7 @@ require (
github.com/aperturerobotics/timestamp v0.7.2
github.com/valyala/fastjson v1.6.4
github.com/xtaci/smux/v2 v2.1.0
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
)

require (
Expand Down Expand Up @@ -112,10 +112,10 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.8.0 // indirect
golang.org/x/tools v0.9.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
lukechampine.com/blake3 v1.1.8-0.20220321170924-7afca5966e5e // indirect
Expand Down
Loading

0 comments on commit 5167124

Please sign in to comment.