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/chartmuseum/helm-push from 0.7.1 to 0.9.0 #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
13 changes: 7 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ go 1.14

require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/chartmuseum/helm-push v0.7.1
github.com/chartmuseum/helm-push v0.9.0
github.com/cyphar/filepath-securejoin v0.2.2 // indirect
github.com/evanphx/json-patch v4.2.0+incompatible // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/jfrog/jfrog-client-go v0.8.1
github.com/spf13/cobra v0.0.6
github.com/stretchr/testify v1.5.1
gopkg.in/yaml.v2 v2.2.8
k8s.io/apimachinery v0.17.3 // indirect
github.com/spf13/cobra v1.1.0
github.com/stretchr/testify v1.6.1
gopkg.in/yaml.v2 v2.3.0
k8s.io/client-go v11.0.0+incompatible // indirect
k8s.io/helm v2.16.3+incompatible
k8s.io/helm v2.16.12+incompatible
sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect
)
Loading