|
module github.com/OliveTin/OliveTin/langtool
|
|
|
|
go 1.24.9
|
|
|
|
require (
|
|
github.com/jamesread/golure v0.0.0-20250919212919-976d085a100c
|
|
github.com/sirupsen/logrus v1.9.3
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|