Skip to content

Commit 40f9ba1

Browse files
Update dependencies.
1 parent 8b2e9b9 commit 40f9ba1

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ require (
88
github.com/golang/protobuf v1.4.2
99
github.com/pkg/errors v0.9.1
1010
github.com/spf13/cobra v0.0.5
11-
github.com/tokenized/bitcoin_interpreter v0.0.0-20230511015953-08b0486de232
11+
github.com/tokenized/bitcoin_interpreter v0.1.1
1212
github.com/tokenized/envelope v1.1.0
13-
github.com/tokenized/pkg v0.6.1-0.20230511015833-3d97e0520832
14-
github.com/tokenized/txbuilder v1.0.1-0.20230509023132-84d89e41841c
13+
github.com/tokenized/pkg v0.7.0
14+
github.com/tokenized/txbuilder v1.1.0
1515
golang.org/x/crypto v0.8.0
1616
gopkg.in/yaml.v2 v2.2.8
1717
)
@@ -25,7 +25,7 @@ require (
2525
github.com/gorilla/websocket v1.4.2 // indirect
2626
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2727
github.com/spf13/pflag v1.0.3 // indirect
28-
github.com/tokenized/channels v0.1.0 // indirect
28+
github.com/tokenized/channels v0.1.1 // indirect
2929
github.com/tokenized/logger v0.1.3 // indirect
3030
github.com/tokenized/threads v0.1.2 // indirect
3131
github.com/tyler-smith/go-bip32 v0.0.0-20170922074101-2c9cfd177564 // indirect

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,23 +96,23 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
9696
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
9797
github.com/stretchr/testify v1.5.1 h1:nOGnQDM7FYENwehXlg/kFVnos3rEvtKTjRvOWSzb6H4=
9898
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
99-
github.com/tokenized/bitcoin_interpreter v0.0.0-20230511015953-08b0486de232 h1:oZty2CxrCg06ipTGLDn+JtjGuxib/plTjIRDEE8+px0=
100-
github.com/tokenized/bitcoin_interpreter v0.0.0-20230511015953-08b0486de232/go.mod h1:A6iOecRb7z8CdyEVY07tJqFHJLA2yf4+14kb3p8tLnU=
101-
github.com/tokenized/channels v0.1.0 h1:XF95dr1cYPSEC8OvLiyp0uZ+9HUXgP27U330hgJbCeU=
102-
github.com/tokenized/channels v0.1.0/go.mod h1:N3gDVoxK9ovKT0Ad8SXMSkYITzMaQPnbFhS/FQ9AQPM=
99+
github.com/tokenized/bitcoin_interpreter v0.1.1 h1:l78d1x28TptKd3ijy6ZmCA09ro29RVYqcISeexv+KWA=
100+
github.com/tokenized/bitcoin_interpreter v0.1.1/go.mod h1:bSMGbxCxf/NrBmq+VYQS94P/ctOAhFis/nO4y6RwI/c=
101+
github.com/tokenized/channels v0.1.1 h1:kVqF6mi7Nha0S1i2+xKVfJhBibL7Fa6Z4qd8WKkv1aY=
102+
github.com/tokenized/channels v0.1.1/go.mod h1:N3gDVoxK9ovKT0Ad8SXMSkYITzMaQPnbFhS/FQ9AQPM=
103103
github.com/tokenized/config v0.2.2 h1:dGfFdv3P6JK9TcHvud34vozocm3Qq2Wxbc9PRctgDL8=
104104
github.com/tokenized/config v0.2.2/go.mod h1:CfxdNBZh5W1CCmE4bKHrSq7dgKQiNUxdrDtmvhemq2w=
105105
github.com/tokenized/envelope v1.1.0 h1:D30lQzMwtV5wj1YXBHxycSaBJ1MFINL/HuT0kAmznd4=
106106
github.com/tokenized/envelope v1.1.0/go.mod h1:9+0tL1NKJQNnFRjGhaHCIWG9K6QQnh8HqQPMh9uBFX0=
107107
github.com/tokenized/logger v0.1.3 h1:Vq/2jEgqyDfjJPgoMo773/bn7ZUow8EWSAY8+gFdTQI=
108108
github.com/tokenized/logger v0.1.3/go.mod h1:bA5PfUEFwtUy0yEIIq4Q3ZwBk1kIZTkYIRASq3fPw+k=
109109
github.com/tokenized/pkg v0.6.0/go.mod h1:reIXdZflcfFbuX1RvX90yAjlYVJaUiYDc5CWJ6qCQww=
110-
github.com/tokenized/pkg v0.6.1-0.20230511015833-3d97e0520832 h1:L6uzypwXKE7L7cLmBT2GLc5gRJqpsHZMhnFas5dUceg=
111-
github.com/tokenized/pkg v0.6.1-0.20230511015833-3d97e0520832/go.mod h1:c1xkP+9ON6kwoMQB9LMpy34YcqUwqNXjPMlltYTYZIc=
110+
github.com/tokenized/pkg v0.7.0 h1:AzcjFFKjaaW3HCrAPXHVKSCMeEfB0Wl9LsrgtBXVsoA=
111+
github.com/tokenized/pkg v0.7.0/go.mod h1:c1xkP+9ON6kwoMQB9LMpy34YcqUwqNXjPMlltYTYZIc=
112112
github.com/tokenized/threads v0.1.2 h1:olWOi2kZ4GLX4XmRbgHJzMbaTxp7CKMdiMbHJjKZaRQ=
113113
github.com/tokenized/threads v0.1.2/go.mod h1:+/44KAYA6wqU+AC743pLGBgzkD06IB9+piOOE8BkGK0=
114-
github.com/tokenized/txbuilder v1.0.1-0.20230509023132-84d89e41841c h1:Q0PZecE8s0dutcOwowaV/2kc8rMmzyNDUiVxwv6PbmE=
115-
github.com/tokenized/txbuilder v1.0.1-0.20230509023132-84d89e41841c/go.mod h1:0aVeVzjLvUCBA+kqpRX0JubYXq+7Gt09/W1HRWC84MY=
114+
github.com/tokenized/txbuilder v1.1.0 h1:vizRFrdS6VX++OjEcbWykizW1k7EyM4R4ZTEp4Ji26s=
115+
github.com/tokenized/txbuilder v1.1.0/go.mod h1:6KD6YXi2QrIaU83ONQ+WL0GDLjIJ6CTcwc6ZWcJ4N1s=
116116
github.com/tyler-smith/go-bip32 v0.0.0-20170922074101-2c9cfd177564 h1:NXXyQVeRVLK8Xu27/hkkjwVOZLk5v4ZBEvvMtqMqznM=
117117
github.com/tyler-smith/go-bip32 v0.0.0-20170922074101-2c9cfd177564/go.mod h1:0/YuQQF676+d4CMNclTqGUam1EDwz0B8o03K9pQqA3c=
118118
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=

0 commit comments

Comments
 (0)