Skip to content

Commit bc1431f

Browse files
authored
Merge pull request #1003 from kubernetes-sigs/dependabot/go_modules/github.com/pborman/uuid-1.2.1
chore(deps): bump github.com/pborman/uuid from 1.2.0 to 1.2.1
2 parents c981932 + 8cbb7ea commit bc1431f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/imdario/mergo v0.3.9 // indirect
1616
github.com/kubernetes-csi/csi-lib-utils v0.13.0
1717
github.com/onsi/gomega v1.27.10
18-
github.com/pborman/uuid v1.2.0
18+
github.com/pborman/uuid v1.2.1
1919
github.com/pelletier/go-toml v1.9.5
2020
github.com/stretchr/testify v1.8.4
2121
golang.org/x/net v0.13.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
301301
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
302302
github.com/opencontainers/selinux v1.10.0 h1:rAiKF8hTcgLI3w0DHm6i0ylVVcOrlgR1kK99DRLDhyU=
303303
github.com/opencontainers/selinux v1.10.0/go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI=
304-
github.com/pborman/uuid v1.2.0 h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g=
305-
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
304+
github.com/pborman/uuid v1.2.1 h1:+ZZIw58t/ozdjRaXh/3awHfmWRbzYxJoAdNJxe/3pvw=
305+
github.com/pborman/uuid v1.2.1/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
306306
github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=
307307
github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
308308
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU=

vendor/github.com/pborman/uuid/time.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pborman/uuid/version4.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ github.com/opencontainers/selinux/go-selinux
360360
github.com/opencontainers/selinux/go-selinux/label
361361
github.com/opencontainers/selinux/pkg/pwalk
362362
github.com/opencontainers/selinux/pkg/pwalkdir
363-
# github.com/pborman/uuid v1.2.0
363+
# github.com/pborman/uuid v1.2.1
364364
## explicit
365365
github.com/pborman/uuid
366366
# github.com/pelletier/go-toml v1.9.5

0 commit comments

Comments
 (0)