Skip to content

Commit

Permalink
Update dependencies
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 Mar 12, 2024
1 parent a6a9695 commit 66bc17a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require (

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

require (
Expand Down Expand Up @@ -74,6 +74,7 @@ require (
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
Expand All @@ -98,17 +99,17 @@ require (
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
golang.org/x/crypto v0.19.0 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/oauth2 v0.15.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/term v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.18.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
gomodules.xyz/mergo v0.3.13 // indirect
gomodules.xyz/pointer v0.1.0 // indirect
Expand Down Expand Up @@ -144,4 +145,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

2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,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.43.0-rc.0 h1:XCJfDDF8oDjUlaSZINsMlAbpV4c9NPsMRxEDSKdJYKM=
kubedb.dev/apimachinery v0.43.0-rc.0/go.mod h1:pEkqSvBTEhGfmxSqwSKgib5a7fLYgKx4cP29muFgYQc=
kubedb.dev/mssql v0.0.0-20240229070703-e535b96f14d5 h1:Dfs89mst2jfgyyOXAFodY3OYRSB9xf5lxMcjEqHLplU=
kubedb.dev/mssql v0.0.0-20240229070703-e535b96f14d5/go.mod h1:6mm6hsSsLc04B7uzSv8ctiEovlwazM9tbka/HTKlIBA=
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
8 changes: 3 additions & 5 deletions vendor/kubedb.dev/mssql/api/v1alpha2/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ const (

MsSQLDatabasePort = 1433
MsSQLDatabaseMirroringEndpointPort = 5022
MsSQLCoordinatorPort = 2381

MsSQLUser = "mssql"
MsSQLUsernameKey = "username"
MsSQLSAUser = "sa"
MsSQLSAPasswordKey = "password"
MsSQLSAUser = "sa"

// --- Environment Variables
EnvAcceptEula = "ACCEPT_EULA"
Expand All @@ -40,7 +38,7 @@ const (
MsSQLVolumeMountPathInitScript = "/scripts"

MsSQLImage = "neajmorshad/sql22:tools-0.1"
MsSQLCoordinatorImage = "neajmorshad/mssql-coordinator:mssql-coordinator_linux_amd64"
MsSQLCoordinatorImage = "neajmorshad/mssql-coordinator:coordntr_linux_amd64" // "neajmorshad/mssql-coordinator:mssql-coordinator_linux_amd64"
MsSQLInitImage = "neajmorshad/mssql-init-docker:0.1"

ComponentDatabase = "database"
Expand Down
6 changes: 3 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,8 @@ golang.org/x/crypto/scrypt
# golang.org/x/exp v0.0.0-20230905200255-921286631fa9
## explicit; go 1.20
golang.org/x/exp/maps
# golang.org/x/mod v0.15.0
## explicit; go 1.18
# golang.org/x/net v0.21.0
## explicit; go 1.18
golang.org/x/net/http/httpguts
Expand Down Expand Up @@ -1050,8 +1052,6 @@ golang.org/x/text/unicode/norm
# golang.org/x/time v0.5.0
## explicit; go 1.18
golang.org/x/time/rate
# golang.org/x/tools v0.18.0
## explicit; go 1.18
# gomodules.xyz/jsonpatch/v2 v2.4.0
## explicit; go 1.20
gomodules.xyz/jsonpatch/v2
Expand Down Expand Up @@ -1449,7 +1449,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-20240213132533-7ecafb707b7b
# kubedb.dev/mssql v0.0.0-20240229070703-e535b96f14d5
## explicit; go 1.21.7
kubedb.dev/mssql/api/v1alpha2
# modernc.org/memory v1.5.0
Expand Down

0 comments on commit 66bc17a

Please sign in to comment.