13 lines
325 B
Modula-2
13 lines
325 B
Modula-2
module github.com/potassium5703/translate
|
|
|
|
go 1.21.1
|
|
|
|
require github.com/bas24/googletranslatefree v0.0.0-20220326200502-05ed9e639439
|
|
|
|
require (
|
|
github.com/robertkrimen/otto v0.2.1 // indirect
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
|
)
|