Clean dependencies

This commit is contained in:
Aron Wussler 2023-01-09 08:56:08 +01:00
parent e1f4ae067c
commit 0ce389aab2
2 changed files with 6 additions and 5 deletions

3
go.mod
View file

@ -7,7 +7,8 @@ require (
github.com/ProtonMail/go-mime v0.0.0-20221031134845-8fd9bc37cf08
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.7.0
golang.org/x/mobile v0.0.0-20200801112145-973feb4309de //indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
)