File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
build :
12
12
runs-on : ubuntu-latest
13
- container : golang:1.21 -bullseye
13
+ container : golang:1.22 -bullseye
14
14
defaults :
15
15
run :
16
16
shell : bash # needed for codecov
Original file line number Diff line number Diff line change 1
1
module github.com/hyperledger/firefly-transaction-manager
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/DATA-DOG/go-sqlmock v1.5.2
@@ -12,7 +12,7 @@ require (
12
12
github.com/gorilla/mux v1.8.1
13
13
github.com/gorilla/websocket v1.5.1
14
14
github.com/hashicorp/golang-lru/v2 v2.0.7
15
- github.com/hyperledger/firefly-common v1.4.9
15
+ github.com/hyperledger/firefly-common v1.4.10
16
16
github.com/lib/pq v1.10.9
17
17
github.com/oklog/ulid/v2 v2.1.0
18
18
github.com/prometheus/client_golang v1.18.0
Original file line number Diff line number Diff line change @@ -92,6 +92,8 @@ github.com/huandu/xstrings v1.4.0 h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU
92
92
github.com/huandu/xstrings v1.4.0 /go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE =
93
93
github.com/hyperledger/firefly-common v1.4.9 h1:PfPZ73FN8WUoPl8iF8ud00B8476+jmqXHHi94w0Krbc =
94
94
github.com/hyperledger/firefly-common v1.4.9 /go.mod h1:dXewcVMFNON2SvQ1UPvu64OWUt77+M3p8qy61lT1kE4 =
95
+ github.com/hyperledger/firefly-common v1.4.10 h1:NgUYorxZF3tNkL7bBqe3PlwA42pPAYlj0wStnUsjN9Y =
96
+ github.com/hyperledger/firefly-common v1.4.10 /go.mod h1:E7w/RxNtVnX52WXLQW9f2xVAgZnW70voZeE9sZrx/q0 =
95
97
github.com/imdario/mergo v0.3.11 /go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA =
96
98
github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4 =
97
99
github.com/imdario/mergo v0.3.16 /go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY =
You can’t perform that action at this time.
0 commit comments