Skip to content

Commit

Permalink
Bump github.com/jfrog/jfrog-client-go from 1.44.2 to 1.45.0
Browse files Browse the repository at this point in the history
Bumps [github.com/jfrog/jfrog-client-go](https://github.com/jfrog/jfrog-client-go) from 1.44.2 to 1.45.0.
- [Release notes](https://github.com/jfrog/jfrog-client-go/releases)
- [Commits](jfrog/jfrog-client-go@v1.44.2...v1.45.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent b31e445 commit 5da727f
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.6
require (
github.com/Masterminds/semver v1.5.0
github.com/jfrog/jfrog-cli-core/v2 v2.55.3
github.com/jfrog/jfrog-client-go v1.44.2
github.com/jfrog/jfrog-client-go v1.45.0
gopkg.in/yaml.v3 v3.0.1
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ github.com/jfrog/gofrog v1.7.5 h1:dFgtEDefJdlq9cqTRoe09RLxS5Bxbe1Ev5+E6SmZHcg=
github.com/jfrog/gofrog v1.7.5/go.mod h1:jyGiCgiqSSR7k86hcUSu67XVvmvkkgWTmPsH25wI298=
github.com/jfrog/jfrog-cli-core/v2 v2.55.3 h1:/PWlB8yxJlUjB9TdhQ5TIFjMMDXujNy5WJBFOOUoldc=
github.com/jfrog/jfrog-cli-core/v2 v2.55.3/go.mod h1:2/Ccqq0ayMqIuH5AAoneX0CowwdrNWQcs5aKz8iDYkE=
github.com/jfrog/jfrog-client-go v1.44.2 h1:5t8tx6NOth6Xq24SdF3MYSd6vo0bTibW93nads2DEuY=
github.com/jfrog/jfrog-client-go v1.44.2/go.mod h1:f5Jfv+RGKVr4smOp4a4pxyBKdlpLG7R894kx2XW+w8c=
github.com/jfrog/jfrog-client-go v1.45.0 h1:CX+xlMdcvnG509PExwqJ17hzwVtFfkpeCyeKmDKKRNY=
github.com/jfrog/jfrog-client-go v1.45.0/go.mod h1:f5Jfv+RGKVr4smOp4a4pxyBKdlpLG7R894kx2XW+w8c=
github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=
github.com/kevinburke/ssh_config v1.2.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM=
github.com/klauspost/compress v1.4.1/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/jfrog/jfrog-client-go/utils/utils.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions vendor/github.com/jfrog/jfrog-client-go/xsc/manager.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

113 changes: 113 additions & 0 deletions vendor/github.com/jfrog/jfrog-client-go/xsc/services/profile.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ github.com/jfrog/jfrog-cli-core/v2/utils/ioutils
github.com/jfrog/jfrog-cli-core/v2/utils/lock
github.com/jfrog/jfrog-cli-core/v2/utils/log
github.com/jfrog/jfrog-cli-core/v2/utils/osutils
# github.com/jfrog/jfrog-client-go v1.44.2
# github.com/jfrog/jfrog-client-go v1.45.0
## explicit; go 1.22
github.com/jfrog/jfrog-client-go/access
github.com/jfrog/jfrog-client-go/access/auth
Expand Down

0 comments on commit 5da727f

Please sign in to comment.