source: code/trunk/go.mod@ 8

Last change on this file since 8 was 8, checked in by fattalion, 3 years ago

Support Go versions down to 1.16

Tested each of 1.16, 1.17, 1.18, and 1.19, and all work just fine.

File size: 187 bytes
Line 
1module codeberg.org/Simple-Web/simplytranslate_engines_go
2
3go 1.16
4
5require github.com/PuerkitoBio/goquery v1.8.0
6
7require golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
Note: See TracBrowser for help on using the repository browser.