diff options
author | mogad0n | 2021-03-10 19:33:48 +0530 |
---|---|---|
committer | mogad0n | 2021-03-10 19:33:48 +0530 |
commit | 379891b2d09ced1187df3226f8693d39b64e36e2 (patch) | |
tree | 03b58f4245e16c2d6667acee5920bbc42babe01e /go.mod | |
parent | 85ff6578e812248367b75c574e55dd19ec472087 (diff) | |
download | watbot-379891b2d09ced1187df3226f8693d39b64e36e2.tar.gz watbot-379891b2d09ced1187df3226f8693d39b64e36e2.tar.bz2 watbot-379891b2d09ced1187df3226f8693d39b64e36e2.zip |
initial commit
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +module git.circuitco.de/self/watbot + +go 1.15 + +require ( + github.com/go-irc/irc v2.1.0+incompatible + github.com/namsral/flag v1.7.4-pre + gorm.io/driver/sqlite v1.1.4 + gorm.io/gorm v1.20.11 +) |