From be3ec48813f265a88f02dece2ceca0413982e618 Mon Sep 17 00:00:00 2001 From: Nicolai Langfeldt Date: Fri, 25 Apr 2025 13:25:12 +0200 Subject: [PATCH] Revert "Randomly flailing" This reverts commit 7279a4ff7172b90e607f1454d51113dd8da80d9e. --- go.mod | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..09b2782 --- /dev/null +++ b/go.mod @@ -0,0 +1,18 @@ +// module github.com/wiggin77/mailrelay@v1.04 +module github.com/niclan/mailrelay@master + +go 1.14 + +require ( + github.com/asaskevich/EventBus v0.0.0-20180103000110-68a521d7cbbb // indirect + github.com/flashmob/go-guerrilla v1.6.1 + github.com/go-sql-driver/mysql v1.5.0 // indirect + github.com/kr/text v0.2.0 // indirect + github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect + github.com/pkg/errors v0.9.1 + github.com/sirupsen/logrus v1.6.0 // indirect + github.com/stretchr/testify v1.5.1 // indirect + golang.org/x/sys v0.1.0 // indirect + gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect + gopkg.in/yaml.v2 v2.3.0 // indirect +)