1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-22 15:27:02 +00:00
Files
go-chasquid-smtp/go.mod
Alberto Bertogli d3c18aa471 modules: Update spf to 1.3.0
This patch updates the dependency on blitiri.com.ar/go/spf from v1.2.0
to v1.3.0, which includes a few bug fixes.

There are no code changes needed, just some minor adjustment to the
tests due to error strings changing.

The go.mod "go" keyword is also bumped up to 1.15 since it's the minimum
supported version since commit e444fe1f (2021-10-05).
2022-02-27 11:30:34 +00:00

17 lines
473 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.3.0
blitiri.com.ar/go/systemd v1.1.0
github.com/google/go-cmp v0.5.5
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
golang.org/x/sys v0.0.0-20210531080801-fdfd190a6549 // indirect
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
golang.org/x/text v0.3.6
google.golang.org/protobuf v1.26.0
)