mirror of
https://github.com/nghialt/xun.git
synced 2025-12-24 13:18:14 +08:00
24 lines
822 B
Modula-2
24 lines
822 B
Modula-2
module github.com/yaoapp/xun
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
|
|
github.com/blang/semver/v4 v4.0.0
|
|
github.com/client9/misspell v0.3.4 // indirect
|
|
github.com/fatih/color v1.13.0
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/hokaccha/go-prettyjson v0.0.0-20210113012101-fb4e108d2519 // indirect
|
|
github.com/jmoiron/sqlx v1.3.1
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/lib/pq v1.9.0
|
|
github.com/mattn/go-colorable v0.1.11 // indirect
|
|
github.com/mattn/go-isatty v0.0.14
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/yaoapp/kun v0.9.0 // indirect
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
|
|
golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect
|
|
golang.org/x/tools v0.1.7 // indirect
|
|
)
|