File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/scott-the-programmer/terraform-provider-minikube
22
33go 1.24.1
44
5- toolchain go1.24.1
6-
75require (
86 github.com/docker/machine v0.16.2
97 github.com/golang/mock v1.6.0
@@ -186,7 +184,7 @@ require (
186184 github.com/olekukonko/tablewriter v0.0.5 // indirect
187185 github.com/opencontainers/go-digest v1.0.0 // indirect
188186 github.com/opencontainers/image-spec v1.1.0 // indirect
189- github.com/opencontainers/runc v1.2.3 // indirect
187+ github.com/opencontainers/runc v1.2.6 // indirect
190188 github.com/opencontainers/runtime-spec v1.2.0 // indirect
191189 github.com/otiai10/copy v1.14.1 // indirect
192190 github.com/otiai10/mint v1.6.3 // indirect
Original file line number Diff line number Diff line change @@ -808,8 +808,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
808808github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
809809github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug =
810810github.com/opencontainers/image-spec v1.1.0 /go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM =
811- github.com/opencontainers/runc v1.2.3 h1:fxE7amCzfZflJO2lHXf4y/y8M1BoAqp+FVmG19oYB80 =
812- github.com/opencontainers/runc v1.2.3 /go.mod h1:nSxcWUydXrsBZVYNSkTjoQ/N6rcyTtn+1SD5D4+kRIM =
811+ github.com/opencontainers/runc v1.2.6 h1:P7Hqg40bsMvQGCS4S7DJYhUZOISMLJOB2iGX5COWiPk =
812+ github.com/opencontainers/runc v1.2.6 /go.mod h1:dOQeFo29xZKBNeRBI0B19mJtfHv68YgCTh1X+YphA+4 =
813813github.com/opencontainers/runtime-spec v1.2.0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE7dzrbT927iTk =
814814github.com/opencontainers/runtime-spec v1.2.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
815815github.com/otiai10/copy v1.14.1 h1:5/7E6qsUMBaH5AnQ0sSLzzTg1oTECmcCmT6lvF45Na8 =
You can’t perform that action at this time.
0 commit comments