Skip to content

Commit

Permalink
Merge pull request #11 from fonini/dependabot/go_modules/github.com/g…
Browse files Browse the repository at this point in the history
…oogle/go-cmp-0.6.0

build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • Loading branch information
fonini authored Oct 12, 2023
2 parents 9a49d01 + c1ef341 commit 77c7e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/fonini/go-pix
go 1.16

require (
github.com/google/go-cmp v0.5.9
github.com/google/go-cmp v0.6.0
github.com/makiuchi-d/gozxing v0.1.1
github.com/r10r/crc16 v0.1.1
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/makiuchi-d/gozxing v0.1.1 h1:xxqijhoedi+/lZlhINteGbywIrewVdVv2wl9r5O9S1I=
github.com/makiuchi-d/gozxing v0.1.1/go.mod h1:eRIHbOjX7QWxLIDJoQuMLhuXg9LAuw6znsUtRkNw9DU=
github.com/r10r/crc16 v0.1.1 h1:BsuCL6d+j0hBCQ/nNnwHmlTF0shVES2IagUgh1MS6yU=
Expand Down

0 comments on commit 77c7e98

Please sign in to comment.