Skip to content

Commit

Permalink
Merge pull request #11 from breml/dependabot/go_modules/github.com/go…
Browse files Browse the repository at this point in the history
…ogle/uuid-1.6.0

Bump github.com/google/uuid from 1.5.0 to 1.6.0
  • Loading branch information
breml committed Jan 30, 2024
2 parents 9068909 + 5568b05 commit f0e604f
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 @@ -15,7 +15,7 @@ require (

require (
github.com/google/capslock v0.1.2-0.20230918150428-dff452901025
github.com/google/uuid v1.5.0
github.com/google/uuid v1.6.0
golang.org/x/mod v0.14.0
golang.org/x/sys v0.14.0 // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBD
github.com/google/capslock v0.1.2-0.20230918150428-dff452901025 h1:BE2Wl4F5AeUMwULWg47+3Ri/C5l5Z//Q8hbcTBtR30s=
github.com/google/capslock v0.1.2-0.20230918150428-dff452901025/go.mod h1:giLCQGS7PeDFtAVUhX4k4lBXLkZctGTrnTAat6y8xtY=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU=
github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
Expand Down

0 comments on commit f0e604f

Please sign in to comment.