Skip to content

Commit

Permalink
Update misc modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 11, 2023
1 parent fcc65f3 commit 425b352
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre_commit_go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pre-commit:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/giantswarm/operatorkit/v7 v7.1.0
github.com/giantswarm/to v0.4.0
github.com/google/go-cmp v0.5.9
github.com/imdario/mergo v0.3.13
github.com/imdario/mergo v1.0.0
github.com/prometheus/client_golang v1.14.0
github.com/spf13/afero v1.9.3
github.com/spf13/viper v1.14.0
Expand Down Expand Up @@ -177,12 +177,12 @@ require (

replace (
// Use moby v20.10.0-beta1 to fix build issue on darwin.
github.com/docker/docker => github.com/moby/moby v20.10.22+incompatible
github.com/docker/docker => github.com/moby/moby v24.0.5+incompatible
github.com/gin-gonic/gin v1.4.0 => github.com/gin-gonic/gin v1.9.0
// Use go-logr/logr v0.1.0 due to breaking changes in v0.2.0 that can't be applied.
github.com/go-logr/logr v0.2.0 => github.com/go-logr/logr v0.1.0
// Use mergo 0.3.11 due to bug in 0.3.9 merging Go structs.
github.com/imdario/mergo => github.com/imdario/mergo v0.3.13
github.com/imdario/mergo => github.com/imdario/mergo v1.0.0
github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.9.11
// CVE-2023-3978
golang.org/x/net => golang.org/x/net v0.14.0
Expand Down

0 comments on commit 425b352

Please sign in to comment.