[agent-operator] - cmii deploy part
This commit is contained in:
@@ -5,7 +5,6 @@ go 1.22.1
|
||||
require (
|
||||
github.com/docker/docker v20.10.17+incompatible
|
||||
github.com/docker/go-units v0.4.0
|
||||
github.com/go-playground/validator/v10 v10.19.0
|
||||
github.com/klauspost/pgzip v1.2.6
|
||||
github.com/minio/minio-go v6.0.14+incompatible
|
||||
github.com/mittwald/goharbor-client/v5 v5.5.3
|
||||
@@ -15,10 +14,13 @@ require (
|
||||
k8s.io/apimachinery v0.29.1
|
||||
k8s.io/client-go v0.29.1
|
||||
wdd.io/agent-common v0.0.0
|
||||
wdd.io/agent-deploy v0.0.0
|
||||
)
|
||||
|
||||
replace wdd.io/agent-common => ../agent-common
|
||||
|
||||
replace wdd.io/agent-deploy => ../agent-deploy
|
||||
|
||||
require (
|
||||
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
||||
github.com/Microsoft/go-winio v0.6.1 // indirect
|
||||
@@ -43,6 +45,7 @@ require (
|
||||
github.com/go-openapi/validate v0.22.1 // indirect
|
||||
github.com/go-playground/locales v0.14.1 // indirect
|
||||
github.com/go-playground/universal-translator v0.18.1 // indirect
|
||||
github.com/go-playground/validator/v10 v10.21.0 // indirect
|
||||
github.com/gogo/protobuf v1.3.2 // indirect
|
||||
github.com/goharbor/harbor/src v0.0.0-20230220075213-6015b3efa7d0 // indirect
|
||||
github.com/golang/protobuf v1.5.3 // indirect
|
||||
|
||||
Reference in New Issue
Block a user