Skip to content

Commit 99da4f6

Browse files
committed
upgrade gitopia-go to v0.6.1
don't create websocket connection with rpc servers
1 parent ed4e85d commit 99da4f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/cometbft/cometbft v0.37.6
77
github.com/cosmos/cosmos-sdk v0.47.13
8-
github.com/gitopia/gitopia-go v0.6.0
8+
github.com/gitopia/gitopia-go v0.6.1
99
github.com/gitopia/gitopia/v4 v4.0.1
1010
github.com/go-git/go-git/v5 v5.11.0
1111
github.com/pkg/errors v0.9.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,8 @@ github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm
448448
github.com/gin-gonic/gin v1.6.3/go.mod h1:75u5sXoLsGZoRN5Sgbi1eraJ4GU3++wFwWzhwvtwp4M=
449449
github.com/gin-gonic/gin v1.8.1 h1:4+fr/el88TOO3ewCmQr8cx/CtZ/umlIRIs5M4NTNjf8=
450450
github.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=
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=
453453
github.com/gitopia/gitopia/v4 v4.0.1 h1:PPLYC6X9+dMYVaa/hTJaQyv/X0Tz3DqL1/cwTujm5TI=
454454
github.com/gitopia/gitopia/v4 v4.0.1/go.mod h1:Z0PIKA/0xwsR3VDoLTILrMnhzqsXKaHfMyGT2ajjqPE=
455455
github.com/gliderlabs/ssh v0.3.5 h1:OcaySEmAQJgyYcArR+gGGTHCyE7nvhEMTlYY+Dp8CpY=

0 commit comments

Comments
 (0)