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

Commit

Permalink
feat: improved caboose pool management
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Apr 12, 2023
1 parent 660ec70 commit 17ffc64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/cskr/pubsub v1.0.2
github.com/filecoin-saturn/caboose v0.0.0-20230407094233-65275d010784
github.com/filecoin-saturn/caboose v0.0.0-20230412141153-0ef824e85bcf
github.com/gogo/protobuf v1.3.2
github.com/hashicorp/golang-lru/v2 v2.0.1
github.com/ipfs/boxo v0.8.1-0.20230411232920-5d6c73c8e35e
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,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.0-20230407094233-65275d010784 h1:GDCqbY9tJ+djLqvRd4VL4QLUEXKk+ifvYfG247/oO1A=
github.com/filecoin-saturn/caboose v0.0.0-20230407094233-65275d010784/go.mod h1:vjnJWYaPSBd0pMMTz9SfMFhKMQi52bmqlwy3EGCQE7Y=
github.com/filecoin-saturn/caboose v0.0.0-20230412141153-0ef824e85bcf h1:BwvDA6hsGztRl86F49Bwy0FXnLnYg87mKA7ewdwehXw=
github.com/filecoin-saturn/caboose v0.0.0-20230412141153-0ef824e85bcf/go.mod h1:vjnJWYaPSBd0pMMTz9SfMFhKMQi52bmqlwy3EGCQE7Y=
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
github.com/flynn/noise v1.0.0 h1:DlTHqmzmvcEiKj+4RYo/imoswx/4r6iBlCMfVtrMXpQ=
github.com/flynn/noise v1.0.0/go.mod h1:xbMo+0i6+IGbYdJhF31t2eR1BIU0CYc12+BNAKwUTag=
Expand Down

0 comments on commit 17ffc64

Please sign in to comment.