Skip to content

Commit

Permalink
Bump github.com/DependencyTrack/client-go from 0.10.0 to 0.11.0 (#79)
Browse files Browse the repository at this point in the history
Bumps [github.com/DependencyTrack/client-go](https://github.com/DependencyTrack/client-go) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/DependencyTrack/client-go/releases)
- [Changelog](https://github.com/DependencyTrack/client-go/blob/main/.goreleaser.yml)
- [Commits](DependencyTrack/client-go@v0.10.0...v0.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent 2168fda commit b4b3d3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/jetstack/dependency-track-exporter
go 1.20

require (
github.com/DependencyTrack/client-go v0.10.0
github.com/DependencyTrack/client-go v0.11.0
github.com/alecthomas/kingpin/v2 v2.3.2
github.com/go-kit/log v0.2.1
github.com/google/go-cmp v0.5.9
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/DependencyTrack/client-go v0.10.0 h1:6vZ9lFhqwIHkRA7vDrbYkB+BF6D8fj1IzDWF4VhYvbY=
github.com/DependencyTrack/client-go v0.10.0/go.mod h1:XLZnOksOs56Svq+K4xmBkN8U97gpP7r1BkhCc/xA8Iw=
github.com/DependencyTrack/client-go v0.11.0 h1:1g+eHC8nJyIzi68zcs+dr3OHRvS1aC+4Uy3YKA0JJhc=
github.com/DependencyTrack/client-go v0.11.0/go.mod h1:XLZnOksOs56Svq+K4xmBkN8U97gpP7r1BkhCc/xA8Iw=
github.com/alecthomas/kingpin/v2 v2.3.2 h1:H0aULhgmSzN8xQ3nX1uxtdlTHYoPLu5AhHxWrKI6ocU=
github.com/alecthomas/kingpin/v2 v2.3.2/go.mod h1:0gyi0zQnjuFk8xrkNKamJoyUo382HRL7ATRpFZCw6tE=
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 h1:s6gZFSlWYmbqAuRjVTiNNhvNRfY2Wxp9nhfyel4rklc=
Expand Down

0 comments on commit b4b3d3c

Please sign in to comment.