Skip to content

Commit

Permalink
go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ungerik committed Mar 2, 2024
1 parent 9b8d047 commit 87d94d5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 20 deletions.
7 changes: 3 additions & 4 deletions cmd/sqldb-dump/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ go 1.22

replace github.com/domonda/go-sqldb => ../..

require (
github.com/domonda/go-pretty v0.0.0-20240110134850-17385799142f
github.com/domonda/go-sqldb v0.0.0-20240122205319-56db59ae89d2
)
require github.com/domonda/go-sqldb v0.0.0-00010101000000-000000000000 // replaced

require github.com/domonda/go-pretty v0.0.0-20240110134850-17385799142f

require (
github.com/domonda/go-errs v0.0.0-20240301142737-8fde935c9bd4 // indirect
Expand Down
11 changes: 5 additions & 6 deletions examples/user_demo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ module github.com/domonda/go-sqldb/examples/user_demo

go 1.22

require (
github.com/domonda/go-sqldb v0.0.0-20240122205319-56db59ae89d2
github.com/domonda/go-types v0.0.0-20240301143218-7f4371e713b4
)
replace github.com/domonda/go-sqldb => ../..

require github.com/domonda/go-sqldb v0.0.0-00010101000000-000000000000 // replaced

require github.com/domonda/go-types v0.0.0-20240301143218-7f4371e713b4

require (
github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a // indirect
Expand All @@ -28,5 +29,3 @@ require (
golang.org/x/text v0.14.0 // indirect
mvdan.cc/xurls/v2 v2.5.0 // indirect
)

replace github.com/domonda/go-sqldb => ../..
9 changes: 4 additions & 5 deletions mssqlconn/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ module github.com/domonda/go-sqldb/mssqlconn

go 1.22.0

replace github.com/domonda/go-sqldb => ../
replace github.com/domonda/go-sqldb => ..

require (
github.com/domonda/go-sqldb v0.0.0-20240122205319-56db59ae89d2
github.com/microsoft/go-mssqldb v1.7.0
)
require github.com/domonda/go-sqldb v0.0.0-00010101000000-000000000000 // replaced

require github.com/microsoft/go-mssqldb v1.7.0

require (
github.com/domonda/go-types v0.0.0-20240301143218-7f4371e713b4 // indirect
Expand Down
9 changes: 4 additions & 5 deletions mysqlconn/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ module github.com/domonda/go-sqldb/mysqlconn

go 1.22.0

replace github.com/domonda/go-sqldb => ../
replace github.com/domonda/go-sqldb => ..

require (
github.com/domonda/go-sqldb v0.0.0-20240122205319-56db59ae89d2
github.com/go-sql-driver/mysql v1.7.1
)
require github.com/domonda/go-sqldb v0.0.0-00010101000000-000000000000 // replaced

require github.com/go-sql-driver/mysql v1.7.1

require (
github.com/domonda/go-types v0.0.0-20240301143218-7f4371e713b4 // indirect
Expand Down

0 comments on commit 87d94d5

Please sign in to comment.