mirror of
https://github.com/ChronosX88/yans.git
synced 2024-11-09 15:11:00 +00:00
15 lines
313 B
Modula-2
15 lines
313 B
Modula-2
module github.com/ChronosX88/yans
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.0.0
|
|
github.com/dlclark/regexp2 v1.4.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
|