Skip to content

Commit e93b476

Browse files
author
gitopia1c2zfrmhra3spfrc2m5ft64hef30guf60lvtcm3
committed
Merge pull request #20 from git-remote-gitopia/fix-ledger-signing
2 parents d8ee6b3 + a79e7cb commit e93b476

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes will be documented here.
44

5+
## [v1.8.0] - 2024-05-31
6+
7+
- Support custom configuration for api and other parameters
8+
- Reduce the size of release binaries
9+
- Fix ledger wallet auth
10+
511
## [v1.7.0] - 2023-07-29
612

713
- Command to initialize lfs config

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module github.com/gitopia/git-remote-gitopia
33
go 1.19
44

55
require (
6-
cosmossdk.io/errors v1.0.0-beta.7
76
github.com/cosmos/cosmos-sdk v0.46.12
87
github.com/gitopia/gitopia-go v0.5.0
98
github.com/gitopia/gitopia/v2 v2.0.1
@@ -21,6 +20,7 @@ require (
2120
cloud.google.com/go/compute/metadata v0.2.3 // indirect
2221
cloud.google.com/go/iam v0.11.0 // indirect
2322
cloud.google.com/go/storage v1.27.0 // indirect
23+
cosmossdk.io/errors v1.0.0-beta.7 // indirect
2424
cosmossdk.io/math v1.0.0-beta.3 // indirect
2525
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
2626
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
@@ -47,7 +47,7 @@ require (
4747
github.com/cosmos/gorocksdb v1.2.0 // indirect
4848
github.com/cosmos/iavl v0.19.5 // indirect
4949
github.com/cosmos/ibc-go/v5 v5.0.0-rc1 // indirect
50-
github.com/cosmos/ledger-cosmos-go v0.12.2 // indirect
50+
github.com/cosmos/ledger-cosmos-go v0.12.4 // indirect
5151
github.com/danieljoos/wincred v1.1.2 // indirect
5252
github.com/davecgh/go-spew v1.1.1 // indirect
5353
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
@@ -148,8 +148,8 @@ require (
148148
github.com/tidwall/btree v1.5.0 // indirect
149149
github.com/ulikunitz/xz v0.5.8 // indirect
150150
github.com/xanzy/ssh-agent v0.3.3 // indirect
151-
github.com/zondax/hid v0.9.1 // indirect
152-
github.com/zondax/ledger-go v0.14.1 // indirect
151+
github.com/zondax/hid v0.9.2 // indirect
152+
github.com/zondax/ledger-go v0.14.3 // indirect
153153
go.etcd.io/bbolt v1.3.6 // indirect
154154
go.opencensus.io v0.24.0 // indirect
155155
golang.org/x/crypto v0.5.0 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ github.com/cosmos/iavl v0.19.5 h1:rGA3hOrgNxgRM5wYcSCxgQBap7fW82WZgY78V9po/iY=
154154
github.com/cosmos/iavl v0.19.5/go.mod h1:X9PKD3J0iFxdmgNLa7b2LYWdsGd90ToV5cAONApkEPw=
155155
github.com/cosmos/ibc-go/v5 v5.0.0-rc1 h1:9cgpYmHh2jodB/t3LwB/pYA2sG9rdKB9cmXP0D5M0Fs=
156156
github.com/cosmos/ibc-go/v5 v5.0.0-rc1/go.mod h1:Wqsguq98Iuns8tgTv8+xaGYbC+Q8zJfbpjzT6IgMJbs=
157-
github.com/cosmos/ledger-cosmos-go v0.12.2 h1:/XYaBlE2BJxtvpkHiBm97gFGSGmYGKunKyF3nNqAXZA=
158-
github.com/cosmos/ledger-cosmos-go v0.12.2/go.mod h1:ZcqYgnfNJ6lAXe4HPtWgarNEY+B74i+2/8MhZw4ziiI=
157+
github.com/cosmos/ledger-cosmos-go v0.12.4 h1:drvWt+GJP7Aiw550yeb3ON/zsrgW0jgh5saFCr7pDnw=
158+
github.com/cosmos/ledger-cosmos-go v0.12.4/go.mod h1:fjfVWRf++Xkygt9wzCsjEBdjcf7wiiY35fv3ctT+k4M=
159159
github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE=
160160
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
161161
github.com/creachadair/taskgroup v0.3.2 h1:zlfutDS+5XG40AOxcHDSThxKzns8Tnr9jnr6VqkYlkM=
@@ -622,10 +622,10 @@ github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
622622
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
623623
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
624624
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
625-
github.com/zondax/hid v0.9.1 h1:gQe66rtmyZ8VeGFcOpbuH3r7erYtNEAezCAYu8LdkJo=
626-
github.com/zondax/hid v0.9.1/go.mod h1:l5wttcP0jwtdLjqjMMWFVEE7d1zO0jvSPA9OPZxWpEM=
627-
github.com/zondax/ledger-go v0.14.1 h1:Pip65OOl4iJ84WTpA4BKChvOufMhhbxED3BaihoZN4c=
628-
github.com/zondax/ledger-go v0.14.1/go.mod h1:fZ3Dqg6qcdXWSOJFKMG8GCTnD7slO/RL2feOQv8K320=
625+
github.com/zondax/hid v0.9.2 h1:WCJFnEDMiqGF64nlZz28E9qLVZ0KSJ7xpc5DLEyma2U=
626+
github.com/zondax/hid v0.9.2/go.mod h1:l5wttcP0jwtdLjqjMMWFVEE7d1zO0jvSPA9OPZxWpEM=
627+
github.com/zondax/ledger-go v0.14.3 h1:wEpJt2CEcBJ428md/5MgSLsXLBos98sBOyxNmCjfUCw=
628+
github.com/zondax/ledger-go v0.14.3/go.mod h1:IKKaoxupuB43g4NxeQmbLXv7T9AlQyie1UpHb342ycI=
629629
go.etcd.io/bbolt v1.3.6 h1:/ecaJf0sk1l4l6V4awd65v2C3ILy7MSj+s/x1ADCIMU=
630630
go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4=
631631
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=

0 commit comments

Comments
 (0)