Skip to content

Commit

Permalink
feat: upgrade bsor decoder to v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
motzel committed Sep 9, 2022
1 parent 00a50ef commit df36443
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
```
> bsor2json.exe -h
bsor2json v0.7.2
bsor2json v0.7.3
Options:
Expand Down
2 changes: 1 addition & 1 deletion bsor2json.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (argv *rootT) Validate(ctx *cli.Context) error {

var root = &cli.Command{
Name: "root",
Desc: "bsor2json v0.7.2",
Desc: "bsor2json v0.7.3",
Argv: func() interface{} { return new(rootT) },
Fn: func(ctx *cli.Context) error {
return nil
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/mkideal/cli v0.2.7
github.com/motzel/go-bsor v0.7.2
github.com/motzel/go-bsor v0.7.3
github.com/schollz/progressbar/v3 v3.10.1
)

Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ github.com/motzel/go-bsor v0.7.0 h1:m6348w/2C8CFZAgMh/j4fDFU2jEHhvC+jqdNi4TvAD8=
github.com/motzel/go-bsor v0.7.0/go.mod h1:46rfFmgCS5qcHmQVShsCnpygHt/LEureIHCcLyr2WCo=
github.com/motzel/go-bsor v0.7.1 h1:PwJsE9jVDHDSUuAwNLZrY3Hf2EKyOUcqzS8C8zGSjqE=
github.com/motzel/go-bsor v0.7.1/go.mod h1:46rfFmgCS5qcHmQVShsCnpygHt/LEureIHCcLyr2WCo=
github.com/motzel/go-bsor v0.7.2 h1:JhoaCU8hv4nH41v7Kszy8ettwN2G8UlfaT04ybOogcE=
github.com/motzel/go-bsor v0.7.2/go.mod h1:46rfFmgCS5qcHmQVShsCnpygHt/LEureIHCcLyr2WCo=
github.com/motzel/go-bsor v0.7.3 h1:PnbV9TUM6g1PQ8CtP2XzikC3aW3Fkpv00XZaMU+cj4I=
github.com/motzel/go-bsor v0.7.3/go.mod h1:46rfFmgCS5qcHmQVShsCnpygHt/LEureIHCcLyr2WCo=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
Expand Down

0 comments on commit df36443

Please sign in to comment.