You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
627 B
19 lines
627 B
module git.aiterp.net/lucifer/new-server
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Masterminds/squirrel v1.5.0
|
|
github.com/gin-gonic/gin v1.7.1
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/jmoiron/sqlx v1.3.4
|
|
github.com/lib/pq v1.10.3 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pressly/goose v2.7.0+incompatible
|
|
golang.org/x/crypto v0.0.0-20210915214749-c084706c2272 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|