12 lines
289 B
Modula-2
12 lines
289 B
Modula-2
module github.com/restitux/ikinuki-server
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.15
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
|
gitlab.com/ohea/golang/config v0.0.0-20220915002456-b07c13508f07
|
|
)
|
|
|
|
require github.com/pelletier/go-toml/v2 v2.0.5 // indirect
|