Update go-mime to latest
This commit is contained in:
parent
dd858da5bc
commit
8f70487a58
3 changed files with 11 additions and 15 deletions
5
go.mod
5
go.mod
|
|
@ -4,11 +4,12 @@ go 1.15
|
|||
|
||||
require (
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20220822140716-1678d6eb0cbe
|
||||
github.com/ProtonMail/go-mime v0.0.0-20220302105931-303f85f7fe0f
|
||||
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
|
||||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
||||
golang.org/x/mobile v0.0.0-20200801112145-973feb4309de
|
||||
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
|
||||
)
|
||||
|
||||
replace golang.org/x/mobile => github.com/ProtonMail/go-mobile v0.0.0-20210326110230-f181c70e4e2b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue