1
0
mirror of https://github.com/fumiama/yamaih.git synced 2026-06-21 19:12:03 +08:00

feat: support lower go version

This commit is contained in:
源文雨
2025-03-30 21:01:19 +09:00
parent 7007fd5def
commit 81afb1e117
2 changed files with 1 additions and 15 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/fumiama/yamaih
go 1.24.1
go 1.18
require github.com/FloatTech/sqlite v1.7.2