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

Commit

Permalink
Merge pull request #34 from chifu1234/main
Browse files Browse the repository at this point in the history
bugfix: namespace render
  • Loading branch information
chifu1234 authored Apr 14, 2021
2 parents 7766433 + ccb7068 commit 6ad3507
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 133 deletions.
17 changes: 11 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,16 @@ require (
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
gotest.tools v2.2.0+incompatible
helm.sh/helm/v3 v3.5.0
k8s.io/api v0.20.1
k8s.io/apimachinery v0.20.1
k8s.io/cli-runtime v0.20.1
k8s.io/client-go v0.20.1
rsc.io/letsencrypt v0.0.3 // indirect
helm.sh/helm/v3 v3.5.3
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.2
k8s.io/apiserver v0.20.2
k8s.io/cli-runtime v0.20.2
k8s.io/client-go v0.20.2
sigs.k8s.io/yaml v1.2.0
)

replace (
github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
)
Loading

0 comments on commit 6ad3507

Please sign in to comment.