Skip to content

Commit

Permalink
dep: upgrade to go1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
yeqown committed Nov 5, 2021
1 parent a4dc180 commit ef83c8a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ module github.com/yeqown/go-qrcode

require (
github.com/fogleman/gg v1.3.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/stretchr/testify v1.7.0
github.com/yeqown/reedsolomon v1.0.0
)

require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

go 1.13
go 1.17

0 comments on commit ef83c8a

Please sign in to comment.