Skip to content

Commit

Permalink
build(deps): bump github.com/OctopusDeploy/go-octopusdeploy
Browse files Browse the repository at this point in the history
Bumps [github.com/OctopusDeploy/go-octopusdeploy](https://github.com/OctopusDeploy/go-octopusdeploy) from 1.6.0 to 1.8.6.
- [Release notes](https://github.com/OctopusDeploy/go-octopusdeploy/releases)
- [Changelog](https://github.com/OctopusDeploy/go-octopusdeploy/blob/main/.goreleaser.yml)
- [Commits](OctopusDeploy/go-octopusdeploy@v1.6.0...v1.8.6)

---
updated-dependencies:
- dependency-name: github.com/OctopusDeploy/go-octopusdeploy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 9, 2022
1 parent 426d13d commit db70dd4
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 34 deletions.
21 changes: 10 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/IBM/platform-services-go-sdk v0.19.1
github.com/IBM/vpc-go-sdk v0.4.1
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/OctopusDeploy/go-octopusdeploy v1.6.0
github.com/OctopusDeploy/go-octopusdeploy v1.8.6
github.com/PaloAltoNetworks/pango v0.6.0
github.com/SAP/go-hdb v0.105.2 // indirect
github.com/SermoDigital/jose v0.9.1 // indirect
Expand Down Expand Up @@ -227,7 +227,7 @@ require (
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/crewjam/saml v0.4.5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dghubble/sling v1.1.0 // indirect
github.com/dghubble/sling v1.4.0 // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/fatih/color v1.7.0 // indirect
Expand All @@ -236,8 +236,8 @@ require (
github.com/go-logr/logr v0.4.0 // indirect
github.com/go-openapi/errors v0.19.8 // indirect
github.com/go-openapi/strfmt v0.20.2 // indirect
github.com/go-playground/locales v0.13.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-resty/resty/v2 v2.1.1-0.20191201195748-d7b97669fe48 // indirect
github.com/go-routeros/routeros v0.0.0-20210123142807-2a44d57c6730 // indirect
github.com/go-stack/stack v1.8.0 // indirect
Expand All @@ -249,7 +249,7 @@ require (
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/jsonapi v1.0.0 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
github.com/googleapis/gnostic v0.4.1 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
Expand All @@ -273,7 +273,7 @@ require (
github.com/json-iterator/go v1.1.10 // indirect
github.com/kelseyhightower/envconfig v1.4.0 // indirect
github.com/klauspost/compress v1.11.2 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattermost/xml-roundtrip-validator v0.0.0-20201213122252-bcd7e1b9601e // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-ieproxy v0.0.0-20190702010315-6dee0af9227d // indirect
Expand Down Expand Up @@ -303,7 +303,7 @@ require (
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/sourcegraph/jsonrpc2 v0.0.0-20210201082850-366fbb520750 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/stretchr/testify v1.7.1 // indirect
github.com/stretchr/testify v1.7.2 // indirect
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
github.com/ulikunitz/xz v0.5.8 // indirect
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
Expand All @@ -318,7 +318,7 @@ require (
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
golang.org/x/tools v0.1.8 // indirect
Expand All @@ -327,14 +327,12 @@ require (
google.golang.org/grpc v1.45.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/auth0.v5 v5.21.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.21.0 // indirect
k8s.io/klog/v2 v2.8.0 // indirect
k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect
Expand All @@ -354,6 +352,7 @@ require (
require (
cloud.google.com/go/compute v1.3.0 // indirect
github.com/clbanning/mxj v1.8.4 // indirect
github.com/go-playground/validator/v10 v10.11.0 // indirect
github.com/golang-jwt/jwt/v4 v4.3.0 // indirect
github.com/manicminer/hamilton-autorest v0.2.0 // indirect
)
Expand Down

0 comments on commit db70dd4

Please sign in to comment.