Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rohenaz committed Oct 30, 2020
1 parent 6f3b36e commit cdc44b7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
4 changes: 2 additions & 2 deletions bmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Tx struct {
B *b.B `json:"B,omnitempty" bson:"B,omitempty"`
MAP magic.MAP `json:"MAP,omitempty" bson:"MAP,omitempty"`
AIP *aip.Aip `json:"AIP,omitempty" bson:"AIP,omitempty"`
BAP *bap.Data `json:"BAP,omnitempty" bson:"BAP,omitempty"`
BAP *bap.Bap `json:"BAP,omnitempty" bson:"BAP,omitempty"`
}

// New creates a new BmapTx
Expand All @@ -41,7 +41,7 @@ func (bTx *Tx) FromBob(bobTx *bob.Tx) (err error) {
switch prefixData {
case aip.Prefix:
bTx.AIP = aip.NewFromTape(tape)
bTx.AIP.SetDataFromTape(out.Tape)
bTx.AIP.SetDataFromTapes(out.Tape)
case bap.Prefix:
bTx.BAP, err = bap.NewFromTape(&tape)
case magic.Prefix:
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/bitcoinschema/go-bmap
go 1.15

require (
github.com/bitcoinschema/go-aip v0.0.11
github.com/bitcoinschema/go-b v0.0.3
github.com/bitcoinschema/go-bap v0.1.10
github.com/bitcoinschema/go-aip v0.0.15
github.com/bitcoinschema/go-b v0.0.4
github.com/bitcoinschema/go-bap v0.1.12
github.com/bitcoinschema/go-bob v0.0.8
github.com/bitcoinschema/go-map v0.0.2
)
18 changes: 10 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII=
github.com/bitcoinschema/go-aip v0.0.11 h1:7dNmKt5ytE3eyhmD4/t55QxWiK7dVk6BM+kOMYVkiiY=
github.com/bitcoinschema/go-aip v0.0.11/go.mod h1:uY2tR6e3XDwc7vuBcG1QLHisF50FyW0hOVpjvCetw5I=
github.com/bitcoinschema/go-b v0.0.3 h1:BbNi2FXeCY3sEJNj3X95JCqbZ9jZ0v3ujqGOb2pPj9o=
github.com/bitcoinschema/go-b v0.0.3/go.mod h1:8GLatoRnrqJpL2KoPWQC3OzWIB7b+YnVFO8QwwcmD7E=
github.com/bitcoinschema/go-bap v0.1.10 h1:WbZlUBnQOqvCNLMOnCrzHTBPC25I46USPDcnr7GLD0g=
github.com/bitcoinschema/go-bap v0.1.10/go.mod h1:lVzA/7GN67BHYFFfJjNy0wNuQPyLe8EKPiSMlilj+mA=
github.com/bitcoinschema/go-aip v0.0.14 h1:U7HooByI8P6FjBPGjtjLcv7chAAUNu/Q4O614FbZ1a8=
github.com/bitcoinschema/go-aip v0.0.14/go.mod h1:T10I+SEHdYxXPWmyhZWz587Qh+yvxi/ox8svRUtafvQ=
github.com/bitcoinschema/go-aip v0.0.15 h1:mhrDn0AOnDmV9Acc3pOPPInUgS/9/OxPzNBSLEwJSpc=
github.com/bitcoinschema/go-aip v0.0.15/go.mod h1:T10I+SEHdYxXPWmyhZWz587Qh+yvxi/ox8svRUtafvQ=
github.com/bitcoinschema/go-b v0.0.4 h1:EWeGQyed3sBDwGbmFL2gxR/F+sunry9aRHVTtoiJdys=
github.com/bitcoinschema/go-b v0.0.4/go.mod h1:q0qQBfvnM96tw5zXuSYhmnSVeJTGo8AC4xTQDR4wN74=
github.com/bitcoinschema/go-bap v0.1.12 h1:YzSLZRJwILfd2SkzOcuJKeVlijlt5jJny/FzHSCBdL4=
github.com/bitcoinschema/go-bap v0.1.12/go.mod h1:kcE5mTgRYUXhM96yVodUSvvyjsee21ltK/MVwc0BERw=
github.com/bitcoinschema/go-bitcoin v0.2.5/go.mod h1:DbEPU/krXiht+Jh5QbpHTJnj/vilMBFAaCGbV5a6IQk=
github.com/bitcoinschema/go-bitcoin v0.2.7 h1:qgrjapt/d6Yukl3q1hGgov47iM5T24erTiHl8M/HQQA=
github.com/bitcoinschema/go-bitcoin v0.2.7/go.mod h1:DbEPU/krXiht+Jh5QbpHTJnj/vilMBFAaCGbV5a6IQk=
github.com/bitcoinschema/go-bitcoin v0.2.9 h1:jM9CiJFIUiVFUMkn+UIba7UNkmyZ4JbNsXguvhBGM5U=
github.com/bitcoinschema/go-bitcoin v0.2.9/go.mod h1:ry5msjygxaPU7Wsd9YVn857z7iHepTQZacyNrDmd/+w=
github.com/bitcoinschema/go-bob v0.0.5 h1:0keqcxs2wdb68IDfUO/XQQmmC8ktHzPz3N5Mw3nRnvg=
github.com/bitcoinschema/go-bob v0.0.5/go.mod h1:HTIt/BWRAGfz4gs1DYnxGAsUw5JmarPyKDpPZNNCabs=
github.com/bitcoinschema/go-bob v0.0.8 h1:5GrdlPo+sCP0JmmWuHbl+XNvNjbzcfpE8zwyRf9mgnc=
Expand Down

0 comments on commit cdc44b7

Please sign in to comment.