Update go modules
This commit is contained in:
parent
85af68aae8
commit
7621e06f2b
|
@ -39,7 +39,7 @@ runs:
|
|||
|
||||
- name: Install system level dependencies
|
||||
shell: bash
|
||||
run: '${{ inputs.deps-script-path }}' check
|
||||
run: ${{ inputs.deps-script-path }} check
|
||||
|
||||
- name: Install dependencies from cache
|
||||
shell: bash
|
||||
|
|
2
go.mod
2
go.mod
|
@ -16,7 +16,7 @@ require (
|
|||
github.com/mr-tron/base58 v1.2.0
|
||||
github.com/novifinancial/serde-reflection/serde-generate/runtime/golang v0.0.0-20220519162058-e5cd3c3b3f3a
|
||||
github.com/prometheus/client_golang v1.18.0
|
||||
github.com/quic-go/quic-go v0.40.1
|
||||
github.com/quic-go/quic-go v0.41.0
|
||||
github.com/segmentio/textio v1.2.0
|
||||
github.com/spaolacci/murmur3 v1.1.0
|
||||
github.com/spf13/cobra v1.8.0
|
||||
|
|
Loading…
Reference in New Issue