Skip to content

Commit

Permalink
wtxmgr: bump required Golang version to v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Jan 15, 2024
1 parent c376104 commit 42df251
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 156 deletions.
17 changes: 9 additions & 8 deletions wtxmgr/go.mod
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
module github.com/btcsuite/btcwallet/wtxmgr

go 1.12

require (
github.com/btcsuite/btcd v0.23.4
github.com/btcsuite/btcd/btcutil v1.1.0
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/btcsuite/btcwallet/walletdb v1.3.5
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/lightningnetwork/lnd/clock v1.0.1
github.com/onsi/gomega v1.26.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
)

require (
github.com/btcsuite/btcd/btcec/v2 v2.1.3 // indirect
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/stretchr/testify v1.8.2 // indirect
go.etcd.io/bbolt v1.3.7 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/net v0.10.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
golang.org/x/sys v0.8.0 // indirect
)

go 1.18
Loading

0 comments on commit 42df251

Please sign in to comment.