mirror of
https://github.com/1f349/lotus.git
synced 2024-11-13 23:41:30 +00:00
21 lines
583 B
Modula-2
21 lines
583 B
Modula-2
module github.com/1f349/primrose
|
|
|
|
go 1.21.0
|
|
|
|
require (
|
|
github.com/emersion/go-imap v1.2.1
|
|
github.com/emersion/go-message v0.16.0
|
|
github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead
|
|
github.com/emersion/go-smtp v0.17.0
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/stretchr/testify v1.8.4
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/text v0.12.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|