Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

feat: update caboose + version #210

Merged
merged 2 commits into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/ipfs/bifrost-gateway
go 1.20

require (
github.com/filecoin-saturn/caboose v0.0.3-0.20230920073848-ad399fbcf55a
github.com/filecoin-saturn/caboose v0.0.3-0.20231003130900-1015a7fc2287
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/golang-lru/v2 v2.0.5
github.com/ipfs/boxo v0.11.1-0.20230811122208-5de8f5f5ca60
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7
github.com/felixge/httpsnoop v1.0.0/go.mod h1:3+D9sFq0ahK/JeJPhCBUV1xlf4/eIYrUQaxulT0VzX8=
github.com/felixge/httpsnoop v1.0.3 h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=
github.com/felixge/httpsnoop v1.0.3/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
github.com/filecoin-saturn/caboose v0.0.3-0.20230920073848-ad399fbcf55a h1:P0v1QKcJGaMgxi1vYhukzUWe8a8aVB9J++R3bbUFSAo=
github.com/filecoin-saturn/caboose v0.0.3-0.20230920073848-ad399fbcf55a/go.mod h1:nAw249urqF4mnVBCPq09Cd+Ie47fV/UkzkW6GPL07sY=
github.com/filecoin-saturn/caboose v0.0.3-0.20231003130900-1015a7fc2287 h1:sajKTi+CR/cx0K/OLezjlrNw0GhjcROTFuK3irIUv3o=
github.com/filecoin-saturn/caboose v0.0.3-0.20231003130900-1015a7fc2287/go.mod h1:nAw249urqF4mnVBCPq09Cd+Ie47fV/UkzkW6GPL07sY=
github.com/flynn/noise v1.0.0 h1:DlTHqmzmvcEiKj+4RYo/imoswx/4r6iBlCMfVtrMXpQ=
github.com/francoispqt/gojay v1.2.13 h1:d2m3sFjloqoIUQU3TsHBgj6qg/BVGlTBeHDUmyJnXKk=
github.com/frankban/quicktest v1.14.4 h1:g2rn0vABPOOXmZUj+vbmUp0lPoXEMuhTpIluN0XL9UY=
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.0.20"
"version": "v0.0.21"
}
Loading