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 1
1
module github.com/hyperledger/firefly-signer
2
2
3
- go 1.21
3
+ go 1.22
4
+
5
+ toolchain go1.22.7
4
6
5
7
require (
6
8
github.com/btcsuite/btcd/btcec/v2 v2.3.2
7
9
github.com/fsnotify/fsnotify v1.7.0
8
10
github.com/go-resty/resty/v2 v2.11.0
9
11
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
11
13
github.com/karlseguin/ccache v2.0.3+incompatible
12
14
github.com/pelletier/go-toml v1.9.5
13
15
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/
46
46
github.com/gorilla/websocket v1.5.1 /go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY =
47
47
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4 =
48
48
github.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 =
49
51
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
50
52
github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
51
53
github.com/invopop/yaml v0.2.0 h1:7zky/qH+O0DwAyoobXUqvVBwgBFRxKoQ/3FjcVpjTMY =
You can’t perform that action at this time.
0 commit comments