fixed versions
All checks were successful
Build and Push Docker Image / Build image (push) Successful in 1m32s
All checks were successful
Build and Push Docker Image / Build image (push) Successful in 1m32s
This commit is contained in:
@@ -1,26 +1,23 @@
|
||||
module git.acooldomain.co/server-manager/backend/instancemanager/kubernetes
|
||||
|
||||
go 1.23.0
|
||||
go 1.24.1
|
||||
|
||||
toolchain go1.24.1
|
||||
|
||||
require k8s.io/client-go v0.32.3
|
||||
toolchain go1.24.2
|
||||
|
||||
require (
|
||||
git.acooldomain.co/server-manager/backend/instancemanager v0.0.0-20250409170334-54174ef41864
|
||||
git.acooldomain.co/server-manager/backend/models v0.0.0-20250409170334-54174ef41864
|
||||
git.acooldomain.co/server-manager/kubernetes-operator v0.0.7
|
||||
github.com/buildkite/shellwords v0.0.0-20180315110454-59467a9b8e10
|
||||
k8s.io/client-go v0.32.3
|
||||
)
|
||||
|
||||
require (
|
||||
git.acooldomain.co/server-manager/kubernetes-operator v0.0.3
|
||||
github.com/beorn7/perks v1.0.1 // indirect
|
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
|
||||
github.com/fsnotify/fsnotify v1.8.0 // indirect
|
||||
github.com/google/btree v1.1.3 // indirect
|
||||
github.com/prometheus/client_golang v1.19.1 // indirect
|
||||
github.com/prometheus/client_model v0.6.1 // indirect
|
||||
github.com/prometheus/common v0.55.0 // indirect
|
||||
github.com/prometheus/procfs v0.15.1 // indirect
|
||||
github.com/gorilla/websocket v1.5.0 // indirect
|
||||
github.com/moby/spdystream v0.5.0 // indirect
|
||||
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
golang.org/x/sync v0.10.0 // indirect
|
||||
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
|
||||
k8s.io/apiextensions-apiserver v0.32.1 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -55,8 +52,8 @@ require (
|
||||
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
|
||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
k8s.io/api v0.32.3 // indirect
|
||||
k8s.io/apimachinery v0.32.3 // indirect
|
||||
k8s.io/api v0.32.3
|
||||
k8s.io/apimachinery v0.32.3
|
||||
k8s.io/apiserver v0.32.3
|
||||
k8s.io/klog/v2 v2.130.1 // indirect
|
||||
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
|
||||
|
||||
Reference in New Issue
Block a user