Skip to content

Commit d8253fd

Browse files
Bump github.com/google/uuid from 1.1.2 to 1.2.0 (#138)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.2 to 1.2.0. - [Release notes](https://github.com/google/uuid/releases) - [Commits](google/uuid@v1.1.2...v1.2.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78cbe2d commit d8253fd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.16
44

55
require (
66
cloud.google.com/go v0.86.0
7-
github.com/ThalesIgnite/crypto11 v1.2.4 // indirect
7+
github.com/ThalesIgnite/crypto11 v1.2.4
88
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
99
github.com/coreos/go-oidc/v3 v3.0.0
1010
github.com/go-chi/chi v4.1.2+incompatible
@@ -16,7 +16,7 @@ require (
1616
github.com/go-openapi/swag v0.19.15
1717
github.com/go-openapi/validate v0.20.2
1818
github.com/google/go-cmp v0.5.6
19-
github.com/google/uuid v1.1.2
19+
github.com/google/uuid v1.2.0
2020
github.com/mailru/easyjson v0.7.7 // indirect
2121
github.com/mitchellh/mapstructure v1.4.1
2222
github.com/prometheus/client_golang v1.11.0

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,9 @@ github.com/google/pprof v0.0.0-20210609004039-a478d1d731e9/go.mod h1:kpwsk12EmLe
320320
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
321321
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
322322
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
323-
github.com/google/uuid v1.1.2 h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y=
324323
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
324+
github.com/google/uuid v1.2.0 h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=
325+
github.com/google/uuid v1.2.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
325326
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
326327
github.com/googleapis/gax-go/v2 v2.0.5 h1:sjZBwGj9Jlw33ImPtvFviGYvseOtDM7hkSKB7+Tv3SM=
327328
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=

0 commit comments

Comments
 (0)