-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 681 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
)