File tree 4 files changed +16
-20
lines changed
4 files changed +16
-20
lines changed Original file line number Diff line number Diff line change 4
4
5
5
replace github.com/domonda/go-sqldb => ../..
6
6
7
- require (
8
- github.com/domonda/go-pretty v0.0.0-20240110134850-17385799142f
9
- github.com/domonda/go-sqldb v0.0.0-20240122205319-56db59ae89d2
10
- )
7
+ require github.com/domonda/go-sqldb v0.0.0-00010101000000-000000000000 // replaced
8
+
9
+ require github.com/domonda/go-pretty v0.0.0-20240110134850-17385799142f
11
10
12
11
require (
13
12
github.com/domonda/go-errs v0.0.0-20240301142737-8fde935c9bd4 // indirect
Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ module github.com/domonda/go-sqldb/examples/user_demo
2
2
3
3
go 1.22
4
4
5
- require (
6
- github.com/domonda/go-sqldb v0.0.0-20240122205319-56db59ae89d2
7
- github.com/domonda/go-types v0.0.0-20240301143218-7f4371e713b4
8
- )
5
+ replace github.com/domonda/go-sqldb => ../..
6
+
7
+ require github.com/domonda/go-sqldb v0.0.0-00010101000000-000000000000 // replaced
8
+
9
+ require github.com/domonda/go-types v0.0.0-20240301143218-7f4371e713b4
9
10
10
11
require (
11
12
github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a // indirect
@@ -28,5 +29,3 @@ require (
28
29
golang.org/x/text v0.14.0 // indirect
29
30
mvdan.cc/xurls/v2 v2.5.0 // indirect
30
31
)
31
-
32
- replace github.com/domonda/go-sqldb => ../..
Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ module github.com/domonda/go-sqldb/mssqlconn
2
2
3
3
go 1.22.0
4
4
5
- replace github.com/domonda/go-sqldb => ../
5
+ replace github.com/domonda/go-sqldb => ..
6
6
7
- require (
8
- github.com/domonda/go-sqldb v0.0.0-20240122205319-56db59ae89d2
9
- github.com/microsoft/go-mssqldb v1.7.0
10
- )
7
+ require github.com/domonda/go-sqldb v0.0.0-00010101000000-000000000000 // replaced
8
+
9
+ require github.com/microsoft/go-mssqldb v1.7.0
11
10
12
11
require (
13
12
github.com/domonda/go-types v0.0.0-20240301143218-7f4371e713b4 // indirect
Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ module github.com/domonda/go-sqldb/mysqlconn
2
2
3
3
go 1.22.0
4
4
5
- replace github.com/domonda/go-sqldb => ../
5
+ replace github.com/domonda/go-sqldb => ..
6
6
7
- require (
8
- github.com/domonda/go-sqldb v0.0.0-20240122205319-56db59ae89d2
9
- github.com/go-sql-driver/mysql v1.7.1
10
- )
7
+ require github.com/domonda/go-sqldb v0.0.0-00010101000000-000000000000 // replaced
8
+
9
+ require github.com/go-sql-driver/mysql v1.7.1
11
10
12
11
require (
13
12
github.com/domonda/go-types v0.0.0-20240301143218-7f4371e713b4 // indirect
You can’t perform that action at this time.
0 commit comments