From 5a76d657f8ef744f8d409532998caf6151c81aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 13:33:47 -0400 Subject: [PATCH] SOFTLAYER: Bump github.com/softlayer/softlayer-go from 1.0.4 to 1.0.5 (#1519) Bumps [github.com/softlayer/softlayer-go](https://github.com/softlayer/softlayer-go) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/softlayer/softlayer-go/releases) - [Commits](https://github.com/softlayer/softlayer-go/compare/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: github.com/softlayer/softlayer-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Limoncelli --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 9302f9461..d11851c96 100644 --- a/go.mod +++ b/go.mod @@ -46,7 +46,7 @@ require ( github.com/pquerna/otp v1.3.0 github.com/qdm12/reprint v0.0.0-20200326205758-722754a53494 github.com/robertkrimen/otto v0.0.0-20211024170158-b87d35c0b86f - github.com/softlayer/softlayer-go v1.0.4 + github.com/softlayer/softlayer-go v1.0.5 github.com/stretchr/testify v1.7.1 github.com/tdewolff/minify/v2 v2.11.5 github.com/transip/gotransip/v6 v6.17.0 diff --git a/go.sum b/go.sum index 02fd8d0f9..14419bf26 100644 --- a/go.sum +++ b/go.sum @@ -582,8 +582,8 @@ github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykE github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= github.com/smartystreets/goconvey v1.7.2 h1:9RBaZCeXEQ3UselpuwUQHltGVXvdwm6cv1hgR6gDIPg= -github.com/softlayer/softlayer-go v1.0.4 h1:ET/yxkWbEw04pOcHu+nvhuVQg+U0qVaJA8YsUC+Ldwk= -github.com/softlayer/softlayer-go v1.0.4/go.mod h1:6HepcfAXROz0Rf63krk5hPZyHT6qyx2MNvYyHof7ik4= +github.com/softlayer/softlayer-go v1.0.5 h1:qPz4F+Uhq4z7/SNR+5/cqGSin/f4DYJW7bEp5H0D1Lo= +github.com/softlayer/softlayer-go v1.0.5/go.mod h1:6HepcfAXROz0Rf63krk5hPZyHT6qyx2MNvYyHof7ik4= github.com/softlayer/xmlrpc v0.0.0-20200409220501-5f089df7cb7e h1:3OgWYFw7jxCZPcvAg+4R8A50GZ+CCkARF10lxu2qDsQ= github.com/softlayer/xmlrpc v0.0.0-20200409220501-5f089df7cb7e/go.mod h1:fKZCUVdirrxrBpwd9wb+lSoVixvpwAu8eHzbQB2tums= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=