File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ module github.com/gitopia/git-remote-gitopia
33go 1.21
44
55require (
6+ github.com/cometbft/cometbft v0.37.6
67 github.com/cosmos/cosmos-sdk v0.47.13
78 github.com/gitopia/gitopia-go v0.6.0
8- github.com/gitopia/gitopia/v4 v4.0.0
9+ github.com/gitopia/gitopia/v4 v4.0.1
910 github.com/go-git/go-git/v5 v5.11.0
1011 github.com/pkg/errors v0.9.1
1112 github.com/sirupsen/logrus v1.9.3
@@ -52,7 +53,6 @@ require (
5253 github.com/cockroachdb/redact v1.1.5 // indirect
5354 github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
5455 github.com/coinbase/rosetta-sdk-go/types v1.0.0 // indirect
55- github.com/cometbft/cometbft v0.37.6 // indirect
5656 github.com/cometbft/cometbft-db v0.11.0 // indirect
5757 github.com/confio/ics23/go v0.9.0 // indirect
5858 github.com/cosmos/btcutil v1.0.5 // indirect
Original file line number Diff line number Diff line change @@ -450,8 +450,8 @@ github.com/gin-gonic/gin v1.8.1 h1:4+fr/el88TOO3ewCmQr8cx/CtZ/umlIRIs5M4NTNjf8=
450450github.com/gin-gonic/gin v1.8.1 /go.mod h1:ji8BvRH1azfM+SYow9zQ6SZMvR8qOMZHmsCuWR9tTTk =
451451github.com/gitopia/gitopia-go v0.6.0 h1:mIRxNpDl0DS0RGeKPd0bbK0Z6e/UvAvswUgjCGnPYC8 =
452452github.com/gitopia/gitopia-go v0.6.0 /go.mod h1:1gNKxYitlxt5gVknvgzqHO/3cCkNI0VlCQKfF8vYEUs =
453- github.com/gitopia/gitopia/v4 v4.0.0 h1:gvu3B3yefJUW6zPCVeXBnni8LM89bvdmZat0d55Lz1U =
454- github.com/gitopia/gitopia/v4 v4.0.0 /go.mod h1:Z0PIKA/0xwsR3VDoLTILrMnhzqsXKaHfMyGT2ajjqPE =
453+ github.com/gitopia/gitopia/v4 v4.0.1 h1:PPLYC6X9+dMYVaa/hTJaQyv/X0Tz3DqL1/cwTujm5TI =
454+ github.com/gitopia/gitopia/v4 v4.0.1 /go.mod h1:Z0PIKA/0xwsR3VDoLTILrMnhzqsXKaHfMyGT2ajjqPE =
455455github.com/gliderlabs/ssh v0.3.5 h1:OcaySEmAQJgyYcArR+gGGTHCyE7nvhEMTlYY+Dp8CpY =
456456github.com/gliderlabs/ssh v0.3.5 /go.mod h1:8XB4KraRrX39qHhT6yxPsHedjA08I/uBVwj4xC+/+z4 =
457457github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA =
You can’t perform that action at this time.
0 commit comments