Skip to content

Commit

Permalink
chore: update go packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent d2aaecf commit 87cfff5
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module nvidia-container-runtime-wrapper

go 1.21

require golang.org/x/sys v0.12.0
require golang.org/x/sys v0.14.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o=
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q=
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module nvidia-persistenced-wrapper

go 1.21

require golang.org/x/sys v0.12.0
require golang.org/x/sys v0.14.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o=
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q=
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
2 changes: 1 addition & 1 deletion storage/iscsi-tools/iscsid-wrapper/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module iscsid-wrapper

go 1.21

require golang.org/x/sys v0.12.0
require golang.org/x/sys v0.14.0
2 changes: 2 additions & 0 deletions storage/iscsi-tools/iscsid-wrapper/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o=
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q=
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
2 changes: 1 addition & 1 deletion storage/zfs/zpool-importer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module zpool-importer

go 1.21

require github.com/thediveo/gons v0.9.8
require github.com/thediveo/gons v0.9.9
2 changes: 2 additions & 0 deletions storage/zfs/zpool-importer/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,8 @@ github.com/thediveo/go-plugger v0.10.2/go.mod h1:F9AaFi5YuUhQp8hdysbHghKIeQXLoOQ
github.com/thediveo/go-plugger/v3 v3.0.0/go.mod h1:GkLYyUHEowLdSQMfJNp2hn6xpPEFHJqEC8ZaaKgUvm8=
github.com/thediveo/gons v0.9.8 h1:eUOts/DqlxjZjk+pEJ1RZyA5bCJL7nF/LqR8Vx+9bA0=
github.com/thediveo/gons v0.9.8/go.mod h1:w9blW1RBOSTzyXg/haiTCQ3tUjRk8aLch+YiUVoeEK8=
github.com/thediveo/gons v0.9.9 h1:y76H/gtmKclSCbNLd3SlH8Qy1u1P2c/CLw4i35Kdi9s=
github.com/thediveo/gons v0.9.9/go.mod h1:Rh4YVjFOEJNctU0hIZvuDK9K5AdwvxyjqrT4Cf8ihNU=
github.com/thediveo/klo v1.0.1/go.mod h1:ilNDk1xbJzkNXR09i8+5OEw9zHdbbIb8D6XpWyA8CXg=
github.com/thediveo/lxkns v0.21.10/go.mod h1:jgp5d8g7xTbAFAFhHfcoHGzPQICk9uQkutBcx9OCFQU=
github.com/thediveo/lxkns v0.26.1 h1:1DQqHxTEEVX54xdOEvg2pavkjBFDBVVpuKck65T9cGA=
Expand Down

0 comments on commit 87cfff5

Please sign in to comment.