Skip to content

Commit

Permalink
feat: update qrcode/v2 version in go.mod dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yeqown committed Dec 2, 2021
1 parent a1a245a commit 9ea54e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/qrcode/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
github.com/pkg/errors v0.9.1
github.com/urfave/cli/v2 v2.3.0
github.com/yeqown/go-qrcode/v2 v2.0.0-beta
github.com/yeqown/go-qrcode/v2 v2.0.0
github.com/yeqown/go-qrcode/writer/standard v1.1.0
github.com/yeqown/go-qrcode/writer/terminal v1.0.0-beta
)
Expand Down
4 changes: 2 additions & 2 deletions example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/yeqown/go-qrcode v1.5.10
github.com/yeqown/go-qrcode/v2 v2.0.0-beta
github.com/yeqown/go-qrcode/v2 v2.0.1
github.com/yeqown/go-qrcode/writer/standard v1.0.0-beta
github.com/yeqown/go-qrcode/writer/terminal v1.0.0-beta
)
Expand All @@ -19,6 +19,6 @@ require (
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
)

//replace github.com/yeqown/go-qrcode/v2 v2.0.0-beta => ../
//replace github.com/yeqown/go-qrcode/v2 v2.0.0 => ../
//replace github.com/yeqown/go-qrcode/writer/standard v1.0.0-beta => ../writer/standard
//replace github.com/yeqown/go-qrcode/writer/terminal v1.0.0-beta => ../writer/terminal
2 changes: 1 addition & 1 deletion writer/standard/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/fogleman/gg v1.3.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
github.com/yeqown/go-qrcode/v2 v2.0.0-beta
github.com/yeqown/go-qrcode/v2 v2.0.1
)

require (
Expand Down
2 changes: 1 addition & 1 deletion writer/terminal/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/nsf/termbox-go v1.1.1
github.com/yeqown/go-qrcode/v2 v2.0.0-beta
github.com/yeqown/go-qrcode/v2 v2.0.1
)

require (
Expand Down

0 comments on commit 9ea54e8

Please sign in to comment.