Refactor into client + server backends
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
module github.com/restitux/ikinuki-server
|
||||
module git.ohea.xyz/mediasrv/server
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/mattn/go-sqlite3 v1.14.15
|
||||
git.ohea.xyz/golang/config v0.0.0-20221002005232-8a901413a8b0
|
||||
github.com/mattn/go-sqlite3 v1.14.16
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user