diff --git a/Makefile b/Makefile index 550b5635cc..df245a3499 100644 --- a/Makefile +++ b/Makefile @@ -76,12 +76,12 @@ generate: $(protoc_bin) generate-stackgres-crds ## Generate code with controller rm -rf crds && cp -r apis/generated crds go run sigs.k8s.io/controller-tools/cmd/controller-gen rbac:roleName=appcat paths="{./apis/...,./pkg/apiserver/...}" output:artifacts:config=config/apiserver go run k8s.io/code-generator/cmd/go-to-protobuf \ - --packages=github.com/vshn/appcat/apis/appcat/v1 \ + --packages=github.com/vshn/appcat/v4/apis/appcat/v1 \ --output-base=./.work/tmp \ --go-header-file=./pkg/apiserver/hack/boilerplate.txt \ --apimachinery-packages='-k8s.io/apimachinery/pkg/util/intstr,-k8s.io/apimachinery/pkg/api/resource,-k8s.io/apimachinery/pkg/runtime/schema,-k8s.io/apimachinery/pkg/runtime,-k8s.io/apimachinery/pkg/apis/meta/v1,-k8s.io/apimachinery/pkg/apis/meta/v1beta1,-k8s.io/api/core/v1,-k8s.io/api/rbac/v1' \ --proto-import=./.work/kubernetes/vendor/ && \ - mv ./.work/tmp/github.com/vshn/appcat/apis/appcat/v1/generated.pb.go ./apis/appcat/v1/ && \ + mv ./.work/tmp/github.com/vshn/appcat/v4/apis/appcat/v1/generated.pb.go ./apis/appcat/v1/ && \ rm -rf ./.work/tmp .PHONY: generate-stackgres-crds diff --git a/apis/appcat/v1/generated.pb.go b/apis/appcat/v1/generated.pb.go index ce64b1b20b..7431481977 100644 --- a/apis/appcat/v1/generated.pb.go +++ b/apis/appcat/v1/generated.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: .work/tmp/github.com/vshn/appcat/apis/appcat/v1/generated.proto +// source: .work/tmp/github.com/vshn/appcat/v4/apis/appcat/v1/generated.proto package v1 @@ -32,7 +32,7 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package func (m *AppCat) Reset() { *m = AppCat{} } func (*AppCat) ProtoMessage() {} func (*AppCat) Descriptor() ([]byte, []int) { - return fileDescriptor_3f37f7f54c7900be, []int{0} + return fileDescriptor_7745f0f2a1a993fe, []int{0} } func (m *AppCat) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -60,7 +60,7 @@ var xxx_messageInfo_AppCat proto.InternalMessageInfo func (m *AppCatList) Reset() { *m = AppCatList{} } func (*AppCatList) ProtoMessage() {} func (*AppCatList) Descriptor() ([]byte, []int) { - return fileDescriptor_3f37f7f54c7900be, []int{1} + return fileDescriptor_7745f0f2a1a993fe, []int{1} } func (m *AppCatList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -88,7 +88,7 @@ var xxx_messageInfo_AppCatList proto.InternalMessageInfo func (m *AppCatStatus) Reset() { *m = AppCatStatus{} } func (*AppCatStatus) ProtoMessage() {} func (*AppCatStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_3f37f7f54c7900be, []int{2} + return fileDescriptor_7745f0f2a1a993fe, []int{2} } func (m *AppCatStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -116,7 +116,7 @@ var xxx_messageInfo_AppCatStatus proto.InternalMessageInfo func (m *SGBackupInfo) Reset() { *m = SGBackupInfo{} } func (*SGBackupInfo) ProtoMessage() {} func (*SGBackupInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_3f37f7f54c7900be, []int{3} + return fileDescriptor_7745f0f2a1a993fe, []int{3} } func (m *SGBackupInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -144,7 +144,7 @@ var xxx_messageInfo_SGBackupInfo proto.InternalMessageInfo func (m *VSHNPlan) Reset() { *m = VSHNPlan{} } func (*VSHNPlan) ProtoMessage() {} func (*VSHNPlan) Descriptor() ([]byte, []int) { - return fileDescriptor_3f37f7f54c7900be, []int{4} + return fileDescriptor_7745f0f2a1a993fe, []int{4} } func (m *VSHNPlan) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -172,7 +172,7 @@ var xxx_messageInfo_VSHNPlan proto.InternalMessageInfo func (m *VSHNPostgresBackup) Reset() { *m = VSHNPostgresBackup{} } func (*VSHNPostgresBackup) ProtoMessage() {} func (*VSHNPostgresBackup) Descriptor() ([]byte, []int) { - return fileDescriptor_3f37f7f54c7900be, []int{5} + return fileDescriptor_7745f0f2a1a993fe, []int{5} } func (m *VSHNPostgresBackup) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -200,7 +200,7 @@ var xxx_messageInfo_VSHNPostgresBackup proto.InternalMessageInfo func (m *VSHNPostgresBackupList) Reset() { *m = VSHNPostgresBackupList{} } func (*VSHNPostgresBackupList) ProtoMessage() {} func (*VSHNPostgresBackupList) Descriptor() ([]byte, []int) { - return fileDescriptor_3f37f7f54c7900be, []int{6} + return fileDescriptor_7745f0f2a1a993fe, []int{6} } func (m *VSHNPostgresBackupList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -228,7 +228,7 @@ var xxx_messageInfo_VSHNPostgresBackupList proto.InternalMessageInfo func (m *VSHNPostgresBackupStatus) Reset() { *m = VSHNPostgresBackupStatus{} } func (*VSHNPostgresBackupStatus) ProtoMessage() {} func (*VSHNPostgresBackupStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_3f37f7f54c7900be, []int{7} + return fileDescriptor_7745f0f2a1a993fe, []int{7} } func (m *VSHNPostgresBackupStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -256,7 +256,7 @@ var xxx_messageInfo_VSHNPostgresBackupStatus proto.InternalMessageInfo func (m *VSHNRedisBackup) Reset() { *m = VSHNRedisBackup{} } func (*VSHNRedisBackup) ProtoMessage() {} func (*VSHNRedisBackup) Descriptor() ([]byte, []int) { - return fileDescriptor_3f37f7f54c7900be, []int{8} + return fileDescriptor_7745f0f2a1a993fe, []int{8} } func (m *VSHNRedisBackup) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -284,7 +284,7 @@ var xxx_messageInfo_VSHNRedisBackup proto.InternalMessageInfo func (m *VSHNRedisBackupList) Reset() { *m = VSHNRedisBackupList{} } func (*VSHNRedisBackupList) ProtoMessage() {} func (*VSHNRedisBackupList) Descriptor() ([]byte, []int) { - return fileDescriptor_3f37f7f54c7900be, []int{9} + return fileDescriptor_7745f0f2a1a993fe, []int{9} } func (m *VSHNRedisBackupList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -312,7 +312,7 @@ var xxx_messageInfo_VSHNRedisBackupList proto.InternalMessageInfo func (m *VSHNRedisBackupStatus) Reset() { *m = VSHNRedisBackupStatus{} } func (*VSHNRedisBackupStatus) ProtoMessage() {} func (*VSHNRedisBackupStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_3f37f7f54c7900be, []int{10} + return fileDescriptor_7745f0f2a1a993fe, []int{10} } func (m *VSHNRedisBackupStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -340,7 +340,7 @@ var xxx_messageInfo_VSHNRedisBackupStatus proto.InternalMessageInfo func (m *VSHNSize) Reset() { *m = VSHNSize{} } func (*VSHNSize) ProtoMessage() {} func (*VSHNSize) Descriptor() ([]byte, []int) { - return fileDescriptor_3f37f7f54c7900be, []int{11} + return fileDescriptor_7745f0f2a1a993fe, []int{11} } func (m *VSHNSize) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -366,87 +366,88 @@ func (m *VSHNSize) XXX_DiscardUnknown() { var xxx_messageInfo_VSHNSize proto.InternalMessageInfo func init() { - proto.RegisterType((*AppCat)(nil), "github.com.vshn.appcat.apis.appcat.v1.AppCat") - proto.RegisterMapType((Details)(nil), "github.com.vshn.appcat.apis.appcat.v1.AppCat.DetailsEntry") - proto.RegisterMapType((map[string]VSHNPlan)(nil), "github.com.vshn.appcat.apis.appcat.v1.AppCat.PlansEntry") - proto.RegisterType((*AppCatList)(nil), "github.com.vshn.appcat.apis.appcat.v1.AppCatList") - proto.RegisterType((*AppCatStatus)(nil), "github.com.vshn.appcat.apis.appcat.v1.AppCatStatus") - proto.RegisterType((*SGBackupInfo)(nil), "github.com.vshn.appcat.apis.appcat.v1.SGBackupInfo") - proto.RegisterType((*VSHNPlan)(nil), "github.com.vshn.appcat.apis.appcat.v1.VSHNPlan") - proto.RegisterType((*VSHNPostgresBackup)(nil), "github.com.vshn.appcat.apis.appcat.v1.VSHNPostgresBackup") - proto.RegisterType((*VSHNPostgresBackupList)(nil), "github.com.vshn.appcat.apis.appcat.v1.VSHNPostgresBackupList") - proto.RegisterType((*VSHNPostgresBackupStatus)(nil), "github.com.vshn.appcat.apis.appcat.v1.VSHNPostgresBackupStatus") - proto.RegisterType((*VSHNRedisBackup)(nil), "github.com.vshn.appcat.apis.appcat.v1.VSHNRedisBackup") - proto.RegisterType((*VSHNRedisBackupList)(nil), "github.com.vshn.appcat.apis.appcat.v1.VSHNRedisBackupList") - proto.RegisterType((*VSHNRedisBackupStatus)(nil), "github.com.vshn.appcat.apis.appcat.v1.VSHNRedisBackupStatus") - proto.RegisterType((*VSHNSize)(nil), "github.com.vshn.appcat.apis.appcat.v1.VSHNSize") + proto.RegisterType((*AppCat)(nil), "github.com.vshn.appcat.v4.apis.appcat.v1.AppCat") + proto.RegisterMapType((Details)(nil), "github.com.vshn.appcat.v4.apis.appcat.v1.AppCat.DetailsEntry") + proto.RegisterMapType((map[string]VSHNPlan)(nil), "github.com.vshn.appcat.v4.apis.appcat.v1.AppCat.PlansEntry") + proto.RegisterType((*AppCatList)(nil), "github.com.vshn.appcat.v4.apis.appcat.v1.AppCatList") + proto.RegisterType((*AppCatStatus)(nil), "github.com.vshn.appcat.v4.apis.appcat.v1.AppCatStatus") + proto.RegisterType((*SGBackupInfo)(nil), "github.com.vshn.appcat.v4.apis.appcat.v1.SGBackupInfo") + proto.RegisterType((*VSHNPlan)(nil), "github.com.vshn.appcat.v4.apis.appcat.v1.VSHNPlan") + proto.RegisterType((*VSHNPostgresBackup)(nil), "github.com.vshn.appcat.v4.apis.appcat.v1.VSHNPostgresBackup") + proto.RegisterType((*VSHNPostgresBackupList)(nil), "github.com.vshn.appcat.v4.apis.appcat.v1.VSHNPostgresBackupList") + proto.RegisterType((*VSHNPostgresBackupStatus)(nil), "github.com.vshn.appcat.v4.apis.appcat.v1.VSHNPostgresBackupStatus") + proto.RegisterType((*VSHNRedisBackup)(nil), "github.com.vshn.appcat.v4.apis.appcat.v1.VSHNRedisBackup") + proto.RegisterType((*VSHNRedisBackupList)(nil), "github.com.vshn.appcat.v4.apis.appcat.v1.VSHNRedisBackupList") + proto.RegisterType((*VSHNRedisBackupStatus)(nil), "github.com.vshn.appcat.v4.apis.appcat.v1.VSHNRedisBackupStatus") + proto.RegisterType((*VSHNSize)(nil), "github.com.vshn.appcat.v4.apis.appcat.v1.VSHNSize") } func init() { - proto.RegisterFile(".work/tmp/github.com/vshn/appcat/apis/appcat/v1/generated.proto", fileDescriptor_3f37f7f54c7900be) + proto.RegisterFile(".work/tmp/github.com/vshn/appcat/v4/apis/appcat/v1/generated.proto", fileDescriptor_7745f0f2a1a993fe) } -var fileDescriptor_3f37f7f54c7900be = []byte{ - // 943 bytes of a gzipped FileDescriptorProto +var fileDescriptor_7745f0f2a1a993fe = []byte{ + // 951 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x57, 0xdd, 0x6e, 0x1b, 0x45, - 0x14, 0xf6, 0xda, 0xce, 0x4f, 0x8f, 0x03, 0x49, 0x07, 0x0a, 0xc6, 0x12, 0x6e, 0x64, 0xa9, 0xa8, - 0x42, 0x64, 0x97, 0x04, 0x54, 0x85, 0x08, 0xa9, 0xea, 0xc6, 0x11, 0x04, 0xda, 0x10, 0x26, 0x05, - 0x21, 0x0a, 0x88, 0xf1, 0xee, 0xd4, 0x19, 0x9c, 0xdd, 0x59, 0xed, 0x8c, 0x5d, 0xd2, 0xab, 0x3e, - 0x02, 0xcf, 0xc1, 0x0d, 0x6f, 0x00, 0x77, 0x28, 0x97, 0xb9, 0x42, 0xe5, 0xa6, 0x10, 0xf3, 0x16, - 0x5c, 0xa1, 0xd9, 0x99, 0xb5, 0xd7, 0x7f, 0xd4, 0xb6, 0xaa, 0xdc, 0xcd, 0xcf, 0x7e, 0xdf, 0x77, - 0xce, 0x99, 0xef, 0x1c, 0xd9, 0x70, 0xdb, 0x7e, 0xc4, 0xe3, 0x96, 0x23, 0x83, 0xc8, 0x69, 0x32, - 0x79, 0xdc, 0x6e, 0xd8, 0x1e, 0x0f, 0x9c, 0x8e, 0x38, 0x0e, 0x1d, 0x12, 0x45, 0x1e, 0x91, 0x0e, - 0x89, 0x98, 0x48, 0xd7, 0x9d, 0x4d, 0xa7, 0x49, 0x43, 0x1a, 0x13, 0x49, 0x7d, 0x3b, 0x8a, 0xb9, - 0xe4, 0xe8, 0x46, 0x1f, 0x66, 0x2b, 0x98, 0xad, 0x3f, 0xb5, 0x15, 0x2c, 0x5d, 0x77, 0x36, 0x2b, - 0x1b, 0x19, 0xf6, 0x26, 0x6f, 0x72, 0x27, 0x41, 0x37, 0xda, 0x0f, 0x93, 0x5d, 0xb2, 0x49, 0x56, - 0x9a, 0xb5, 0xf2, 0x7e, 0x6b, 0x5b, 0xd8, 0x8c, 0x2b, 0xf1, 0x80, 0x78, 0xc7, 0x2c, 0xa4, 0xf1, - 0xa9, 0x13, 0xb5, 0x9a, 0x3a, 0x9a, 0x80, 0x4a, 0x32, 0x26, 0x96, 0x8a, 0x33, 0x09, 0x15, 0xb7, - 0x43, 0xc9, 0x02, 0x3a, 0x02, 0xb8, 0xf5, 0x3c, 0x80, 0xf0, 0x8e, 0x69, 0x40, 0x86, 0x71, 0xb5, - 0xdf, 0x8a, 0xb0, 0x78, 0x27, 0x8a, 0x76, 0x89, 0x44, 0xdf, 0xc3, 0xb2, 0x0a, 0xc7, 0x27, 0x92, - 0x94, 0xad, 0x75, 0xeb, 0x66, 0x69, 0xeb, 0x5d, 0x5b, 0xb3, 0xda, 0x59, 0x56, 0x3b, 0x6a, 0x35, - 0x75, 0x4d, 0xd4, 0xd7, 0x76, 0x67, 0xd3, 0xfe, 0xac, 0xf1, 0x03, 0xf5, 0xe4, 0x3d, 0x2a, 0x89, - 0x8b, 0xce, 0x9e, 0x5d, 0xcf, 0x75, 0x9f, 0x5d, 0x87, 0xfe, 0x19, 0xee, 0xb1, 0xa2, 0x08, 0x96, - 0x7c, 0x2a, 0x09, 0x3b, 0x11, 0xe5, 0xfc, 0x7a, 0xe1, 0x66, 0x69, 0x6b, 0xc7, 0x9e, 0xaa, 0xe6, - 0xb6, 0x8e, 0xd0, 0xae, 0x6b, 0xf0, 0x5e, 0x28, 0xe3, 0x53, 0xb7, 0x62, 0xa4, 0x96, 0xcc, 0xe9, - 0xbf, 0xfd, 0x25, 0x4e, 0x65, 0xd0, 0xb7, 0xb0, 0x10, 0x9d, 0x90, 0x50, 0x94, 0x0b, 0x89, 0xde, - 0xf6, 0x6c, 0x7a, 0x87, 0x0a, 0xaa, 0xd5, 0x5e, 0x32, 0x6a, 0x0b, 0xc9, 0x19, 0xd6, 0xac, 0xe8, - 0x01, 0x2c, 0x0a, 0x49, 0x64, 0x5b, 0x94, 0x8b, 0x49, 0xc1, 0xde, 0x9b, 0x89, 0xff, 0x28, 0x81, - 0xba, 0x2f, 0x1b, 0xea, 0x45, 0xbd, 0xc7, 0x86, 0xb2, 0xb2, 0x03, 0x2b, 0xd9, 0x84, 0xd1, 0x1a, - 0x14, 0x5a, 0xf4, 0x34, 0x79, 0x9a, 0x2b, 0x58, 0x2d, 0xd1, 0xab, 0xb0, 0xd0, 0x21, 0x27, 0x6d, - 0x5a, 0xce, 0x27, 0x67, 0x7a, 0xb3, 0x93, 0xdf, 0xb6, 0x2a, 0x0c, 0xa0, 0x1f, 0xfc, 0x18, 0xe4, - 0x5e, 0x16, 0x59, 0xda, 0x72, 0xa6, 0x8c, 0xfb, 0xcb, 0xa3, 0x8f, 0x0f, 0x14, 0x6f, 0x46, 0xaa, - 0xf6, 0xab, 0x05, 0xa0, 0xf3, 0xb9, 0xcb, 0x84, 0x44, 0xdf, 0x8c, 0xb8, 0xc8, 0x9e, 0xce, 0x45, - 0x0a, 0x9d, 0x78, 0x68, 0xcd, 0xd4, 0x63, 0x39, 0x3d, 0xc9, 0x38, 0x08, 0xc3, 0x02, 0x93, 0x34, - 0x48, 0xfd, 0xb3, 0x31, 0x53, 0xbd, 0xfb, 0x8f, 0xb8, 0xaf, 0x38, 0xb0, 0xa6, 0xaa, 0x7d, 0x0e, - 0x2b, 0xd9, 0xf7, 0x40, 0x77, 0x60, 0xd5, 0xe3, 0x41, 0xc4, 0x05, 0x93, 0x8c, 0x87, 0x07, 0x24, - 0xa0, 0xba, 0x72, 0xee, 0xeb, 0x06, 0xbe, 0xba, 0x3b, 0x78, 0x8d, 0x87, 0xbf, 0xaf, 0xfd, 0x9e, - 0x87, 0x95, 0xa3, 0x8f, 0x5c, 0xe2, 0xb5, 0xda, 0xd1, 0x7e, 0xf8, 0x90, 0x23, 0x1f, 0x80, 0xf7, - 0x3a, 0xe2, 0x85, 0x76, 0x57, 0x86, 0x17, 0x7d, 0x05, 0x4b, 0x51, 0xcc, 0x3d, 0x2a, 0x84, 0x79, - 0xd7, 0x8d, 0x89, 0x12, 0x66, 0x2c, 0xd8, 0x98, 0x3c, 0xda, 0xfb, 0x51, 0xd2, 0x50, 0x30, 0x1e, - 0xba, 0xab, 0x69, 0x4b, 0x1d, 0x6a, 0x16, 0x9c, 0xd2, 0xa1, 0x0e, 0x5c, 0x6d, 0xf4, 0xb2, 0x89, - 0x03, 0xa2, 0x32, 0x2d, 0x17, 0xe6, 0xd1, 0x78, 0xc3, 0x68, 0x5c, 0x75, 0x87, 0xf9, 0xf0, 0xa8, - 0x44, 0xed, 0x89, 0x05, 0xcb, 0xa9, 0xe9, 0xd0, 0x3a, 0x14, 0x43, 0x2e, 0xd3, 0xd7, 0x58, 0x31, - 0x44, 0xc5, 0x03, 0x2e, 0x29, 0x4e, 0x6e, 0x10, 0x86, 0xa2, 0x60, 0x8f, 0xe7, 0x71, 0xf5, 0x11, - 0x7b, 0x4c, 0xfb, 0xfe, 0xf8, 0x44, 0x6d, 0x71, 0xc2, 0x55, 0xfb, 0xcb, 0x02, 0x94, 0x84, 0xc0, - 0x85, 0x6c, 0xc6, 0x54, 0xe8, 0xb8, 0x2f, 0x61, 0x5a, 0x36, 0x7b, 0xc3, 0x45, 0xa7, 0x73, 0x7b, - 0x96, 0x26, 0x1d, 0x08, 0xf6, 0xff, 0x07, 0x4d, 0xed, 0x0f, 0x0b, 0x5e, 0x1b, 0x05, 0x5d, 0x42, - 0x37, 0x7f, 0x37, 0xd8, 0xcd, 0x1f, 0xcc, 0x9d, 0xe0, 0x84, 0xce, 0xfe, 0x39, 0x0f, 0xe5, 0x49, - 0xd5, 0x40, 0xf7, 0xfb, 0xcd, 0x62, 0xcd, 0x63, 0xe4, 0xd2, 0xd8, 0x46, 0x89, 0xc7, 0x35, 0xca, - 0x5c, 0xcd, 0x78, 0x6d, 0xda, 0x26, 0x41, 0x75, 0x58, 0x53, 0xe5, 0x6c, 0x10, 0x41, 0xf7, 0x43, - 0x21, 0x49, 0xe8, 0xd1, 0xa4, 0x37, 0xaf, 0xb8, 0x65, 0x53, 0x96, 0xb5, 0xfa, 0xd0, 0x3d, 0x1e, - 0x41, 0xd4, 0xfe, 0xb4, 0x60, 0x55, 0x15, 0x0b, 0x53, 0x9f, 0x5d, 0x9e, 0xc9, 0xfd, 0x21, 0x93, - 0x7f, 0x38, 0x83, 0x07, 0x32, 0x91, 0x3e, 0xc7, 0xe1, 0xe7, 0x16, 0xbc, 0x32, 0x84, 0xb8, 0x04, - 0x7b, 0x3f, 0x18, 0xb4, 0xf7, 0xad, 0xf9, 0x52, 0x9b, 0xe0, 0xed, 0x5f, 0x2c, 0xb8, 0x36, 0xb6, - 0x08, 0xa8, 0x02, 0x79, 0xe6, 0x9b, 0x21, 0x09, 0x06, 0x9b, 0xdf, 0xaf, 0xe3, 0x3c, 0xf3, 0xd1, - 0x5d, 0x28, 0xfa, 0x44, 0xa6, 0x03, 0xf2, 0xed, 0xe9, 0x92, 0xbd, 0xcf, 0x02, 0xda, 0x1f, 0xb7, - 0x75, 0xa2, 0xc6, 0xad, 0x62, 0x41, 0xef, 0xc0, 0x32, 0x1b, 0x34, 0x5c, 0xaf, 0x1c, 0x3d, 0xa3, - 0xf5, 0xbe, 0xa8, 0x09, 0x3d, 0xca, 0xd5, 0x68, 0x45, 0x6f, 0x42, 0xc1, 0x8b, 0xda, 0x26, 0xc8, - 0x92, 0x01, 0x15, 0x76, 0x0f, 0xbf, 0xc0, 0xea, 0x5c, 0x4d, 0x7a, 0x9f, 0x89, 0x96, 0xfe, 0x5d, - 0x93, 0x91, 0x66, 0xa2, 0x85, 0x93, 0x1b, 0xf4, 0x16, 0x2c, 0x06, 0x34, 0xe0, 0xf1, 0xa9, 0x11, - 0xee, 0xbd, 0xfc, 0xbd, 0xe4, 0x14, 0x9b, 0x5b, 0xf7, 0xd3, 0xb3, 0x8b, 0x6a, 0xee, 0xfc, 0xa2, - 0x9a, 0x7b, 0x7a, 0x51, 0xcd, 0x3d, 0xe9, 0x56, 0xad, 0xb3, 0x6e, 0xd5, 0x3a, 0xef, 0x56, 0xad, - 0xa7, 0xdd, 0xaa, 0xf5, 0x77, 0xb7, 0x6a, 0xfd, 0xf4, 0x4f, 0x35, 0xf7, 0xf5, 0x8d, 0xa9, 0xfe, - 0x31, 0xfc, 0x17, 0x00, 0x00, 0xff, 0xff, 0x40, 0xb1, 0x08, 0xfe, 0x63, 0x0c, 0x00, 0x00, + 0x14, 0xf6, 0xda, 0xce, 0x4f, 0x8f, 0x03, 0x49, 0x07, 0x0a, 0xc6, 0x12, 0x6e, 0xe4, 0x0b, 0x14, + 0x21, 0xba, 0xdb, 0x44, 0x51, 0x55, 0x0a, 0x08, 0x75, 0xe3, 0x8a, 0x06, 0xb5, 0x21, 0x4c, 0x1a, + 0x84, 0x10, 0xaa, 0x3a, 0xde, 0x9d, 0x3a, 0x53, 0x67, 0x77, 0x56, 0x3b, 0x63, 0x97, 0xf4, 0x0a, + 0x89, 0x17, 0xe0, 0x39, 0xb8, 0xe1, 0x19, 0xb8, 0x41, 0x91, 0xb8, 0xa9, 0xc4, 0x4d, 0x91, 0x50, + 0x45, 0xcc, 0x5b, 0x70, 0x85, 0x66, 0x67, 0xbc, 0x5e, 0xff, 0x11, 0xdb, 0x54, 0xb9, 0xdb, 0xf9, + 0xf9, 0xbe, 0xef, 0x9c, 0x33, 0xdf, 0x39, 0xb2, 0xc1, 0xb5, 0x9f, 0xf2, 0xb8, 0xe5, 0xc8, 0x20, + 0x72, 0x9a, 0x4c, 0x1e, 0xb5, 0x1b, 0xb6, 0xc7, 0x03, 0xa7, 0x23, 0x8e, 0x42, 0x87, 0x44, 0x91, + 0x47, 0xa4, 0xd3, 0xd9, 0x76, 0x48, 0xc4, 0x44, 0xba, 0xdc, 0x74, 0x9a, 0x34, 0xa4, 0x31, 0x91, + 0xd4, 0xb7, 0xa3, 0x98, 0x4b, 0x8e, 0x36, 0xfa, 0x48, 0x5b, 0x21, 0x6d, 0x7d, 0xd5, 0xee, 0x6c, + 0xdb, 0x0a, 0x99, 0x2e, 0x37, 0x2b, 0xd7, 0x32, 0x1a, 0x4d, 0xde, 0xe4, 0x4e, 0x42, 0xd0, 0x68, + 0x3f, 0x4e, 0x56, 0xc9, 0x22, 0xf9, 0xd2, 0xc4, 0x95, 0xed, 0xd6, 0x4d, 0x61, 0x33, 0xae, 0xf4, + 0x03, 0xe2, 0x1d, 0xb1, 0x90, 0xc6, 0x27, 0x4e, 0xd4, 0x6a, 0xea, 0x80, 0x02, 0x2a, 0xc9, 0x98, + 0x70, 0x2a, 0xce, 0x24, 0x54, 0xdc, 0x0e, 0x25, 0x0b, 0xe8, 0x08, 0xe0, 0xc6, 0x79, 0x00, 0xe1, + 0x1d, 0xd1, 0x80, 0x0c, 0xe3, 0x6a, 0xbf, 0x15, 0x61, 0xf1, 0x76, 0x14, 0xed, 0x10, 0x89, 0x1e, + 0xc1, 0xb2, 0x0a, 0xc7, 0x27, 0x92, 0x94, 0xad, 0x75, 0x6b, 0xa3, 0xb4, 0x75, 0xdd, 0xd6, 0xac, + 0x76, 0x96, 0xd5, 0x8e, 0x5a, 0x4d, 0x5d, 0x13, 0x75, 0xdb, 0xee, 0x6c, 0xda, 0x5f, 0x34, 0x9e, + 0x50, 0x4f, 0xde, 0xa7, 0x92, 0xb8, 0xe8, 0xf4, 0xe5, 0xd5, 0x5c, 0xf7, 0xe5, 0x55, 0xe8, 0xef, + 0xe1, 0x94, 0x15, 0x09, 0x58, 0xf2, 0xa9, 0x24, 0xec, 0x58, 0x94, 0xf3, 0xeb, 0x85, 0x8d, 0xd2, + 0xd6, 0x27, 0xf6, 0xb4, 0x65, 0xb7, 0x75, 0x90, 0x76, 0x5d, 0xe3, 0xef, 0x84, 0x32, 0x3e, 0x71, + 0x2b, 0x46, 0x6d, 0xc9, 0xec, 0xfe, 0xd3, 0xff, 0xc4, 0x3d, 0x25, 0xf4, 0x08, 0x16, 0xa2, 0x63, + 0x12, 0x8a, 0x72, 0x21, 0x91, 0xfc, 0x68, 0x66, 0xc9, 0x7d, 0x85, 0xd6, 0x82, 0xaf, 0x19, 0xc1, + 0x85, 0x64, 0x0f, 0x6b, 0x62, 0xf4, 0x10, 0x16, 0x85, 0x24, 0xb2, 0x2d, 0xca, 0xc5, 0xa4, 0x6c, + 0x37, 0x66, 0x95, 0x38, 0x48, 0xd0, 0xee, 0xeb, 0x86, 0x7d, 0x51, 0xaf, 0xb1, 0x61, 0xad, 0xdc, + 0x82, 0x95, 0x6c, 0xda, 0x68, 0x0d, 0x0a, 0x2d, 0x7a, 0x92, 0xbc, 0xd1, 0x25, 0xac, 0x3e, 0xd1, + 0x9b, 0xb0, 0xd0, 0x21, 0xc7, 0x6d, 0x5a, 0xce, 0x27, 0x7b, 0x7a, 0x71, 0x2b, 0x7f, 0xd3, 0xaa, + 0x1c, 0x03, 0xf4, 0xe3, 0x1f, 0x83, 0xbc, 0x9b, 0x45, 0x96, 0xb6, 0xb6, 0xa6, 0x0f, 0xfd, 0xab, + 0x83, 0xbb, 0x7b, 0x8a, 0x3a, 0xa3, 0x56, 0xfb, 0xc5, 0x02, 0xd0, 0x29, 0xdd, 0x63, 0x42, 0xa2, + 0x6f, 0x47, 0x1c, 0x65, 0x4f, 0xe7, 0x28, 0x85, 0x4e, 0xfc, 0xb4, 0x66, 0x4a, 0xb2, 0xdc, 0xdb, + 0xc9, 0xb8, 0xe9, 0x10, 0x16, 0x98, 0xa4, 0x41, 0xcf, 0x4b, 0xd7, 0x67, 0xad, 0x7a, 0xff, 0x35, + 0x77, 0x15, 0x0d, 0xd6, 0x6c, 0xb5, 0x2f, 0x61, 0x25, 0xfb, 0x2a, 0xe8, 0x36, 0xac, 0x7a, 0x3c, + 0x88, 0xb8, 0x60, 0x92, 0xf1, 0x70, 0x8f, 0x04, 0x54, 0xd7, 0xcf, 0x7d, 0xdb, 0xc0, 0x57, 0x77, + 0x06, 0x8f, 0xf1, 0xf0, 0xfd, 0xda, 0xaf, 0x79, 0x58, 0x39, 0xf8, 0xcc, 0x25, 0x5e, 0xab, 0x1d, + 0xed, 0x86, 0x8f, 0x39, 0xf2, 0x01, 0x78, 0xda, 0x20, 0xaf, 0xb4, 0xd9, 0x32, 0xbc, 0xe8, 0x6b, + 0x58, 0x8a, 0x62, 0xee, 0x51, 0x21, 0xcc, 0xeb, 0x5e, 0x9b, 0x28, 0x61, 0xa6, 0x84, 0x8d, 0xc9, + 0xd3, 0x3b, 0xdf, 0x49, 0x1a, 0x0a, 0xc6, 0x43, 0x77, 0xb5, 0xd7, 0x5e, 0xfb, 0x9a, 0x05, 0xf7, + 0xe8, 0x50, 0x07, 0x2e, 0x37, 0xd2, 0x6c, 0xe2, 0x80, 0xa8, 0x4c, 0xcb, 0x85, 0x79, 0x34, 0xde, + 0x31, 0x1a, 0x97, 0xdd, 0x61, 0x3e, 0x3c, 0x2a, 0x51, 0xfb, 0xc1, 0x82, 0xe5, 0x9e, 0xef, 0xd0, + 0x3a, 0x14, 0x43, 0x2e, 0x7b, 0xaf, 0xb1, 0x62, 0x88, 0x8a, 0x7b, 0x5c, 0x52, 0x9c, 0x9c, 0xa0, + 0x43, 0x28, 0x0a, 0xf6, 0x6c, 0x4e, 0x6f, 0x1f, 0xb0, 0x67, 0xb4, 0x6f, 0x91, 0xcf, 0xd5, 0x12, + 0x27, 0x74, 0xb5, 0xae, 0x05, 0x28, 0x89, 0x82, 0x0b, 0xd9, 0x8c, 0xa9, 0xd0, 0xa1, 0x5f, 0xc0, + 0xfc, 0x7c, 0x92, 0x0e, 0x1a, 0x9d, 0x91, 0x3b, 0x63, 0xb7, 0x0e, 0xc4, 0xfb, 0xdf, 0x43, 0xa7, + 0xf6, 0x87, 0x05, 0x6f, 0x8d, 0x82, 0x2e, 0xa0, 0xad, 0xc9, 0x60, 0x5b, 0x7f, 0xfc, 0x7f, 0x72, + 0x9c, 0xd0, 0xe2, 0x3f, 0xe5, 0xa1, 0x3c, 0xa9, 0x20, 0xe8, 0x41, 0xbf, 0x6b, 0xac, 0x79, 0x1c, + 0x5d, 0x1a, 0xdb, 0x31, 0xf1, 0xb8, 0x8e, 0x99, 0xab, 0x2b, 0xaf, 0x4c, 0xdb, 0x2d, 0xa8, 0x0e, + 0x6b, 0xaa, 0xa2, 0x0d, 0x22, 0xe8, 0x6e, 0x28, 0x24, 0x09, 0x3d, 0x9a, 0x34, 0xe9, 0x25, 0xb7, + 0x6c, 0xca, 0xb2, 0x56, 0x1f, 0x3a, 0xc7, 0x23, 0x88, 0xda, 0x9f, 0x16, 0xac, 0xaa, 0x62, 0x61, + 0xea, 0xb3, 0x8b, 0xb3, 0x7a, 0x73, 0xc8, 0xea, 0x9f, 0xce, 0x66, 0x83, 0x4c, 0xb0, 0xe7, 0xf8, + 0xfc, 0x77, 0x0b, 0xde, 0x18, 0x42, 0x5c, 0x80, 0xc9, 0x1f, 0x0e, 0x9a, 0xfc, 0xc3, 0xb9, 0xb3, + 0x9b, 0xe0, 0xf0, 0x9f, 0x2d, 0xb8, 0x32, 0xb6, 0x0e, 0xa8, 0x02, 0x79, 0xe6, 0x9b, 0x99, 0x09, + 0x06, 0x9b, 0xdf, 0xad, 0xe3, 0x3c, 0xf3, 0xd1, 0x3d, 0x28, 0xfa, 0x44, 0xf6, 0xe6, 0xe5, 0xfb, + 0xd3, 0xe5, 0xfb, 0x80, 0x05, 0xb4, 0x3f, 0x7d, 0xeb, 0x44, 0x4d, 0x5f, 0xc5, 0x82, 0x3e, 0x80, + 0x65, 0x36, 0x68, 0xbb, 0xb4, 0x22, 0xa9, 0xdd, 0xd2, 0x1b, 0x35, 0xa1, 0x27, 0xbb, 0x1a, 0xb3, + 0xe8, 0x5d, 0x28, 0x78, 0x51, 0xdb, 0x04, 0x59, 0x32, 0xa0, 0xc2, 0xce, 0xfe, 0x21, 0x56, 0xfb, + 0x6a, 0xf0, 0xfb, 0x4c, 0xb4, 0xf4, 0x8f, 0x9d, 0x8c, 0x34, 0x13, 0x2d, 0x9c, 0x9c, 0xa0, 0xf7, + 0x60, 0x31, 0xa0, 0x01, 0x8f, 0x4f, 0x8c, 0x70, 0xfa, 0xf8, 0xf7, 0x93, 0x5d, 0x6c, 0x4e, 0xdd, + 0xbd, 0xd3, 0xb3, 0x6a, 0xee, 0xf9, 0x59, 0x35, 0xf7, 0xe2, 0xac, 0x9a, 0xfb, 0xbe, 0x5b, 0xb5, + 0x4e, 0xbb, 0x55, 0xeb, 0x79, 0xb7, 0x6a, 0xbd, 0xe8, 0x56, 0xad, 0xbf, 0xba, 0x55, 0xeb, 0xc7, + 0xbf, 0xab, 0xb9, 0x6f, 0x36, 0xa6, 0xfd, 0x57, 0xf1, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x48, + 0x35, 0x98, 0x68, 0x8a, 0x0c, 0x00, 0x00, } func (m *AppCat) Marshal() (dAtA []byte, err error) { diff --git a/apis/exoscale/v1/dbaas_exoscale_kafka.go b/apis/exoscale/v1/dbaas_exoscale_kafka.go index 41be2b3ae5..4a06acd55b 100644 --- a/apis/exoscale/v1/dbaas_exoscale_kafka.go +++ b/apis/exoscale/v1/dbaas_exoscale_kafka.go @@ -1,7 +1,7 @@ package v1 import ( - "github.com/vshn/appcat/apis/v1" + "github.com/vshn/appcat/v4/apis/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" ) diff --git a/apis/exoscale/v1/dbaas_exoscale_mysql.go b/apis/exoscale/v1/dbaas_exoscale_mysql.go index e627c1dd12..27fc9efe81 100644 --- a/apis/exoscale/v1/dbaas_exoscale_mysql.go +++ b/apis/exoscale/v1/dbaas_exoscale_mysql.go @@ -1,7 +1,7 @@ package v1 import ( - "github.com/vshn/appcat/apis/v1" + "github.com/vshn/appcat/v4/apis/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" ) diff --git a/apis/exoscale/v1/dbaas_exoscale_opensearch.go b/apis/exoscale/v1/dbaas_exoscale_opensearch.go index 34c8fc1f42..2e1e2babd2 100644 --- a/apis/exoscale/v1/dbaas_exoscale_opensearch.go +++ b/apis/exoscale/v1/dbaas_exoscale_opensearch.go @@ -1,7 +1,7 @@ package v1 import ( - v1 "github.com/vshn/appcat/apis/v1" + v1 "github.com/vshn/appcat/v4/apis/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" ) diff --git a/apis/exoscale/v1/dbaas_exoscale_postgresql.go b/apis/exoscale/v1/dbaas_exoscale_postgresql.go index e426f23bb2..11f5e05b93 100644 --- a/apis/exoscale/v1/dbaas_exoscale_postgresql.go +++ b/apis/exoscale/v1/dbaas_exoscale_postgresql.go @@ -1,7 +1,7 @@ package v1 import ( - v1 "github.com/vshn/appcat/apis/v1" + v1 "github.com/vshn/appcat/v4/apis/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" ) diff --git a/apis/exoscale/v1/dbaas_exoscale_redis.go b/apis/exoscale/v1/dbaas_exoscale_redis.go index f310e3dfde..635bf3f7d7 100644 --- a/apis/exoscale/v1/dbaas_exoscale_redis.go +++ b/apis/exoscale/v1/dbaas_exoscale_redis.go @@ -1,7 +1,7 @@ package v1 import ( - v1 "github.com/vshn/appcat/apis/v1" + v1 "github.com/vshn/appcat/v4/apis/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" ) diff --git a/apis/exoscale/v1/zz_generated.deepcopy.go b/apis/exoscale/v1/zz_generated.deepcopy.go index 5c643f46af..870deae012 100644 --- a/apis/exoscale/v1/zz_generated.deepcopy.go +++ b/apis/exoscale/v1/zz_generated.deepcopy.go @@ -6,7 +6,7 @@ package v1 import ( - apisv1 "github.com/vshn/appcat/apis/v1" + apisv1 "github.com/vshn/appcat/v4/apis/v1" "k8s.io/apimachinery/pkg/runtime" ) diff --git a/apis/vshn/v1/dbaas_vshn_postgresql.go b/apis/vshn/v1/dbaas_vshn_postgresql.go index e8c4d9b693..95770cdaeb 100644 --- a/apis/vshn/v1/dbaas_vshn_postgresql.go +++ b/apis/vshn/v1/dbaas_vshn_postgresql.go @@ -2,7 +2,7 @@ package v1 import ( alertmanagerv1alpha1 "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1alpha1" - v1 "github.com/vshn/appcat/apis/v1" + v1 "github.com/vshn/appcat/v4/apis/v1" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" diff --git a/apis/vshn/v1/dbaas_vshn_redis.go b/apis/vshn/v1/dbaas_vshn_redis.go index 24726b06dc..92924f8c67 100644 --- a/apis/vshn/v1/dbaas_vshn_redis.go +++ b/apis/vshn/v1/dbaas_vshn_redis.go @@ -1,7 +1,7 @@ package v1 import ( - v1 "github.com/vshn/appcat/apis/v1" + v1 "github.com/vshn/appcat/v4/apis/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" ) diff --git a/apis/vshn/v1/zz_generated.deepcopy.go b/apis/vshn/v1/zz_generated.deepcopy.go index 01273afc7d..f1cb22df51 100644 --- a/apis/vshn/v1/zz_generated.deepcopy.go +++ b/apis/vshn/v1/zz_generated.deepcopy.go @@ -7,7 +7,7 @@ package v1 import ( "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1alpha1" - apisv1 "github.com/vshn/appcat/apis/v1" + apisv1 "github.com/vshn/appcat/v4/apis/v1" "k8s.io/apimachinery/pkg/runtime" ) diff --git a/cmd/apiserver.go b/cmd/apiserver.go index 5e7d9f9a52..892ebd4b4d 100644 --- a/cmd/apiserver.go +++ b/cmd/apiserver.go @@ -6,10 +6,10 @@ import ( "github.com/spf13/cobra" "github.com/spf13/viper" - appcatv1 "github.com/vshn/appcat/apis/appcat/v1" - "github.com/vshn/appcat/pkg/apiserver/appcat" - vshnpostgres "github.com/vshn/appcat/pkg/apiserver/vshn/postgres" - vshnredis "github.com/vshn/appcat/pkg/apiserver/vshn/redis" + appcatv1 "github.com/vshn/appcat/v4/apis/appcat/v1" + "github.com/vshn/appcat/v4/pkg/apiserver/appcat" + vshnpostgres "github.com/vshn/appcat/v4/pkg/apiserver/vshn/postgres" + vshnredis "github.com/vshn/appcat/v4/pkg/apiserver/vshn/redis" "sigs.k8s.io/apiserver-runtime/pkg/builder" ) diff --git a/cmd/controller.go b/cmd/controller.go index c38ae7e5ba..a3b6c10eb7 100644 --- a/cmd/controller.go +++ b/cmd/controller.go @@ -3,8 +3,8 @@ package cmd import ( "github.com/go-logr/logr" "github.com/spf13/cobra" - "github.com/vshn/appcat/pkg" - "github.com/vshn/appcat/pkg/controller/postgres" + "github.com/vshn/appcat/v4/pkg" + "github.com/vshn/appcat/v4/pkg/controller/postgres" "k8s.io/apimachinery/pkg/runtime" ctrl "sigs.k8s.io/controller-runtime" "sigs.k8s.io/controller-runtime/pkg/healthz" diff --git a/cmd/grpc.go b/cmd/grpc.go index 3f267d38ec..f399212fa3 100644 --- a/cmd/grpc.go +++ b/cmd/grpc.go @@ -8,12 +8,12 @@ import ( pb "github.com/crossplane/crossplane/apis/apiextensions/fn/proto/v1alpha1" "github.com/go-logr/logr" "github.com/spf13/cobra" - "github.com/vshn/appcat/pkg" - "github.com/vshn/appcat/pkg/comp-functions/functions/helper" - "github.com/vshn/appcat/pkg/comp-functions/functions/miniodev" - vpf "github.com/vshn/appcat/pkg/comp-functions/functions/vshn-postgres-func" - "github.com/vshn/appcat/pkg/comp-functions/functions/vshnredis" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + "github.com/vshn/appcat/v4/pkg" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/helper" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/miniodev" + vpf "github.com/vshn/appcat/v4/pkg/comp-functions/functions/vshn-postgres-func" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/vshnredis" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/cmd/maintenance.go b/cmd/maintenance.go index 3a07d23fd6..d885b76167 100644 --- a/cmd/maintenance.go +++ b/cmd/maintenance.go @@ -8,8 +8,8 @@ import ( "github.com/spf13/cobra" "github.com/spf13/viper" "github.com/thediveo/enumflag/v2" - "github.com/vshn/appcat/pkg" - "github.com/vshn/appcat/pkg/maintenance" + "github.com/vshn/appcat/v4/pkg" + "github.com/vshn/appcat/v4/pkg/maintenance" ctrl "sigs.k8s.io/controller-runtime" "sigs.k8s.io/controller-runtime/pkg/client" ) diff --git a/cmd/slareport.go b/cmd/slareport.go index c5c837c5a4..dc9e306f79 100644 --- a/cmd/slareport.go +++ b/cmd/slareport.go @@ -7,7 +7,7 @@ import ( "github.com/spf13/cobra" "github.com/spf13/viper" - "github.com/vshn/appcat/pkg/slareport" + "github.com/vshn/appcat/v4/pkg/slareport" "sigs.k8s.io/controller-runtime/pkg/log" ) diff --git a/cmd/sliexporter.go b/cmd/sliexporter.go index 71677079bb..a50a4521e0 100644 --- a/cmd/sliexporter.go +++ b/cmd/sliexporter.go @@ -3,9 +3,9 @@ package cmd import ( "github.com/go-logr/logr" "github.com/spf13/cobra" - "github.com/vshn/appcat/pkg" - "github.com/vshn/appcat/pkg/sliexporter" - "github.com/vshn/appcat/pkg/sliexporter/probes" + "github.com/vshn/appcat/v4/pkg" + "github.com/vshn/appcat/v4/pkg/sliexporter" + "github.com/vshn/appcat/v4/pkg/sliexporter/probes" "k8s.io/apimachinery/pkg/runtime" "os" ctrl "sigs.k8s.io/controller-runtime" diff --git a/go.mod b/go.mod index efb88412a9..901637d9ef 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/vshn/appcat +module github.com/vshn/appcat/v4 go 1.20 diff --git a/main.go b/main.go index 57764de2fe..0a7661f961 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" "github.com/spf13/viper" - "github.com/vshn/appcat/cmd" + "github.com/vshn/appcat/v4/cmd" ) func init() { diff --git a/pkg/apiserver/appcat/appcat.go b/pkg/apiserver/appcat/appcat.go index 37ae923236..cdca264c31 100644 --- a/pkg/apiserver/appcat/appcat.go +++ b/pkg/apiserver/appcat/appcat.go @@ -2,7 +2,7 @@ package appcat import ( crossplane "github.com/crossplane/crossplane/apis/apiextensions/v1" - v1 "github.com/vshn/appcat/apis/appcat/v1" + v1 "github.com/vshn/appcat/v4/apis/appcat/v1" "k8s.io/apimachinery/pkg/runtime" genericregistry "k8s.io/apiserver/pkg/registry/generic" "k8s.io/apiserver/pkg/registry/rest" diff --git a/pkg/apiserver/appcat/appcat_test.go b/pkg/apiserver/appcat/appcat_test.go index feca43cebe..23a2f500c9 100644 --- a/pkg/apiserver/appcat/appcat_test.go +++ b/pkg/apiserver/appcat/appcat_test.go @@ -4,8 +4,8 @@ import ( "testing" crossplanev1 "github.com/crossplane/crossplane/apis/apiextensions/v1" - v1 "github.com/vshn/appcat/apis/appcat/v1" - "github.com/vshn/appcat/test/mocks" + v1 "github.com/vshn/appcat/v4/apis/appcat/v1" + "github.com/vshn/appcat/v4/test/mocks" "k8s.io/apiserver/pkg/registry/rest" "github.com/golang/mock/gomock" diff --git a/pkg/apiserver/appcat/delete.go b/pkg/apiserver/appcat/delete.go index d9164c9265..d868313cc0 100644 --- a/pkg/apiserver/appcat/delete.go +++ b/pkg/apiserver/appcat/delete.go @@ -2,7 +2,7 @@ package appcat import ( "context" - v1 "github.com/vshn/appcat/apis/appcat/v1" + v1 "github.com/vshn/appcat/v4/apis/appcat/v1" metainternalversion "k8s.io/apimachinery/pkg/apis/meta/internalversion" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/pkg/apiserver/appcat/get.go b/pkg/apiserver/appcat/get.go index d687a03a4f..f59ac2e609 100644 --- a/pkg/apiserver/appcat/get.go +++ b/pkg/apiserver/appcat/get.go @@ -2,8 +2,8 @@ package appcat import ( "context" - v1 "github.com/vshn/appcat/apis/appcat/v1" - "github.com/vshn/appcat/pkg/apiserver" + v1 "github.com/vshn/appcat/v4/apis/appcat/v1" + "github.com/vshn/appcat/v4/pkg/apiserver" apierrors "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" diff --git a/pkg/apiserver/appcat/get_test.go b/pkg/apiserver/appcat/get_test.go index a86648836e..2d2273d596 100644 --- a/pkg/apiserver/appcat/get_test.go +++ b/pkg/apiserver/appcat/get_test.go @@ -2,7 +2,7 @@ package appcat import ( crossplanev1 "github.com/crossplane/crossplane/apis/apiextensions/v1" - v1 "github.com/vshn/appcat/apis/appcat/v1" + v1 "github.com/vshn/appcat/v4/apis/appcat/v1" apierrors "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/apiserver/appcat/list.go b/pkg/apiserver/appcat/list.go index 3db8c9fbc0..65cb7f31a8 100644 --- a/pkg/apiserver/appcat/list.go +++ b/pkg/apiserver/appcat/list.go @@ -3,8 +3,8 @@ package appcat import ( "context" crossplanev1 "github.com/crossplane/crossplane/apis/apiextensions/v1" - "github.com/vshn/appcat/apis/appcat/v1" - "github.com/vshn/appcat/pkg/apiserver" + "github.com/vshn/appcat/v4/apis/appcat/v1" + "github.com/vshn/appcat/v4/pkg/apiserver" metainternalversion "k8s.io/apimachinery/pkg/apis/meta/internalversion" "k8s.io/apimachinery/pkg/labels" "k8s.io/apimachinery/pkg/runtime" diff --git a/pkg/apiserver/appcat/list_test.go b/pkg/apiserver/appcat/list_test.go index c1f86a5e07..53432c5e55 100644 --- a/pkg/apiserver/appcat/list_test.go +++ b/pkg/apiserver/appcat/list_test.go @@ -2,7 +2,7 @@ package appcat import ( crossplanev1 "github.com/crossplane/crossplane/apis/apiextensions/v1" - v1 "github.com/vshn/appcat/apis/appcat/v1" + v1 "github.com/vshn/appcat/v4/apis/appcat/v1" apierrors "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/runtime/schema" "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/apiserver/appcat/table.go b/pkg/apiserver/appcat/table.go index 23778a4a80..a4017c9043 100644 --- a/pkg/apiserver/appcat/table.go +++ b/pkg/apiserver/appcat/table.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - v1 "github.com/vshn/appcat/apis/appcat/v1" + v1 "github.com/vshn/appcat/v4/apis/appcat/v1" "k8s.io/apimachinery/pkg/api/meta" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" diff --git a/pkg/apiserver/appcat/table_test.go b/pkg/apiserver/appcat/table_test.go index 215f84eb50..b6d4b7461d 100644 --- a/pkg/apiserver/appcat/table_test.go +++ b/pkg/apiserver/appcat/table_test.go @@ -4,7 +4,7 @@ import ( "context" "testing" - v1 "github.com/vshn/appcat/apis/appcat/v1" + v1 "github.com/vshn/appcat/v4/apis/appcat/v1" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/pkg/apiserver/appcat/update.go b/pkg/apiserver/appcat/update.go index ff52d1e214..e76967150d 100644 --- a/pkg/apiserver/appcat/update.go +++ b/pkg/apiserver/appcat/update.go @@ -2,7 +2,7 @@ package appcat import ( "context" - v1 "github.com/vshn/appcat/apis/appcat/v1" + v1 "github.com/vshn/appcat/v4/apis/appcat/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apiserver/pkg/registry/rest" diff --git a/pkg/apiserver/vshn/postgres/backup.go b/pkg/apiserver/vshn/postgres/backup.go index e0f9b895d1..0f2c05b0db 100644 --- a/pkg/apiserver/vshn/postgres/backup.go +++ b/pkg/apiserver/vshn/postgres/backup.go @@ -1,8 +1,8 @@ package postgres import ( - "github.com/vshn/appcat/apis/appcat/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" + "github.com/vshn/appcat/v4/apis/appcat/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" "k8s.io/apimachinery/pkg/runtime" genericregistry "k8s.io/apiserver/pkg/registry/generic" "k8s.io/apiserver/pkg/registry/rest" diff --git a/pkg/apiserver/vshn/postgres/backup_test.go b/pkg/apiserver/vshn/postgres/backup_test.go index 806a4bf08c..04b220d5f2 100644 --- a/pkg/apiserver/vshn/postgres/backup_test.go +++ b/pkg/apiserver/vshn/postgres/backup_test.go @@ -1,10 +1,10 @@ package postgres import ( - "github.com/vshn/appcat/apis/appcat/v1" - "github.com/vshn/appcat/test/mocks" + "github.com/vshn/appcat/v4/apis/appcat/v1" + "github.com/vshn/appcat/v4/test/mocks" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apiserver/pkg/registry/rest" diff --git a/pkg/apiserver/vshn/postgres/delete.go b/pkg/apiserver/vshn/postgres/delete.go index d331150524..19f4bb751c 100644 --- a/pkg/apiserver/vshn/postgres/delete.go +++ b/pkg/apiserver/vshn/postgres/delete.go @@ -2,7 +2,7 @@ package postgres import ( "context" - "github.com/vshn/appcat/apis/appcat/v1" + "github.com/vshn/appcat/v4/apis/appcat/v1" metainternalversion "k8s.io/apimachinery/pkg/apis/meta/internalversion" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/pkg/apiserver/vshn/postgres/get.go b/pkg/apiserver/vshn/postgres/get.go index cdbf05e0ac..976ce60eee 100644 --- a/pkg/apiserver/vshn/postgres/get.go +++ b/pkg/apiserver/vshn/postgres/get.go @@ -3,8 +3,8 @@ package postgres import ( "context" "fmt" - "github.com/vshn/appcat/apis/appcat/v1" - "github.com/vshn/appcat/pkg/apiserver" + "github.com/vshn/appcat/v4/apis/appcat/v1" + "github.com/vshn/appcat/v4/pkg/apiserver" apierrors "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" diff --git a/pkg/apiserver/vshn/postgres/get_test.go b/pkg/apiserver/vshn/postgres/get_test.go index eafab8ea8d..d70cfed1c5 100644 --- a/pkg/apiserver/vshn/postgres/get_test.go +++ b/pkg/apiserver/vshn/postgres/get_test.go @@ -1,9 +1,9 @@ package postgres import ( - "github.com/vshn/appcat/apis/appcat/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/test/mocks" + "github.com/vshn/appcat/v4/apis/appcat/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/test/mocks" apierrors "k8s.io/apimachinery/pkg/api/errors" "testing" diff --git a/pkg/apiserver/vshn/postgres/list.go b/pkg/apiserver/vshn/postgres/list.go index 4cff5ff620..f393405401 100644 --- a/pkg/apiserver/vshn/postgres/list.go +++ b/pkg/apiserver/vshn/postgres/list.go @@ -4,8 +4,8 @@ import ( "context" "fmt" - v1 "github.com/vshn/appcat/apis/appcat/v1" - "github.com/vshn/appcat/pkg/apiserver" + v1 "github.com/vshn/appcat/v4/apis/appcat/v1" + "github.com/vshn/appcat/v4/pkg/apiserver" metainternalversion "k8s.io/apimachinery/pkg/apis/meta/internalversion" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/apiserver/vshn/postgres/list_test.go b/pkg/apiserver/vshn/postgres/list_test.go index 56e9ec4a9f..f268f62e8b 100644 --- a/pkg/apiserver/vshn/postgres/list_test.go +++ b/pkg/apiserver/vshn/postgres/list_test.go @@ -2,9 +2,9 @@ package postgres import ( "fmt" - "github.com/vshn/appcat/apis/appcat/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/test/mocks" + "github.com/vshn/appcat/v4/apis/appcat/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/test/mocks" apierrors "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/apiserver/vshn/postgres/sgbackups.go b/pkg/apiserver/vshn/postgres/sgbackups.go index 420532d053..396f5f8f70 100644 --- a/pkg/apiserver/vshn/postgres/sgbackups.go +++ b/pkg/apiserver/vshn/postgres/sgbackups.go @@ -3,7 +3,7 @@ package postgres import ( "context" "fmt" - "github.com/vshn/appcat/apis/appcat/v1" + "github.com/vshn/appcat/v4/apis/appcat/v1" metainternalversion "k8s.io/apimachinery/pkg/apis/meta/internalversion" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" diff --git a/pkg/apiserver/vshn/postgres/sgbackups_test.go b/pkg/apiserver/vshn/postgres/sgbackups_test.go index ca6cc4004a..c716f41fd4 100644 --- a/pkg/apiserver/vshn/postgres/sgbackups_test.go +++ b/pkg/apiserver/vshn/postgres/sgbackups_test.go @@ -4,7 +4,7 @@ import ( "fmt" "github.com/golang/mock/gomock" "github.com/stretchr/testify/assert" - "github.com/vshn/appcat/apis/appcat/v1" + "github.com/vshn/appcat/v4/apis/appcat/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" diff --git a/pkg/apiserver/vshn/postgres/table.go b/pkg/apiserver/vshn/postgres/table.go index 4487ebc85d..b579558030 100644 --- a/pkg/apiserver/vshn/postgres/table.go +++ b/pkg/apiserver/vshn/postgres/table.go @@ -3,7 +3,7 @@ package postgres import ( "context" "fmt" - "github.com/vshn/appcat/apis/appcat/v1" + "github.com/vshn/appcat/v4/apis/appcat/v1" "k8s.io/apimachinery/pkg/api/meta" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" diff --git a/pkg/apiserver/vshn/postgres/table_test.go b/pkg/apiserver/vshn/postgres/table_test.go index 98fa501192..0fdc728f52 100644 --- a/pkg/apiserver/vshn/postgres/table_test.go +++ b/pkg/apiserver/vshn/postgres/table_test.go @@ -2,7 +2,7 @@ package postgres import ( "context" - "github.com/vshn/appcat/apis/appcat/v1" + "github.com/vshn/appcat/v4/apis/appcat/v1" "testing" "github.com/stretchr/testify/assert" diff --git a/pkg/apiserver/vshn/postgres/update.go b/pkg/apiserver/vshn/postgres/update.go index ed1b79e4b1..a25e54461c 100644 --- a/pkg/apiserver/vshn/postgres/update.go +++ b/pkg/apiserver/vshn/postgres/update.go @@ -2,7 +2,7 @@ package postgres import ( "context" - "github.com/vshn/appcat/apis/appcat/v1" + "github.com/vshn/appcat/v4/apis/appcat/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apiserver/pkg/registry/rest" diff --git a/pkg/apiserver/vshn/postgres/vshnpostgresql.go b/pkg/apiserver/vshn/postgres/vshnpostgresql.go index 66ea5e93a4..c6941f51f9 100644 --- a/pkg/apiserver/vshn/postgres/vshnpostgresql.go +++ b/pkg/apiserver/vshn/postgres/vshnpostgresql.go @@ -3,7 +3,7 @@ package postgres import ( "context" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" "sigs.k8s.io/controller-runtime/pkg/client" ) diff --git a/pkg/apiserver/vshn/postgres/vshnpostgresql_test.go b/pkg/apiserver/vshn/postgres/vshnpostgresql_test.go index db5be99b03..36b96aae8e 100644 --- a/pkg/apiserver/vshn/postgres/vshnpostgresql_test.go +++ b/pkg/apiserver/vshn/postgres/vshnpostgresql_test.go @@ -4,8 +4,8 @@ import ( "context" "github.com/golang/mock/gomock" "github.com/stretchr/testify/assert" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/test/mocks" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/test/mocks" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "testing" ) diff --git a/pkg/apiserver/vshn/redis/backup.go b/pkg/apiserver/vshn/redis/backup.go index 644f9ff31f..ce3b64a1c6 100644 --- a/pkg/apiserver/vshn/redis/backup.go +++ b/pkg/apiserver/vshn/redis/backup.go @@ -1,9 +1,9 @@ package redis import ( - appcatv1 "github.com/vshn/appcat/apis/appcat/v1" - "github.com/vshn/appcat/pkg" - "github.com/vshn/appcat/pkg/apiserver/vshn/k8up" + appcatv1 "github.com/vshn/appcat/v4/apis/appcat/v1" + "github.com/vshn/appcat/v4/pkg" + "github.com/vshn/appcat/v4/pkg/apiserver/vshn/k8up" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" genericregistry "k8s.io/apiserver/pkg/registry/generic" diff --git a/pkg/apiserver/vshn/redis/common_test.go b/pkg/apiserver/vshn/redis/common_test.go index 68eb9da692..38e5a41169 100644 --- a/pkg/apiserver/vshn/redis/common_test.go +++ b/pkg/apiserver/vshn/redis/common_test.go @@ -4,8 +4,8 @@ import ( "context" k8upv1 "github.com/k8up-io/k8up/v2/api/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/apiserver/vshn/k8up" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/apiserver/vshn/k8up" metainternalversion "k8s.io/apimachinery/pkg/apis/meta/internalversion" "k8s.io/apimachinery/pkg/watch" ) diff --git a/pkg/apiserver/vshn/redis/delete.go b/pkg/apiserver/vshn/redis/delete.go index 3ee65746c7..505b5b6372 100644 --- a/pkg/apiserver/vshn/redis/delete.go +++ b/pkg/apiserver/vshn/redis/delete.go @@ -3,7 +3,7 @@ package redis import ( "context" - v1 "github.com/vshn/appcat/apis/appcat/v1" + v1 "github.com/vshn/appcat/v4/apis/appcat/v1" metainternalversion "k8s.io/apimachinery/pkg/apis/meta/internalversion" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/pkg/apiserver/vshn/redis/get.go b/pkg/apiserver/vshn/redis/get.go index de8948d3e9..a382f0497e 100644 --- a/pkg/apiserver/vshn/redis/get.go +++ b/pkg/apiserver/vshn/redis/get.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - appcatv1 "github.com/vshn/appcat/apis/appcat/v1" + appcatv1 "github.com/vshn/appcat/v4/apis/appcat/v1" apierrors "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" diff --git a/pkg/apiserver/vshn/redis/get_test.go b/pkg/apiserver/vshn/redis/get_test.go index 4587761f9b..fb79e2e843 100644 --- a/pkg/apiserver/vshn/redis/get_test.go +++ b/pkg/apiserver/vshn/redis/get_test.go @@ -7,8 +7,8 @@ import ( k8upv1 "github.com/k8up-io/k8up/v2/api/v1" "github.com/stretchr/testify/assert" - appcatv1 "github.com/vshn/appcat/apis/appcat/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" + appcatv1 "github.com/vshn/appcat/v4/apis/appcat/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apiserver/pkg/endpoints/request" diff --git a/pkg/apiserver/vshn/redis/list.go b/pkg/apiserver/vshn/redis/list.go index ab581b1338..37adfaec75 100644 --- a/pkg/apiserver/vshn/redis/list.go +++ b/pkg/apiserver/vshn/redis/list.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - appcatv1 "github.com/vshn/appcat/apis/appcat/v1" + appcatv1 "github.com/vshn/appcat/v4/apis/appcat/v1" apierrors "k8s.io/apimachinery/pkg/api/errors" metainternalversion "k8s.io/apimachinery/pkg/apis/meta/internalversion" "k8s.io/apimachinery/pkg/runtime" diff --git a/pkg/apiserver/vshn/redis/list_test.go b/pkg/apiserver/vshn/redis/list_test.go index ebaa05c199..97e44e390f 100644 --- a/pkg/apiserver/vshn/redis/list_test.go +++ b/pkg/apiserver/vshn/redis/list_test.go @@ -7,8 +7,8 @@ import ( k8upv1 "github.com/k8up-io/k8up/v2/api/v1" "github.com/stretchr/testify/assert" - appcatv1 "github.com/vshn/appcat/apis/appcat/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" + appcatv1 "github.com/vshn/appcat/v4/apis/appcat/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" "k8s.io/apimachinery/pkg/apis/meta/internalversion" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" diff --git a/pkg/apiserver/vshn/redis/table.go b/pkg/apiserver/vshn/redis/table.go index 6c2cfc65bc..aedfbb07b1 100644 --- a/pkg/apiserver/vshn/redis/table.go +++ b/pkg/apiserver/vshn/redis/table.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - appcatv1 "github.com/vshn/appcat/apis/appcat/v1" + appcatv1 "github.com/vshn/appcat/v4/apis/appcat/v1" "k8s.io/apimachinery/pkg/api/meta" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" diff --git a/pkg/apiserver/vshn/redis/table_test.go b/pkg/apiserver/vshn/redis/table_test.go index b4a7bdcf74..3d56ca7adc 100644 --- a/pkg/apiserver/vshn/redis/table_test.go +++ b/pkg/apiserver/vshn/redis/table_test.go @@ -5,7 +5,7 @@ import ( "testing" "github.com/stretchr/testify/assert" - vshnv1 "github.com/vshn/appcat/apis/appcat/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/appcat/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" ) diff --git a/pkg/apiserver/vshn/redis/update.go b/pkg/apiserver/vshn/redis/update.go index 34c24664bd..7326bcdef4 100644 --- a/pkg/apiserver/vshn/redis/update.go +++ b/pkg/apiserver/vshn/redis/update.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - v1 "github.com/vshn/appcat/apis/appcat/v1" + v1 "github.com/vshn/appcat/v4/apis/appcat/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apiserver/pkg/registry/rest" diff --git a/pkg/apiserver/vshn/redis/vshnredis.go b/pkg/apiserver/vshn/redis/vshnredis.go index 2e71594eab..9cc698734a 100644 --- a/pkg/apiserver/vshn/redis/vshnredis.go +++ b/pkg/apiserver/vshn/redis/vshnredis.go @@ -3,7 +3,7 @@ package redis import ( "context" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" "sigs.k8s.io/controller-runtime/pkg/client" ) diff --git a/pkg/apiserver/vshn/redis/watch.go b/pkg/apiserver/vshn/redis/watch.go index 4e6c9e6812..e8f847c47c 100644 --- a/pkg/apiserver/vshn/redis/watch.go +++ b/pkg/apiserver/vshn/redis/watch.go @@ -4,9 +4,9 @@ import ( "context" "fmt" - appcatv1 "github.com/vshn/appcat/apis/appcat/v1" - v1 "github.com/vshn/appcat/apis/appcat/v1" - "github.com/vshn/appcat/pkg/apiserver" + appcatv1 "github.com/vshn/appcat/v4/apis/appcat/v1" + v1 "github.com/vshn/appcat/v4/apis/appcat/v1" + "github.com/vshn/appcat/v4/pkg/apiserver" metainternalversion "k8s.io/apimachinery/pkg/apis/meta/internalversion" "k8s.io/apimachinery/pkg/watch" "k8s.io/apiserver/pkg/endpoints/request" diff --git a/pkg/comp-functions/functions/common/maintenance/maintenance.go b/pkg/comp-functions/functions/common/maintenance/maintenance.go index 3c37adfc7a..1273b208aa 100644 --- a/pkg/comp-functions/functions/common/maintenance/maintenance.go +++ b/pkg/comp-functions/functions/common/maintenance/maintenance.go @@ -6,8 +6,8 @@ import ( "regexp" xkubev1 "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" batchv1 "k8s.io/api/batch/v1" corev1 "k8s.io/api/core/v1" rbacv1 "k8s.io/api/rbac/v1" diff --git a/pkg/comp-functions/functions/common/maintenance/maintenance_test.go b/pkg/comp-functions/functions/common/maintenance/maintenance_test.go index 077c56884d..bd7c9d3841 100644 --- a/pkg/comp-functions/functions/common/maintenance/maintenance_test.go +++ b/pkg/comp-functions/functions/common/maintenance/maintenance_test.go @@ -4,9 +4,9 @@ import ( "context" xkubev1 "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" "github.com/stretchr/testify/assert" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/functions/commontest" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/commontest" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" batchv1 "k8s.io/api/batch/v1" corev1 "k8s.io/api/core/v1" rbacv1 "k8s.io/api/rbac/v1" diff --git a/pkg/comp-functions/functions/common/rbac.go b/pkg/comp-functions/functions/common/rbac.go index 7ceaec5087..5bf02d79e8 100644 --- a/pkg/comp-functions/functions/common/rbac.go +++ b/pkg/comp-functions/functions/common/rbac.go @@ -4,7 +4,7 @@ import ( "context" xkubev1 "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" corev1 "k8s.io/api/core/v1" rbacv1 "k8s.io/api/rbac/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/pkg/comp-functions/functions/commontest/commontest.go b/pkg/comp-functions/functions/commontest/commontest.go index ff226582bc..eac7eac6e5 100644 --- a/pkg/comp-functions/functions/commontest/commontest.go +++ b/pkg/comp-functions/functions/commontest/commontest.go @@ -9,7 +9,7 @@ import ( "unsafe" xfnv1alpha1 "github.com/crossplane/crossplane/apis/apiextensions/fn/io/v1alpha1" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" "github.com/stretchr/testify/assert" ) diff --git a/pkg/comp-functions/functions/helper/funcio.go b/pkg/comp-functions/functions/helper/funcio.go index bf6a69cb39..a08f1e34d0 100644 --- a/pkg/comp-functions/functions/helper/funcio.go +++ b/pkg/comp-functions/functions/helper/funcio.go @@ -10,7 +10,7 @@ import ( xkube "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" "github.com/pmezard/go-difflib/difflib" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" corev1 "k8s.io/api/core/v1" apierrors "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/pkg/comp-functions/functions/miniodev/objectbucket.go b/pkg/comp-functions/functions/miniodev/objectbucket.go index 2bb5337ebc..a13d5145bf 100644 --- a/pkg/comp-functions/functions/miniodev/objectbucket.go +++ b/pkg/comp-functions/functions/miniodev/objectbucket.go @@ -4,8 +4,8 @@ import ( "context" crossplanev1 "github.com/crossplane/crossplane/apis/apiextensions/fn/io/v1alpha1" - appcatv1 "github.com/vshn/appcat/apis/v1" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + appcatv1 "github.com/vshn/appcat/v4/apis/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" batchv1 "k8s.io/api/batch/v1" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/pkg/comp-functions/functions/vshn-postgres-func/alerting.go b/pkg/comp-functions/functions/vshn-postgres-func/alerting.go index 9bacf12b51..0d81b31c6d 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/alerting.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/alerting.go @@ -7,8 +7,8 @@ import ( xkube "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" alertmanagerv1alpha1 "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1alpha1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" v1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/utils/pointer" diff --git a/pkg/comp-functions/functions/vshn-postgres-func/alerting_test.go b/pkg/comp-functions/functions/vshn-postgres-func/alerting_test.go index 60858e79ca..46bf487b29 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/alerting_test.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/alerting_test.go @@ -2,14 +2,14 @@ package vshnpostgres import ( "context" - "github.com/vshn/appcat/pkg/comp-functions/functions/commontest" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/commontest" "testing" xkube "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" xfnv1alpha1 "github.com/crossplane/crossplane/apis/apiextensions/fn/io/v1alpha1" alertmanagerv1alpha1 "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1alpha1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" v1 "k8s.io/api/core/v1" "github.com/stretchr/testify/assert" diff --git a/pkg/comp-functions/functions/vshn-postgres-func/encrypted_pvc.go b/pkg/comp-functions/functions/vshn-postgres-func/encrypted_pvc.go index 8b680d8893..4443c26238 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/encrypted_pvc.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/encrypted_pvc.go @@ -8,10 +8,10 @@ import ( "github.com/sethvargo/go-password/password" controllerruntime "sigs.k8s.io/controller-runtime" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" - stackgresv1 "github.com/vshn/appcat/apis/stackgres/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" + stackgresv1 "github.com/vshn/appcat/v4/apis/stackgres/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" v1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/utils/pointer" diff --git a/pkg/comp-functions/functions/vshn-postgres-func/encrypted_pvc_test.go b/pkg/comp-functions/functions/vshn-postgres-func/encrypted_pvc_test.go index 5813aae362..337b2a7da3 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/encrypted_pvc_test.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/encrypted_pvc_test.go @@ -2,16 +2,16 @@ package vshnpostgres import ( "context" - "github.com/vshn/appcat/pkg/comp-functions/functions/commontest" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/commontest" "testing" xkube "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" xfnv1alpha1 "github.com/crossplane/crossplane/apis/apiextensions/fn/io/v1alpha1" "github.com/stretchr/testify/assert" - sgv1 "github.com/vshn/appcat/apis/stackgres/v1" - stackgresv1 "github.com/vshn/appcat/apis/stackgres/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + sgv1 "github.com/vshn/appcat/v4/apis/stackgres/v1" + stackgresv1 "github.com/vshn/appcat/v4/apis/stackgres/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" v1 "k8s.io/api/core/v1" "k8s.io/utils/pointer" "sigs.k8s.io/yaml" diff --git a/pkg/comp-functions/functions/vshn-postgres-func/extensions.go b/pkg/comp-functions/functions/vshn-postgres-func/extensions.go index 3048074dc5..20f3292f52 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/extensions.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/extensions.go @@ -6,9 +6,9 @@ import ( "sort" "strings" - stackgresv1 "github.com/vshn/appcat/apis/stackgres/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + stackgresv1 "github.com/vshn/appcat/v4/apis/stackgres/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" controllerruntime "sigs.k8s.io/controller-runtime" ) diff --git a/pkg/comp-functions/functions/vshn-postgres-func/extensions_test.go b/pkg/comp-functions/functions/vshn-postgres-func/extensions_test.go index fa0f21086c..5e22c5a98d 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/extensions_test.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/extensions_test.go @@ -5,9 +5,9 @@ import ( "testing" "github.com/stretchr/testify/assert" - stackgresv1 "github.com/vshn/appcat/apis/stackgres/v1" - "github.com/vshn/appcat/pkg/comp-functions/functions/commontest" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + stackgresv1 "github.com/vshn/appcat/v4/apis/stackgres/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/commontest" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" ) func Test_enableTimescaleDB(t *testing.T) { diff --git a/pkg/comp-functions/functions/vshn-postgres-func/loadBalancer.go b/pkg/comp-functions/functions/vshn-postgres-func/loadBalancer.go index efe533a09b..1ef7efb286 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/loadBalancer.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/loadBalancer.go @@ -5,8 +5,8 @@ import ( "fmt" "github.com/crossplane/crossplane/apis/apiextensions/fn/io/v1alpha1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" v1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/util/intstr" diff --git a/pkg/comp-functions/functions/vshn-postgres-func/loadBalancer_test.go b/pkg/comp-functions/functions/vshn-postgres-func/loadBalancer_test.go index 1a618d9d79..09a0bbf85c 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/loadBalancer_test.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/loadBalancer_test.go @@ -5,8 +5,8 @@ import ( "testing" "github.com/stretchr/testify/assert" - "github.com/vshn/appcat/pkg/comp-functions/functions/commontest" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/commontest" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" ) func TestNothingToDo(t *testing.T) { diff --git a/pkg/comp-functions/functions/vshn-postgres-func/mailgun_alerting.go b/pkg/comp-functions/functions/vshn-postgres-func/mailgun_alerting.go index 8ef8d7cbaa..22e4fc3c55 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/mailgun_alerting.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/mailgun_alerting.go @@ -6,8 +6,8 @@ import ( xkube "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" alertmanagerv1alpha1 "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1alpha1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - runtime "github.com/vshn/appcat/pkg/comp-functions/runtime" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + runtime "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" corev1 "k8s.io/api/core/v1" v1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/pkg/comp-functions/functions/vshn-postgres-func/mailgun_alerting_test.go b/pkg/comp-functions/functions/vshn-postgres-func/mailgun_alerting_test.go index f50ef390fc..3eacaf54b7 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/mailgun_alerting_test.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/mailgun_alerting_test.go @@ -4,15 +4,15 @@ package vshnpostgres import ( "context" - "github.com/vshn/appcat/pkg/comp-functions/functions/commontest" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/commontest" "testing" xkube "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" "github.com/crossplane/crossplane/apis/apiextensions/fn/io/v1alpha1" alertmanagerv1alpha1 "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1alpha1" "github.com/stretchr/testify/assert" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" v1 "k8s.io/api/core/v1" "sigs.k8s.io/yaml" ) diff --git a/pkg/comp-functions/functions/vshn-postgres-func/maintenance.go b/pkg/comp-functions/functions/vshn-postgres-func/maintenance.go index 1aa0e18472..42747ba436 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/maintenance.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/maintenance.go @@ -3,9 +3,9 @@ package vshnpostgres import ( "context" xkubev1 "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/functions/common/maintenance" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/common/maintenance" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" corev1 "k8s.io/api/core/v1" rbacv1 "k8s.io/api/rbac/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/pkg/comp-functions/functions/vshn-postgres-func/replication.go b/pkg/comp-functions/functions/vshn-postgres-func/replication.go index 01d3260df8..404e944b1b 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/replication.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/replication.go @@ -3,9 +3,9 @@ package vshnpostgres import ( "context" - stackgresv1 "github.com/vshn/appcat/apis/stackgres/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + stackgresv1 "github.com/vshn/appcat/v4/apis/stackgres/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" "k8s.io/utils/pointer" ) diff --git a/pkg/comp-functions/functions/vshn-postgres-func/replication_test.go b/pkg/comp-functions/functions/vshn-postgres-func/replication_test.go index d373c11007..407a320221 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/replication_test.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/replication_test.go @@ -5,10 +5,10 @@ import ( "testing" "github.com/stretchr/testify/assert" - stackgresv1 "github.com/vshn/appcat/apis/stackgres/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/functions/commontest" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + stackgresv1 "github.com/vshn/appcat/v4/apis/stackgres/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/commontest" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" ) func Test_ConfigureReplication(t *testing.T) { diff --git a/pkg/comp-functions/functions/vshn-postgres-func/restart.go b/pkg/comp-functions/functions/vshn-postgres-func/restart.go index 556b1b59d1..888060e29a 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/restart.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/restart.go @@ -7,9 +7,9 @@ import ( "strings" "time" - sgv1 "github.com/vshn/appcat/apis/stackgres/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + sgv1 "github.com/vshn/appcat/v4/apis/stackgres/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/utils/pointer" controllerruntime "sigs.k8s.io/controller-runtime" diff --git a/pkg/comp-functions/functions/vshn-postgres-func/restart_test.go b/pkg/comp-functions/functions/vshn-postgres-func/restart_test.go index 15423e7731..0f9298fb9f 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/restart_test.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/restart_test.go @@ -2,15 +2,15 @@ package vshnpostgres import ( "context" - "github.com/vshn/appcat/pkg/comp-functions/functions/commontest" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/commontest" "testing" "time" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - sgv1 "github.com/vshn/appcat/apis/stackgres/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + sgv1 "github.com/vshn/appcat/v4/apis/stackgres/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" fnv1aplha1 "github.com/crossplane/crossplane/apis/apiextensions/fn/io/v1alpha1" ) diff --git a/pkg/comp-functions/functions/vshn-postgres-func/schedule.go b/pkg/comp-functions/functions/vshn-postgres-func/schedule.go index f90e65627f..66d09ba56d 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/schedule.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/schedule.go @@ -3,9 +3,9 @@ package vshnpostgres import ( "context" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/functions/common" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/common" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" ) // TransformSchedule initializes the backup and maintenance schedules if the user did not explicitly provide a schedule. diff --git a/pkg/comp-functions/functions/vshn-postgres-func/schedule_test.go b/pkg/comp-functions/functions/vshn-postgres-func/schedule_test.go index 2cf66ed071..0d09b65964 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/schedule_test.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/schedule_test.go @@ -3,14 +3,14 @@ package vshnpostgres import ( "context" "fmt" - "github.com/vshn/appcat/pkg/comp-functions/functions/commontest" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/commontest" "strconv" "strings" "testing" "time" "github.com/stretchr/testify/assert" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" fnv1aplha1 "github.com/crossplane/crossplane/apis/apiextensions/fn/io/v1alpha1" ) diff --git a/pkg/comp-functions/functions/vshn-postgres-func/url.go b/pkg/comp-functions/functions/vshn-postgres-func/url.go index 0fef19c6ea..03bc771b75 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/url.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/url.go @@ -4,8 +4,8 @@ import ( "context" "github.com/crossplane/crossplane/apis/apiextensions/fn/io/v1alpha1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" v1 "k8s.io/api/core/v1" controllerruntime "sigs.k8s.io/controller-runtime" ) diff --git a/pkg/comp-functions/functions/vshn-postgres-func/url_test.go b/pkg/comp-functions/functions/vshn-postgres-func/url_test.go index 94fa1ed5dc..1b12d8c0e3 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/url_test.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/url_test.go @@ -2,10 +2,10 @@ package vshnpostgres import ( "context" - "github.com/vshn/appcat/pkg/comp-functions/functions/commontest" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/commontest" "testing" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" "github.com/stretchr/testify/assert" v1 "k8s.io/api/core/v1" diff --git a/pkg/comp-functions/functions/vshn-postgres-func/utils.go b/pkg/comp-functions/functions/vshn-postgres-func/utils.go index eb46eb7841..cb30ea4ed6 100644 --- a/pkg/comp-functions/functions/vshn-postgres-func/utils.go +++ b/pkg/comp-functions/functions/vshn-postgres-func/utils.go @@ -3,7 +3,7 @@ package vshnpostgres import ( "fmt" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" ) func getInstanceNamespace(comp *vshnv1.VSHNPostgreSQL) string { diff --git a/pkg/comp-functions/functions/vshnredis/backup.go b/pkg/comp-functions/functions/vshnredis/backup.go index c0d2263c71..57069a320b 100644 --- a/pkg/comp-functions/functions/vshnredis/backup.go +++ b/pkg/comp-functions/functions/vshnredis/backup.go @@ -7,10 +7,10 @@ import ( xpv1 "github.com/crossplane/crossplane-runtime/apis/common/v1" k8upv1 "github.com/k8up-io/k8up/v2/api/v1" "github.com/sethvargo/go-password/password" - appcatv1 "github.com/vshn/appcat/apis/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/functions/common" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + appcatv1 "github.com/vshn/appcat/v4/apis/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/common" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" k8sruntime "k8s.io/apimachinery/pkg/runtime" diff --git a/pkg/comp-functions/functions/vshnredis/backup_test.go b/pkg/comp-functions/functions/vshnredis/backup_test.go index bab348e5fa..a7c62c4d0a 100644 --- a/pkg/comp-functions/functions/vshnredis/backup_test.go +++ b/pkg/comp-functions/functions/vshnredis/backup_test.go @@ -2,15 +2,15 @@ package vshnredis import ( "context" - "github.com/vshn/appcat/pkg/comp-functions/functions/commontest" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/commontest" "testing" xkube "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" k8upv1 "github.com/k8up-io/k8up/v2/api/v1" "github.com/stretchr/testify/assert" - appcatv1 "github.com/vshn/appcat/apis/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + appcatv1 "github.com/vshn/appcat/v4/apis/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" corev1 "k8s.io/api/core/v1" ) diff --git a/pkg/comp-functions/functions/vshnredis/maintenance.go b/pkg/comp-functions/functions/vshnredis/maintenance.go index d7d36a008a..9916c1164c 100644 --- a/pkg/comp-functions/functions/vshnredis/maintenance.go +++ b/pkg/comp-functions/functions/vshnredis/maintenance.go @@ -2,9 +2,9 @@ package vshnredis import ( "context" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/functions/common/maintenance" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/common/maintenance" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" ) var service = "redis" diff --git a/pkg/comp-functions/functions/vshnredis/pvcresize.go b/pkg/comp-functions/functions/vshnredis/pvcresize.go index aba0c6a1aa..611628828a 100644 --- a/pkg/comp-functions/functions/vshnredis/pvcresize.go +++ b/pkg/comp-functions/functions/vshnredis/pvcresize.go @@ -8,8 +8,8 @@ import ( helmv1beta1 "github.com/crossplane-contrib/provider-helm/apis/release/v1beta1" xkubev1 "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" appsv1 "k8s.io/api/apps/v1" batchv1 "k8s.io/api/batch/v1" corev1 "k8s.io/api/core/v1" diff --git a/pkg/comp-functions/functions/vshnredis/pvcresize_test.go b/pkg/comp-functions/functions/vshnredis/pvcresize_test.go index dd13bd8a03..a6115d19a9 100644 --- a/pkg/comp-functions/functions/vshnredis/pvcresize_test.go +++ b/pkg/comp-functions/functions/vshnredis/pvcresize_test.go @@ -7,9 +7,9 @@ import ( xkubev1 "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" "github.com/stretchr/testify/assert" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/functions/commontest" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/commontest" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" batchv1 "k8s.io/api/batch/v1" ) diff --git a/pkg/comp-functions/functions/vshnredis/release.go b/pkg/comp-functions/functions/vshnredis/release.go index ca8179daea..dfa7bdd87a 100644 --- a/pkg/comp-functions/functions/vshnredis/release.go +++ b/pkg/comp-functions/functions/vshnredis/release.go @@ -8,8 +8,8 @@ import ( "github.com/blang/semver/v4" "github.com/crossplane-contrib/provider-helm/apis/release/v1beta1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" corev1 "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/utils/pointer" diff --git a/pkg/comp-functions/functions/vshnredis/release_test.go b/pkg/comp-functions/functions/vshnredis/release_test.go index 409df3cc47..b08c7d9cba 100644 --- a/pkg/comp-functions/functions/vshnredis/release_test.go +++ b/pkg/comp-functions/functions/vshnredis/release_test.go @@ -14,9 +14,9 @@ import ( crossfnv1alpha1 "github.com/crossplane/crossplane/apis/apiextensions/fn/io/v1alpha1" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg/comp-functions/functions/commontest" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/commontest" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" "sigs.k8s.io/yaml" ) diff --git a/pkg/comp-functions/functions/vshnredis/restore.go b/pkg/comp-functions/functions/vshnredis/restore.go index ee1ee81e4f..214ae1bfea 100644 --- a/pkg/comp-functions/functions/vshnredis/restore.go +++ b/pkg/comp-functions/functions/vshnredis/restore.go @@ -5,8 +5,8 @@ import ( _ "embed" "strings" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - runtime "github.com/vshn/appcat/pkg/comp-functions/runtime" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + runtime "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" batchv1 "k8s.io/api/batch/v1" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/pkg/comp-functions/functions/vshnredis/restore_test.go b/pkg/comp-functions/functions/vshnredis/restore_test.go index 16e23e4966..62a7263b88 100644 --- a/pkg/comp-functions/functions/vshnredis/restore_test.go +++ b/pkg/comp-functions/functions/vshnredis/restore_test.go @@ -8,8 +8,8 @@ import ( "testing" xkube "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" - "github.com/vshn/appcat/pkg/comp-functions/functions/commontest" - "github.com/vshn/appcat/pkg/comp-functions/runtime" + "github.com/vshn/appcat/v4/pkg/comp-functions/functions/commontest" + "github.com/vshn/appcat/v4/pkg/comp-functions/runtime" batchv1 "k8s.io/api/batch/v1" "sigs.k8s.io/yaml" diff --git a/pkg/comp-functions/functions/vshnredis/utils.go b/pkg/comp-functions/functions/vshnredis/utils.go index fe1c1749e7..e995b71e9d 100644 --- a/pkg/comp-functions/functions/vshnredis/utils.go +++ b/pkg/comp-functions/functions/vshnredis/utils.go @@ -3,7 +3,7 @@ package vshnredis import ( "fmt" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" ) func getInstanceNamespace(comp *vshnv1.VSHNRedis) string { diff --git a/pkg/comp-functions/runtime/runtime.go b/pkg/comp-functions/runtime/runtime.go index c918437a23..0f10ef7938 100644 --- a/pkg/comp-functions/runtime/runtime.go +++ b/pkg/comp-functions/runtime/runtime.go @@ -9,8 +9,8 @@ import ( xkube "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" xfnv1alpha1 "github.com/crossplane/crossplane/apis/apiextensions/fn/io/v1alpha1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" diff --git a/pkg/controller/postgres/deletion_protection_test.go b/pkg/controller/postgres/deletion_protection_test.go index 32178487f3..06578083bc 100644 --- a/pkg/controller/postgres/deletion_protection_test.go +++ b/pkg/controller/postgres/deletion_protection_test.go @@ -10,7 +10,7 @@ import ( xkube "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" "github.com/go-logr/logr" "github.com/stretchr/testify/assert" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/types" diff --git a/pkg/controller/postgres/reconciler.go b/pkg/controller/postgres/reconciler.go index 3cce45d1ea..febaf48498 100644 --- a/pkg/controller/postgres/reconciler.go +++ b/pkg/controller/postgres/reconciler.go @@ -6,7 +6,7 @@ import ( xkube "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" "github.com/crossplane/crossplane-runtime/pkg/errors" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" corev1 "k8s.io/api/core/v1" apierrors "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/pkg/controller/postgres/reconciler_test.go b/pkg/controller/postgres/reconciler_test.go index 3d479e2b69..ee3218f300 100644 --- a/pkg/controller/postgres/reconciler_test.go +++ b/pkg/controller/postgres/reconciler_test.go @@ -7,7 +7,7 @@ import ( xkube "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" "github.com/stretchr/testify/assert" - v1 "github.com/vshn/appcat/apis/vshn/v1" + v1 "github.com/vshn/appcat/v4/apis/vshn/v1" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" diff --git a/pkg/maintenance/postgresql.go b/pkg/maintenance/postgresql.go index 11511dc5b5..5c96a23461 100644 --- a/pkg/maintenance/postgresql.go +++ b/pkg/maintenance/postgresql.go @@ -15,8 +15,8 @@ import ( "github.com/go-logr/logr" "github.com/hashicorp/go-version" "github.com/spf13/viper" - stackgresv1 "github.com/vshn/appcat/apis/stackgres/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" + stackgresv1 "github.com/vshn/appcat/v4/apis/stackgres/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" apierrors "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/utils/pointer" diff --git a/pkg/maintenance/postgresql_test.go b/pkg/maintenance/postgresql_test.go index eec49d580b..e4a440f6a7 100644 --- a/pkg/maintenance/postgresql_test.go +++ b/pkg/maintenance/postgresql_test.go @@ -14,9 +14,9 @@ import ( "github.com/go-logr/logr" "github.com/spf13/viper" "github.com/stretchr/testify/assert" - stackgresv1 "github.com/vshn/appcat/apis/stackgres/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" - "github.com/vshn/appcat/pkg" + stackgresv1 "github.com/vshn/appcat/v4/apis/stackgres/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" + "github.com/vshn/appcat/v4/pkg" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/utils/pointer" "sigs.k8s.io/controller-runtime/pkg/client" diff --git a/pkg/maintenance/redis.go b/pkg/maintenance/redis.go index f15c9bd82b..24871fb568 100644 --- a/pkg/maintenance/redis.go +++ b/pkg/maintenance/redis.go @@ -8,7 +8,7 @@ import ( "github.com/crossplane-contrib/provider-helm/apis/release/v1beta1" "github.com/go-logr/logr" "github.com/spf13/viper" - "github.com/vshn/appcat/pkg/controller/postgres" + "github.com/vshn/appcat/v4/pkg/controller/postgres" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/types" "net/http" diff --git a/pkg/maintenance/redis_test.go b/pkg/maintenance/redis_test.go index f3d79cd152..4910e37b23 100644 --- a/pkg/maintenance/redis_test.go +++ b/pkg/maintenance/redis_test.go @@ -8,7 +8,7 @@ import ( "github.com/go-logr/logr" "github.com/spf13/viper" "github.com/stretchr/testify/assert" - "github.com/vshn/appcat/pkg" + "github.com/vshn/appcat/v4/pkg" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" diff --git a/pkg/scheme.go b/pkg/scheme.go index add91f3248..1379c5b2a1 100644 --- a/pkg/scheme.go +++ b/pkg/scheme.go @@ -5,9 +5,9 @@ import ( xkube "github.com/crossplane-contrib/provider-kubernetes/apis/object/v1alpha1" k8upv1 "github.com/k8up-io/k8up/v2/api/v1" - stackgresv1 "github.com/vshn/appcat/apis/stackgres/v1" - appcatv1 "github.com/vshn/appcat/apis/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" + stackgresv1 "github.com/vshn/appcat/v4/apis/stackgres/v1" + appcatv1 "github.com/vshn/appcat/v4/apis/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" appsv1 "k8s.io/api/apps/v1" batchv1 "k8s.io/api/batch/v1" corev1 "k8s.io/api/core/v1" diff --git a/pkg/sliexporter/vshnpostgresql_controller.go b/pkg/sliexporter/vshnpostgresql_controller.go index 4d05123a8e..5280479939 100644 --- a/pkg/sliexporter/vshnpostgresql_controller.go +++ b/pkg/sliexporter/vshnpostgresql_controller.go @@ -21,7 +21,7 @@ import ( "fmt" "time" - "github.com/vshn/appcat/pkg/sliexporter/probes" + "github.com/vshn/appcat/v4/pkg/sliexporter/probes" "github.com/jackc/pgx/v5/pgxpool" corev1 "k8s.io/api/core/v1" @@ -32,7 +32,7 @@ import ( "sigs.k8s.io/controller-runtime/pkg/client" "sigs.k8s.io/controller-runtime/pkg/log" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" ) var vshnpostgresqlsServiceKey = "VSHNPostgreSQL" diff --git a/pkg/sliexporter/vshnpostgresql_controller_test.go b/pkg/sliexporter/vshnpostgresql_controller_test.go index 927954044b..b6525a1a8c 100644 --- a/pkg/sliexporter/vshnpostgresql_controller_test.go +++ b/pkg/sliexporter/vshnpostgresql_controller_test.go @@ -6,7 +6,7 @@ import ( "testing" "time" - "github.com/vshn/appcat/pkg/sliexporter/probes" + "github.com/vshn/appcat/v4/pkg/sliexporter/probes" "github.com/jackc/pgx/v5/pgxpool" "github.com/stretchr/testify/assert" @@ -20,8 +20,8 @@ import ( "sigs.k8s.io/controller-runtime/pkg/client" "sigs.k8s.io/controller-runtime/pkg/client/fake" - v1 "github.com/vshn/appcat/apis/v1" - vshnv1 "github.com/vshn/appcat/apis/vshn/v1" + v1 "github.com/vshn/appcat/v4/apis/v1" + vshnv1 "github.com/vshn/appcat/v4/apis/vshn/v1" ) func TestVSHNPostgreSQL_StartStop(t *testing.T) { diff --git a/test/mocks/mock_sgbackups.go b/test/mocks/mock_sgbackups.go index ef90f1b87b..8909320ed8 100644 --- a/test/mocks/mock_sgbackups.go +++ b/test/mocks/mock_sgbackups.go @@ -9,7 +9,7 @@ import ( reflect "reflect" gomock "github.com/golang/mock/gomock" - v1 "github.com/vshn/appcat/apis/appcat/v1" + v1 "github.com/vshn/appcat/v4/apis/appcat/v1" internalversion "k8s.io/apimachinery/pkg/apis/meta/internalversion" watch "k8s.io/apimachinery/pkg/watch" ) diff --git a/test/mocks/mock_vshnpostgresqls.go b/test/mocks/mock_vshnpostgresqls.go index 7fed5775c6..a589af8ddd 100644 --- a/test/mocks/mock_vshnpostgresqls.go +++ b/test/mocks/mock_vshnpostgresqls.go @@ -9,7 +9,7 @@ import ( reflect "reflect" gomock "github.com/golang/mock/gomock" - v1 "github.com/vshn/appcat/apis/vshn/v1" + v1 "github.com/vshn/appcat/v4/apis/vshn/v1" ) // MockvshnPostgresqlProvider is a mock of vshnPostgresqlProvider interface.