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

Commit

Permalink
Update etc modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2023
1 parent 51a613b commit 28483aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/giantswarm/microerror v0.4.0
github.com/giantswarm/to v0.4.0
github.com/google/go-cmp v0.5.8
github.com/google/go-github/v39 v39.2.0
github.com/google/go-github/v54 v54.0.0
github.com/stretchr/testify v1.7.2
golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb
k8s.io/api v0.24.1
Expand Down Expand Up @@ -101,7 +101,7 @@ replace (
github.com/gorilla/websocket v1.4.0 => github.com/gorilla/websocket v1.4.2

// Mitigate a vulnerability in yaml.v1 < 2.2.8 (CVE-2019-11254)
gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v3 => gopkg.in/yaml.v2 v3.0.1

sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.0.4
)

0 comments on commit 28483aa

Please sign in to comment.