Refactor into client + server backends

This commit is contained in:
2023-01-04 21:34:26 -07:00
parent 2087cf2c03
commit 38127948bd
16 changed files with 361 additions and 120 deletions
+4 -4
View File
@@ -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