From 7279a4ff7172b90e607f1454d51113dd8da80d9e Mon Sep 17 00:00:00 2001 From: Nicolai Langfeldt Date: Thu, 24 Apr 2025 12:50:09 +0200 Subject: [PATCH] Randomly flailing --- go.mod | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 go.mod diff --git a/go.mod b/go.mod deleted file mode 100644 index 09b2782..0000000 --- a/go.mod +++ /dev/null @@ -1,18 +0,0 @@ -// 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 -)