module github.com/titor/fanyi
go 1.26.1
require (
github.com/joho/godotenv v1.5.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)