-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
33 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,33 @@ | ||
module github.com/domonda/go-sqldb/examples/user_demo | ||
|
||
go 1.22 | ||
go 1.23 | ||
|
||
toolchain go1.23.1 | ||
|
||
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-20240309180027-0196423b3d5b | ||
require github.com/domonda/go-types v0.0.0-20240924082825-270782de7296 | ||
|
||
require ( | ||
github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a // indirect | ||
github.com/domonda/go-errs v0.0.0-20240301142737-8fde935c9bd4 // indirect | ||
github.com/domonda/go-errs v0.0.0-20240702051036-0e696c849b5f // indirect | ||
github.com/domonda/go-pretty v0.0.0-20240110134850-17385799142f // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect | ||
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056 // indirect | ||
github.com/jhillyerd/enmime v1.2.0 // indirect | ||
github.com/jhillyerd/enmime v1.3.0 // indirect | ||
github.com/lib/pq v1.10.9 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/mattn/go-runewidth v0.0.16 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect | ||
github.com/teamwork/tnef v0.0.0-20200108124832-7deabccfdb32 // indirect | ||
github.com/ungerik/go-fs v0.0.0-20240118121925-91844f9bdba8 // indirect | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
github.com/ungerik/go-fs v0.0.0-20240919125757-1b6f933a416d // indirect | ||
golang.org/x/net v0.29.0 // indirect | ||
golang.org/x/sys v0.25.0 // indirect | ||
golang.org/x/text v0.18.0 // indirect | ||
mvdan.cc/xurls/v2 v2.5.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters