File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/hyperledger/firefly-signer
22
3- go 1.21
3+ go 1.22
4+
5+ toolchain go1.22.7
46
57require (
68 github.com/btcsuite/btcd/btcec/v2 v2.3.2
79 github.com/fsnotify/fsnotify v1.7.0
810 github.com/go-resty/resty/v2 v2.11.0
911 github.com/gorilla/mux v1.8.1
10- github.com/hyperledger/firefly-common v1.4.6
12+ github.com/hyperledger/firefly-common v1.4.10
1113 github.com/karlseguin/ccache v2.0.3+incompatible
1214 github.com/pelletier/go-toml v1.9.5
1315 github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/
4646github.com/gorilla/websocket v1.5.1 /go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY =
4747github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4 =
4848github.com/hashicorp/hcl v1.0.0 /go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ =
49+ github.com/hyperledger/firefly-common v1.4.10 h1:NgUYorxZF3tNkL7bBqe3PlwA42pPAYlj0wStnUsjN9Y =
50+ github.com/hyperledger/firefly-common v1.4.10 /go.mod h1:E7w/RxNtVnX52WXLQW9f2xVAgZnW70voZeE9sZrx/q0 =
4951github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
5052github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
5153github.com/invopop/yaml v0.2.0 h1:7zky/qH+O0DwAyoobXUqvVBwgBFRxKoQ/3FjcVpjTMY =
You can’t perform that action at this time.
0 commit comments