mirror of
https://github.com/wiggin77/mailrelay.git
synced 2025-08-02 12:42:53 +02:00
23 lines
681 B
Modula-2
23 lines
681 B
Modula-2
module github.com/wiggin77/mailrelay
|
|
|
|
go 1.23.8
|
|
|
|
require (
|
|
github.com/jpillora/ipfilter v1.2.2
|
|
github.com/phires/go-guerrilla v1.6.7
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.10.0
|
|
)
|
|
|
|
require (
|
|
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/phuslu/iploc v1.0.20200807 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce // indirect
|
|
golang.org/x/crypto v0.36.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|