source: code/trunk/go.mod@ 2

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

Initial commit

File size: 244 bytes
Line 
1module codeberg.org/Simple-Web/simplytranslate_engines_go
2
3go 1.18
4
5require github.com/PuerkitoBio/goquery v1.8.0
6
7require (
8 github.com/andybalholm/cascadia v1.3.1 // indirect
9 golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
10)
Note: See TracBrowser for help on using the repository browser.