File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 22
33All notable changes will be documented here.
44
5+ ## [ v1.9.1] - 2024-08-31
6+
7+ - fix offchain proto warning
8+ - remove websocket connection with rpc servers
9+
510## [ v1.9.0] - 2024-08-20
611
712- upgrade cosmos-sdk to v0.47.13, gitopia to v4.0.0 and gitopia-go to v0.6.0
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
7- github.com/gitopia/gitopia-go v0.6.0
8- github.com/gitopia/gitopia/v4 v4.0.0
8+ github.com/gitopia/gitopia-go v0.6.1
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 @@ -448,10 +448,10 @@ github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm
448448github.com/gin-gonic/gin v1.6.3 /go.mod h1:75u5sXoLsGZoRN5Sgbi1eraJ4GU3++wFwWzhwvtwp4M =
449449github.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 =
451- github.com/gitopia/gitopia-go v0.6.0 h1:mIRxNpDl0DS0RGeKPd0bbK0Z6e/UvAvswUgjCGnPYC8 =
452- github.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 =
451+ github.com/gitopia/gitopia-go v0.6.1 h1:AINALBdUcn1VYzw+so7nrKgIW5+0juhIP2hG5sHfwLY =
452+ github.com/gitopia/gitopia-go v0.6.1 /go.mod h1:1gNKxYitlxt5gVknvgzqHO/3cCkNI0VlCQKfF8vYEUs =
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