2
0
forked from drew/smtprelay

Update go dependencies

This commit is contained in:
Bernhard Froehlich
2024-05-25 07:26:54 +02:00
parent 3f5a9f3e9a
commit ae0f9ba0b6
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -6,14 +6,14 @@ require (
github.com/peterbourgon/ff/v3 v3.4.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.22.0
golang.org/x/crypto v0.23.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/sys v0.20.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)