構成ファイルのサポートを有効にし、組み込みの静的レンダラーの問題を修正しました
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/mai/trunk@53 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
This commit is contained in:
7
go.mod
7
go.mod
@@ -1,12 +1,12 @@
|
||||
module git.chaotic.ninja/yakumo.izuru/simplytranslate-mod
|
||||
module git.chaotic.ninja/yakumo.izuru/simplytranslate
|
||||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
codeberg.org/SimpleWeb/SimplyTranslate/engines v0.0.0-20230920112526-526a2c0ed1dd
|
||||
github.com/PuerkitoBio/goquery v1.8.1
|
||||
github.com/gofiber/fiber/v2 v2.49.2
|
||||
github.com/gofiber/template/html/v2 v2.0.5
|
||||
gopkg.in/ini.v1 v1.67.0
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -20,11 +20,10 @@ require (
|
||||
github.com/mattn/go-isatty v0.0.19 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.15 // indirect
|
||||
github.com/rivo/uniseg v0.2.0 // indirect
|
||||
github.com/stretchr/testify v1.8.4 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
github.com/valyala/fasthttp v1.49.0 // indirect
|
||||
github.com/valyala/tcplisten v1.0.0 // indirect
|
||||
golang.org/x/net v0.8.0 // indirect
|
||||
golang.org/x/sys v0.12.0 // indirect
|
||||
)
|
||||
|
||||
replace codeberg.org/SimpleWeb/SimplyTranslate/engines v0.0.0 => ./engines
|
||||
|
||||
Reference in New Issue
Block a user