Skip to content

Commit

Permalink
Updated to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ArbitronNL committed Jun 2, 2023
1 parent 53b316e commit 48c87eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
args: --timeout 200s --build-tags=musl

- name: Golang Vulncheck
uses: Templum/[email protected].0
uses: Templum/[email protected].1
with:
go-version: 1.18
go-version: latest
vulncheck-version: latest
fail-on-vuln: true
package: ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/btcsuite/btcd/btcec/v2 v2.3.2
github.com/btcsuite/btcd/btcutil v1.1.3
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0
github.com/samber/lo v1.38.1
github.com/stretchr/testify v1.8.0
)
Expand All @@ -15,7 +16,6 @@ require (
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
Expand Down

0 comments on commit 48c87eb

Please sign in to comment.