2023-11-03 02:10:55 +00:00
|
|
|
module gitea.meta-tech.academy/go/core
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require (
|
2023-11-04 16:33:24 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.7.1
|
2023-11-03 02:10:55 +00:00
|
|
|
github.com/gookit/color v1.5.4
|
2023-11-04 16:33:24 +00:00
|
|
|
github.com/ulikunitz/xz v0.5.11
|
|
|
|
golang.org/x/crypto v0.14.0
|
|
|
|
golang.org/x/sys v0.14.0
|
|
|
|
golang.org/x/text v0.14.0
|
2023-11-03 02:10:55 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|
|
|
|
|
2023-11-12 22:48:20 +00:00
|
|
|
require (
|
|
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
|
|
github.com/pkg/sftp v1.13.6 // indirect
|
|
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
|
|
)
|