-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Case
committed
Sep 13, 2024
1 parent
ee2dd68
commit 96769c6
Showing
3 changed files
with
13 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,15 @@ | ||
module github.com/bitcoinschema/go-bap | ||
|
||
go 1.22 | ||
|
||
toolchain go1.22.5 | ||
go 1.23.1 | ||
|
||
require ( | ||
github.com/bitcoin-sv/go-sdk v1.1.7 | ||
github.com/bitcoinschema/go-aip v0.2.3 | ||
github.com/bitcoinschema/go-bob v0.4.3 | ||
github.com/bitcoinschema/go-bpu v0.1.3 | ||
github.com/bitcoinschema/go-aip v0.3.0 | ||
github.com/bitcoinschema/go-bob v0.5.0 | ||
github.com/bitcoinschema/go-bpu v0.2.0 | ||
) | ||
|
||
require ( | ||
github.com/pkg/errors v0.9.1 // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
) | ||
|
||
// BAP has breaking changes upgrading to new version of AIP from sub packages BOB and BPU | ||
// replace github.com/bitcoinschema/go-aip => github.com/bitcoinschema/go-aip v0.1.9 | ||
|
||
replace github.com/bitcoinschema/go-aip => ../go-aip | ||
|
||
replace github.com/bitcoinschema/go-bob => ../go-bob | ||
|
||
replace github.com/bitcoinschema/go-bpu => ../go-bpu | ||
|
||
replace github.com/bitcoin-sv/go-sdk => ../../go-sdk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters