Support Go versions down to 1.16
Tested each of 1.16, 1.17, 1.18, and 1.19, and all work just fine. git-svn-id: file:///srv/svn/repo/mai/trunk@8 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
This commit is contained in:
7
go.mod
7
go.mod
@@ -1,10 +1,7 @@
|
||||
module codeberg.org/Simple-Web/simplytranslate_engines_go
|
||||
|
||||
go 1.18
|
||||
go 1.16
|
||||
|
||||
require github.com/PuerkitoBio/goquery v1.8.0
|
||||
|
||||
require (
|
||||
github.com/andybalholm/cascadia v1.3.1 // indirect
|
||||
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
|
||||
)
|
||||
require golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
|
||||
|
||||
Reference in New Issue
Block a user