diff --git a/examples/go.mod b/examples/go.mod index 34b0eb8..186c6dc 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -6,7 +6,7 @@ replace github.com/bitcoin-sv/spv-wallet-go-client => ../ require ( github.com/bitcoin-sv/spv-wallet-go-client v0.0.0-00010101000000-000000000000 - github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.22 + github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.22.0.20240822130555-e715c6562746 ) require ( @@ -19,5 +19,3 @@ require ( github.com/pquerna/otp v1.4.0 // indirect golang.org/x/crypto v0.25.0 // indirect ) - -replace github.com/bitcoin-sv/spv-wallet/models => ../../spv-wallet/models diff --git a/examples/go.sum b/examples/go.sum index 5c79f46..3e3a47f 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -1,3 +1,7 @@ +github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.22.0.20240816075601-91932b181b94 h1:hQjLtuoucr7kMnbrCp+uxgMyNeQVrr3Lkw4OFegfDu0= +github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.22.0.20240816075601-91932b181b94/go.mod h1:PEJdH9ZWKOiKHyOZkzYsRbKuZjzlRaEJy3GsM75Icdo= +github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.22.0.20240822130555-e715c6562746 h1:vE+dUTc5Px1K3EXengagr9S9SfSG6sYbfkyu0mdh+A4= +github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.22.0.20240822130555-e715c6562746/go.mod h1:PEJdH9ZWKOiKHyOZkzYsRbKuZjzlRaEJy3GsM75Icdo= github.com/bitcoinschema/go-bitcoin/v2 v2.0.5 h1:Sgh5Eb746Zck/46rFDrZZEXZWyO53fMuWYhNoZa1tck= github.com/bitcoinschema/go-bitcoin/v2 v2.0.5/go.mod h1:JjO1ivfZv6vhK0uAXzyH08AAHlzNMAfnyK1Fiv9r4ZA= github.com/bitcoinsv/bsvd v0.0.0-20190609155523-4c29707f7173 h1:2yTIV9u7H0BhRDGXH5xrAwAz7XibWJtX2dNezMeNsUo= diff --git a/go.mod b/go.mod index 845ab9b..bf494c4 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/bitcoin-sv/spv-wallet-go-client go 1.22.5 require ( - github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.22 + github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.22.0.20240822130555-e715c6562746 github.com/bitcoinschema/go-bitcoin/v2 v2.0.5 github.com/libsv/go-bk v0.1.6 github.com/libsv/go-bt/v2 v2.2.5 @@ -20,5 +20,3 @@ require ( golang.org/x/crypto v0.25.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) - -replace github.com/bitcoin-sv/spv-wallet/models => ../spv-wallet/models diff --git a/go.sum b/go.sum index 7b0c948..4093c79 100644 --- a/go.sum +++ b/go.sum @@ -1,3 +1,7 @@ +github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.22.0.20240816075601-91932b181b94 h1:hQjLtuoucr7kMnbrCp+uxgMyNeQVrr3Lkw4OFegfDu0= +github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.22.0.20240816075601-91932b181b94/go.mod h1:PEJdH9ZWKOiKHyOZkzYsRbKuZjzlRaEJy3GsM75Icdo= +github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.22.0.20240822130555-e715c6562746 h1:vE+dUTc5Px1K3EXengagr9S9SfSG6sYbfkyu0mdh+A4= +github.com/bitcoin-sv/spv-wallet/models v1.0.0-beta.22.0.20240822130555-e715c6562746/go.mod h1:PEJdH9ZWKOiKHyOZkzYsRbKuZjzlRaEJy3GsM75Icdo= github.com/bitcoinschema/go-bitcoin/v2 v2.0.5 h1:Sgh5Eb746Zck/46rFDrZZEXZWyO53fMuWYhNoZa1tck= github.com/bitcoinschema/go-bitcoin/v2 v2.0.5/go.mod h1:JjO1ivfZv6vhK0uAXzyH08AAHlzNMAfnyK1Fiv9r4ZA= github.com/bitcoinsv/bsvd v0.0.0-20190609155523-4c29707f7173 h1:2yTIV9u7H0BhRDGXH5xrAwAz7XibWJtX2dNezMeNsUo=