mirror of
https://github.com/ChronosX88/yans.git
synced 2024-11-21 19:32:17 +00:00
14 lines
278 B
Modula-2
14 lines
278 B
Modula-2
module github.com/ChronosX88/yans
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.0.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/jmoiron/sqlx v1.3.4
|
|
github.com/mattn/go-sqlite3 v1.14.10
|
|
github.com/pressly/goose/v3 v3.5.0
|
|
)
|
|
|
|
require github.com/pkg/errors v0.9.1 // indirect
|