Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update package versions #87

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/bitcoinschema/go-bmap
go 1.18

require (
github.com/bitcoinschema/go-aip v0.2.0
github.com/bitcoinschema/go-b v0.1.0
github.com/bitcoinschema/go-aip v0.2.1
github.com/bitcoinschema/go-b v0.1.1
github.com/bitcoinschema/go-bap v0.3.2
github.com/bitcoinschema/go-bitcoin/v2 v2.0.5
github.com/bitcoinschema/go-bob v0.4.3
github.com/bitcoinschema/go-boost v0.1.0
github.com/bitcoinschema/go-bpu v0.1.3
github.com/bitcoinschema/go-map v0.1.0
github.com/bitcoinschema/go-map v0.1.1
github.com/bitcoinschema/go-sigma v0.0.2
github.com/libsv/go-bt/v2 v2.2.5
)
Expand All @@ -23,5 +23,5 @@ require (
github.com/libsv/go-bk v0.1.6 // indirect
github.com/libsv/go-bt v1.0.8 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
)
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/bitcoinschema/go-aip v0.2.0 h1:OGfWCG/tuiL7p8al2iSE/7Zr7PqgDOmxYydVwUBH1eE=
github.com/bitcoinschema/go-aip v0.2.0/go.mod h1:ayX+1T4zCnXUsDeW9j2pfxTvKn/qtIuXGkWDZfO1y74=
github.com/bitcoinschema/go-b v0.1.0 h1:PTDcTPWG9ulnn3e1N2ZzGMBbVBRw37/Sj1Ln87JtM2s=
github.com/bitcoinschema/go-b v0.1.0/go.mod h1:bNwqyJJiCkxdfwrzEHK4KUHkFM3IkFf4abWnDlk2C3Y=
github.com/bitcoinschema/go-aip v0.2.1 h1:9vll20Dx6MH86qmUunSktHpZlnXyHVPQWUh9zoIHV7Q=
github.com/bitcoinschema/go-aip v0.2.1/go.mod h1:LvY6cDwkuXbTGfoZ8YlCj47Yn2Qy79SXxsWa1DUIM88=
github.com/bitcoinschema/go-b v0.1.1 h1:FLVmGPL8gQBpRC4FI7IUDceMTPLmh1Km+Dbx+86ofOA=
github.com/bitcoinschema/go-b v0.1.1/go.mod h1:723WYI1ymRe+h7PLlypQU4aNzrZ0/cw0AY/am4av4MM=
github.com/bitcoinschema/go-bap v0.3.2 h1:Ej3xD6Ev/onGi0rqvcOJA62vKcAqYghE/7ZMO0Rj2J0=
github.com/bitcoinschema/go-bap v0.3.2/go.mod h1:ux4X27kloP3LqHM4314aOLV1NvVSM1n1COWCVz2Idf0=
github.com/bitcoinschema/go-bitcoin v0.3.20 h1:jWKT7ePYm4dPaIR2aIAVL8BwdsYtuG/4B87l1+KZyWs=
Expand All @@ -14,8 +14,8 @@ github.com/bitcoinschema/go-boost v0.1.0 h1:8vaxI53ctTC50C++nUYovt4jOCB+Bj2Uy+6y
github.com/bitcoinschema/go-boost v0.1.0/go.mod h1:jYwPquwwQAiaIN0iky4QoI1+zG32XpQuEYs5XS0yvMU=
github.com/bitcoinschema/go-bpu v0.1.3 h1:O7SvuptH4Q7hemD6G9OotPLINZ61CAVOgWKJWKM+edY=
github.com/bitcoinschema/go-bpu v0.1.3/go.mod h1:y4ZEDC0fSYRrA6N6bzKwHXdtMrRiQhpurpkTVobz07I=
github.com/bitcoinschema/go-map v0.1.0 h1:dM8OJ/E5MnEm9m1xNI/B3msCgSI9s7Ps3Vk0BFP53eI=
github.com/bitcoinschema/go-map v0.1.0/go.mod h1:36YXG/kob/Z+tCK3EpHMdN9+ADMSDMPYA7JFuPOBi3M=
github.com/bitcoinschema/go-map v0.1.1 h1:r4YF3E0yOMFOJJkjQyKIw+mOwMx3CODRC2RJr7X8Pyw=
github.com/bitcoinschema/go-map v0.1.1/go.mod h1:Q8em9GcLZQ7io9fg3v1Oq3J0u9uAwHTDfOocitxwP/4=
github.com/bitcoinschema/go-sigma v0.0.2 h1:4okeV6JeAm/5CKSdmWzENMVVTGq8ZI/Yx3ogG+AqUVc=
github.com/bitcoinschema/go-sigma v0.0.2/go.mod h1:uq5j6hPNQ/SlR0xjxCm29G/yEid+tbYpnbpYzqHFG/o=
github.com/bitcoinsv/bsvd v0.0.0-20190609155523-4c29707f7173 h1:2yTIV9u7H0BhRDGXH5xrAwAz7XibWJtX2dNezMeNsUo=
Expand Down Expand Up @@ -45,8 +45,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I=
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/crypto v0.17.0 h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k=
golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30=
golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
Expand Down
Loading