source: code/trunk/web/go.mod@ 12

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

Make repo a monorepo

Also fixed the module URLs.

File size: 199 bytes
Line 
1module codeberg.org/SimpleWeb/SimplyTranslate/web
2
3go 1.16
4
5require codeberg.org/SimpleWeb/SimplyTranslate/engines v0.0.0
6
7replace codeberg.org/SimpleWeb/SimplyTranslate/engines v0.0.0 => ../engines
Note: See TracBrowser for help on using the repository browser.