Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

build(deps): bump github.com/jfrog/jfrog-client-go from 0.8.1 to 0.25.0 #95

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ require (
github.com/chartmuseum/helm-push v0.7.1
github.com/cyphar/filepath-securejoin v0.2.2 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/jfrog/jfrog-client-go v0.8.1
github.com/jfrog/jfrog-client-go v0.25.0
github.com/spf13/cobra v0.0.6
github.com/stretchr/testify v1.5.1
gopkg.in/yaml.v2 v2.2.8
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v2 v2.3.0
k8s.io/apimachinery v0.17.3 // indirect
k8s.io/client-go v11.0.0+incompatible // indirect
k8s.io/helm v2.16.3+incompatible
Expand Down
Loading