diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +module github.com/HimbeerserverDE/MTConnector + +go 1.16 + +require ( + github.com/HimbeerserverDE/srp v0.0.0-20210331172529-2b5dbec6b82b + github.com/anon55555/mt v0.0.0-20210623155243-152b6697e62c + github.com/mattn/go-sqlite3 v1.14.8 +) |