Skip to content

Commit

Permalink
Update dependency kubedb.dev/mssql
Browse files Browse the repository at this point in the history
Signed-off-by: Neaj Morshad <[email protected]>
  • Loading branch information
Neaj-Morshad-101 committed Feb 14, 2024
1 parent e39165f commit 57ac5a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ require (
kmodules.xyz/client-go v0.29.6
kmodules.xyz/custom-resources v0.29.1
kubedb.dev/apimachinery v0.41.0
//kubedb.dev/mssql v0.0.0-20240206130157-f8c006c40d22
sigs.k8s.io/controller-runtime v0.17.0
xorm.io/xorm v1.3.6
)

require (
github.com/microsoft/go-mssqldb v1.6.0
kubedb.dev/mssql v0.0.0-00010101000000-000000000000
kubedb.dev/mssql v0.0.0-20240213132533-7ecafb707b7b
)

require (
Expand Down Expand Up @@ -144,5 +143,3 @@ replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.6
replace k8s.io/apiserver => github.com/kmodules/apiserver v0.29.1-0.20240104121741-1fb217d4a573

replace k8s.io/kubernetes => github.com/kmodules/kubernetes v1.30.0-alpha.0.0.20231224075822-3bd9a13c86db

replace kubedb.dev/mssql => ../mssql
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,8 @@ kmodules.xyz/offshoot-api v0.29.0 h1:GHLhxxT9jU1N8+FvOCCeJNyU5g0duYS46UGrs6AHNLY
kmodules.xyz/offshoot-api v0.29.0/go.mod h1:5NxhBblXoDHWStx9HCDJR2KFTwYjEZ7i1Id3jelIunw=
kubedb.dev/apimachinery v0.41.0 h1:VbGQnH3YL7ICFvnCjAumlnL3HeZzg5F4F+flpjOSnG4=
kubedb.dev/apimachinery v0.41.0/go.mod h1:rNWsbBzdnZA8G2FE8igi+nsGnlWqYurC+i3RFFDwluc=
kubedb.dev/mssql v0.0.0-20240213132533-7ecafb707b7b h1:WysQJZH4/VWt1MyONFBjPiEY8/bBIzgxacUXeliOnls=
kubedb.dev/mssql v0.0.0-20240213132533-7ecafb707b7b/go.mod h1:gocvq3om0qaZ2H/0rCUPH3e4MAmQc7zZJGD4BOrBjKU=
lukechampine.com/uint128 v1.1.1/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk=
lukechampine.com/uint128 v1.2.0 h1:mBi/5l91vocEN8otkC5bDLhi2KdCticRiwbdB0O+rjI=
lukechampine.com/uint128 v1.2.0/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk=
Expand Down
3 changes: 1 addition & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ kubedb.dev/apimachinery/apis/kubedb
kubedb.dev/apimachinery/apis/kubedb/v1alpha2
kubedb.dev/apimachinery/crds
kubedb.dev/apimachinery/pkg/validator
# kubedb.dev/mssql v0.0.0-00010101000000-000000000000 => ../mssql
# kubedb.dev/mssql v0.0.0-20240213132533-7ecafb707b7b
## explicit; go 1.21.7
kubedb.dev/mssql/api/v1alpha2
# modernc.org/memory v1.5.0
Expand Down Expand Up @@ -1535,4 +1535,3 @@ xorm.io/xorm/tags
# github.com/imdario/mergo => github.com/imdario/mergo v0.3.6
# k8s.io/apiserver => github.com/kmodules/apiserver v0.29.1-0.20240104121741-1fb217d4a573
# k8s.io/kubernetes => github.com/kmodules/kubernetes v1.30.0-alpha.0.0.20231224075822-3bd9a13c86db
# kubedb.dev/mssql => ../mssql

0 comments on commit 57ac5a1

Please sign in to comment.