File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/onsi/gomega v1.40.0
1212 github.com/outscale/goutils/k8s v0.0.2
1313 github.com/outscale/goutils/sdk v0.0.2
14- github.com/outscale/osc-sdk-go/v3 v3.0.0-rc.1
14+ github.com/outscale/osc-sdk-go/v3 v3.0.0-rc.2
1515 github.com/rs/xid v1.6.0
1616 github.com/samber/lo v1.53.0
1717 github.com/spf13/pflag v1.0.10
@@ -121,7 +121,7 @@ require (
121121 github.com/modern-go/reflect2 v1.0.2 // indirect
122122 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
123123 github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
124- github.com/oapi-codegen/runtime v1.2.0 // indirect
124+ github.com/oapi-codegen/runtime v1.3.1 // indirect
125125 github.com/opencontainers/go-digest v1.0.0 // indirect
126126 github.com/opencontainers/runc v1.2.1 // indirect
127127 github.com/opencontainers/runtime-spec v1.2.0 // indirect
Original file line number Diff line number Diff line change @@ -212,6 +212,8 @@ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J
212212github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f /go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw =
213213github.com/oapi-codegen/runtime v1.2.0 h1:RvKc1CVS1QeKSNzO97FBQbSMZyQ8s6rZd+LpmzwHMP4 =
214214github.com/oapi-codegen/runtime v1.2.0 /go.mod h1:Y7ZhmmlE8ikZOmuHRRndiIm7nf3xcVv+YMweKgG1DT0 =
215+ github.com/oapi-codegen/runtime v1.3.1 h1:RgDY6J4OGQLbRXhG/Xpt3vSVqYpHQS7hN4m85+5xB9g =
216+ github.com/oapi-codegen/runtime v1.3.1 /go.mod h1:kOdeacKy7t40Rclb1je37ZLFboFxh+YLy0zaPCMibPY =
215217github.com/onsi/ginkgo/v2 v2.28.1 h1:S4hj+HbZp40fNKuLUQOYLDgZLwNUVn19N3Atb98NCyI =
216218github.com/onsi/ginkgo/v2 v2.28.1 /go.mod h1:CLtbVInNckU3/+gC8LzkGUb9oF+e8W8TdUsxPwvdOgE =
217219github.com/onsi/ginkgo/v2 v2.28.3 h1:4JvMdwtFU0imd8fHx25OJXoDMRexnf8v5NHKYSTTji4 =
@@ -236,6 +238,8 @@ github.com/outscale/goutils/sdk v0.0.2 h1:btnhPmo2Sitm3PDtE4bBeuFpF0B4YEHUc91NT7
236238github.com/outscale/goutils/sdk v0.0.2 /go.mod h1:2Ae3lIQmdOC+n/VnOABrzS+kpjq/Hm0PJQhABpiFW8M =
237239github.com/outscale/osc-sdk-go/v3 v3.0.0-rc.1 h1:6/JP3i0HRV4BYuVfyVWowA0sX2HnrIqyi3YhaKe6PoI =
238240github.com/outscale/osc-sdk-go/v3 v3.0.0-rc.1 /go.mod h1:907IGb1sqHsDhXMDB8lkEqsOH5kK7/VTJ74+ZHqSLx0 =
241+ github.com/outscale/osc-sdk-go/v3 v3.0.0-rc.2 h1:uj8s4jaqqzq2hFqQVAB6PTVwuPm43e5Ti/ZFQqvCAB0 =
242+ github.com/outscale/osc-sdk-go/v3 v3.0.0-rc.2 /go.mod h1:Yi0j2XAZ0/8g0ObVFofMSL5+IuNIDp/AiEI6gXc7txc =
239243github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
240244github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
241245github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
You can’t perform that action at this time.
0 commit comments