Initial commit

This commit is contained in:
2022-09-15 22:02:25 -06:00
commit a7bedb3dcd
7 changed files with 845 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module git.ohea.xyz/cursorius/server
go 1.19
require (
git.ohea.xyz/golang/config v0.0.0-20220915224621-b9debd233173
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
)
require github.com/pelletier/go-toml/v2 v2.0.5 // indirect