Skip to content

Commit

Permalink
bump go and other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed Mar 12, 2024
1 parent 08d2511 commit f6cdece
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 206 deletions.
27 changes: 22 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
module github.com/civo/civogo

go 1.16
go 1.22

require (
github.com/google/go-querystring v1.1.0
github.com/onsi/gomega v1.27.4
k8s.io/api v0.27.1
k8s.io/apimachinery v0.27.1
github.com/onsi/gomega v1.29.0
k8s.io/api v0.29.0
k8s.io/apimachinery v0.29.0
)

replace github.com/onsi/gomega => github.com/onsi/gomega v1.19.0
require (
github.com/go-logr/logr v1.3.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.110.1 // indirect
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
)
Loading

0 comments on commit f6cdece

Please # to comment.