source: code/trunk/engines/go.mod@ 9

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

Make repo a monorepo

Also fixed the module URLs.

File size: 183 bytes
RevLine 
[9]1module codeberg.org/SimpleWeb/SimplyTranslate/engines
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.