Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 19a519f commit 7d0d188
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/stackitcloud/yawol

go 1.22.0

toolchain go1.22.6
toolchain go1.23.1

require (
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20
Expand All @@ -29,7 +29,10 @@ require (
sigs.k8s.io/controller-tools v0.15.0
)

require github.com/shirou/gopsutil/v4 v4.24.7
require (
github.com/shirou/gopsutil/v4 v4.24.7
github.com/spf13/pflag v1.0.5
)

require (
cel.dev/expr v0.15.0 // indirect
Expand Down Expand Up @@ -80,7 +83,6 @@ require (
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cobra v1.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
Expand Down

0 comments on commit 7d0d188

Please sign in to comment.