diff --git a/go.mod b/go.mod index de1ca9f3f..cc91a599b 100644 --- a/go.mod +++ b/go.mod @@ -48,7 +48,7 @@ require ( github.com/robertkrimen/otto v0.2.1 github.com/softlayer/softlayer-go v1.1.2 github.com/stretchr/testify v1.8.2 - github.com/transip/gotransip/v6 v6.19.0 + github.com/transip/gotransip/v6 v6.19.1 github.com/urfave/cli/v2 v2.24.4 github.com/xddxdd/ottoext v0.0.0-20221109171055-210517fa4419 golang.org/x/net v0.7.0 diff --git a/go.sum b/go.sum index 7ad643a34..00ff1cd42 100644 --- a/go.sum +++ b/go.sum @@ -395,8 +395,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8= github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/transip/gotransip/v6 v6.19.0 h1:L8MLCvebIst+NHRYrezupRda9NfyoINbY81CMlaWUGM= -github.com/transip/gotransip/v6 v6.19.0/go.mod h1:nzv9eN2tdsUrm5nG5ZX6AugYIU4qgsMwIn2c0EZLk8c= +github.com/transip/gotransip/v6 v6.19.1 h1:FrfngO/JmNpH9X6JcHdrkMsVId23yMIDMVFy9k+5fB8= +github.com/transip/gotransip/v6 v6.19.1/go.mod h1:nzv9eN2tdsUrm5nG5ZX6AugYIU4qgsMwIn2c0EZLk8c= github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw= github.com/ugorji/go v1.2.6/go.mod h1:anCg0y61KIhDlPZmnH+so+RQbysYVyDko0IMgJv0Nn0= github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY=