mirror of
https://github.com/1f349/lotus.git
synced 2024-11-09 22:52:53 +00:00
31 lines
943 B
Modula-2
31 lines
943 B
Modula-2
module github.com/1f349/lotus
|
|
|
|
go 1.21.4
|
|
|
|
require (
|
|
github.com/1f349/mjwt v0.2.1
|
|
github.com/1f349/violet v0.0.12
|
|
github.com/MrMelon54/exit-reload v0.0.1
|
|
github.com/emersion/go-imap v1.2.1
|
|
github.com/emersion/go-message v0.17.0
|
|
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
|
github.com/google/uuid v1.4.0
|
|
github.com/gorilla/websocket v1.5.1
|
|
github.com/hydrogen18/memlistener v1.0.0
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/rs/cors v1.10.1
|
|
github.com/stretchr/testify v1.8.4
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/becheran/wildmatch-go v1.0.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/net v0.19.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|