1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +00:00
Files
go-chasquid-smtp/go.mod
Alberto Bertogli d4b89db6c3 modules: Update blitiri.com.ar/go/spf to 1.5.0
This patch updates the dependency on blitiri.com.ar/go/spf from v1.4.0
to v1.5.0, which includes a few bug fixes.

There are no code changes needed.
2022-08-08 17:36:01 +01:00

18 lines
512 B
Modula-2

module blitiri.com.ar/go/chasquid
go 1.15
require (
blitiri.com.ar/go/log v1.1.0
blitiri.com.ar/go/spf v1.5.0
blitiri.com.ar/go/systemd v1.1.0
github.com/google/go-cmp v0.5.7
golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.9 // indirect
google.golang.org/protobuf v1.27.1
)