diff options
Diffstat (limited to 'srv/go.mod')
-rw-r--r-- | srv/go.mod | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/srv/go.mod b/srv/go.mod deleted file mode 100644 index 6a912e2..0000000 --- a/srv/go.mod +++ /dev/null @@ -1,18 +0,0 @@ -module github.com/mediocregopher/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/gorilla/websocket v1.4.2 // indirect - github.com/mattn/go-sqlite3 v1.14.8 - github.com/mediocregopher/mediocre-go-lib/v2 v2.0.0-beta.0.0.20220506011745-cbeee71cb1ee - github.com/mediocregopher/radix/v4 v4.0.0-beta.1.0.20210726230805-d62fa1b2e3cb // indirect - 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 - golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect -) |