-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
46 lines (42 loc) · 1.67 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
module github.com/d--j/srs-milter
go 1.19
require (
blitiri.com.ar/go/spf v1.5.1
github.com/agiledragon/gomonkey/v2 v2.9.0
github.com/d--j/go-milter v0.8.4
github.com/d--j/go-socketmap v0.0.0-20230403213743-46d60746ecee
github.com/emersion/go-message v0.17.0
github.com/fsnotify/fsnotify v1.6.0
github.com/go-logfmt/logfmt v0.6.0
github.com/go-sql-driver/mysql v1.7.0
github.com/inconshreveable/log15 v2.16.0+incompatible
github.com/jellydator/ttlcache/v3 v3.1.1
github.com/mileusna/srs v0.0.0-20210306010925-501e7d108e91
github.com/mitchellh/mapstructure v1.5.0
github.com/spf13/viper v1.14.0
golang.org/x/net v0.23.0
)
require (
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/jackc/puddle/v2 v2.2.0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/spf13/afero v1.9.2 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.4.1 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/mileusna/srs => github.com/d--j/srs v0.0.0-20230317210039-a2adfcc7ffdf