2022-08-22 01:36:13 +00:00
|
|
|
module github/fthvgb1/wp-go
|
|
|
|
|
|
|
|
go 1.18
|
2022-08-27 13:21:05 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
|
|
github.com/jmoiron/sqlx v1.3.5
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
|
|
github.com/rogpeppe/go-internal v1.8.0 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
|
|
)
|