Skip to content

Commit

Permalink
feat: upgrade bsor decoder to v0.8.1: add alternative method of handl…
Browse files Browse the repository at this point in the history
…ing incorrectly encoded strings in bsor file
  • Loading branch information
motzel committed Sep 11, 2022
1 parent a06b8ad commit db70383
Show file tree
Hide file tree
Showing 4 changed files with 5 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.8.0
bsor2json v0.8.1
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.8.0",
Desc: "bsor2json v0.8.1",
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.8.0
github.com/motzel/go-bsor v0.8.1
github.com/schollz/progressbar/v3 v3.10.1
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ 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/motzel/go-bsor v0.8.0 h1:10eZE2pNXBVdhiDwD4e37NVmsP7H1bP5HJwS7sBJ7xU=
github.com/motzel/go-bsor v0.8.0/go.mod h1:46rfFmgCS5qcHmQVShsCnpygHt/LEureIHCcLyr2WCo=
github.com/motzel/go-bsor v0.8.1 h1:IBL5WDzoGHj6tAIeK2QojSMa3kAEk8+AsgQ5Q2oKYKk=
github.com/motzel/go-bsor v0.8.1/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 db70383

Please sign in to comment.