go.mod file

This commit is contained in:
2023-10-18 11:49:32 +03:00
parent f2fb39bdf5
commit 067a53110e
2 changed files with 20 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
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.4.0 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
)