Skip to content

Commit

Permalink
Merge pull request #191 from fluxcd/update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco authored Nov 24, 2021
2 parents e289c27 + e3bd920 commit c38e659
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 186 deletions.
9 changes: 9 additions & 0 deletions helmtestserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ replace github.com/fluxcd/pkg/testserver => ../testserver

require (
github.com/fluxcd/pkg/testserver v0.1.0
github.com/garyburd/redigo v1.6.3 // indirect
helm.sh/helm/v3 v3.7.1
sigs.k8s.io/yaml v1.3.0
)

replace (
// Fix CVE-2021-41190
github.com/containerd/containerd => github.com/containerd/containerd v1.5.8

// Fix CVE-2021-41190
github.com/opencontainers/image-spec => github.com/opencontainers/image-spec v1.0.2
)
Loading

0 comments on commit c38e659

Please sign in to comment.