go.mod file
This commit is contained in:
12
go.mod
Normal file
12
go.mod
Normal 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
|
||||
)
|
Reference in New Issue
Block a user