summaryrefslogtreecommitdiff
path: root/srv/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'srv/go.mod')
-rw-r--r--srv/go.mod14
1 files changed, 14 insertions, 0 deletions
diff --git a/srv/go.mod b/srv/go.mod
new file mode 100644
index 0000000..67f424e
--- /dev/null
+++ b/srv/go.mod
@@ -0,0 +1,14 @@
+module blog.mediocregopher.com/srv
+
+go 1.16
+
+require (
+ github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
+ github.com/emersion/go-smtp v0.15.0
+ github.com/google/uuid v1.3.0
+ github.com/mattn/go-sqlite3 v1.14.8
+ github.com/rubenv/sql-migrate v0.0.0-20210614095031-55d5740dbbcc
+ github.com/stretchr/testify v1.7.0
+ github.com/tilinna/clock v1.1.0
+ github.com/ziutek/mymysql v1.5.4 // indirect
+)