lotus/go.mod

31 lines
943 B
Modula-2
Raw Normal View History

2023-08-21 00:26:22 +01:00
module github.com/1f349/lotus
2023-08-13 03:03:21 +01:00
2023-12-04 16:42:13 +00:00
go 1.21.4
2023-08-13 03:03:21 +01:00
require (
2023-12-04 16:42:13 +00:00
github.com/1f349/mjwt v0.2.1
2023-11-19 23:36:45 +00:00
github.com/1f349/violet v0.0.12
2023-08-21 00:26:22 +01:00
github.com/MrMelon54/exit-reload v0.0.1
2023-08-13 03:03:21 +01:00
github.com/emersion/go-imap v1.2.1
2023-11-19 23:36:45 +00:00
github.com/emersion/go-message v0.17.0
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
2023-09-11 17:23:44 +01:00
github.com/golang-jwt/jwt/v4 v4.5.0
2023-11-19 23:36:45 +00:00
github.com/google/uuid v1.4.0
github.com/gorilla/websocket v1.5.1
2023-08-21 00:26:22 +01:00
github.com/hydrogen18/memlistener v1.0.0
2023-08-13 03:03:21 +01:00
github.com/julienschmidt/httprouter v1.3.0
2023-11-19 23:36:45 +00:00
github.com/rs/cors v1.10.1
2023-08-13 03:03:21 +01:00
github.com/stretchr/testify v1.8.4
2023-08-21 00:26:22 +01:00
gopkg.in/yaml.v3 v3.0.1
2023-08-13 03:03:21 +01:00
)
require (
2023-11-19 23:36:45 +00:00
github.com/becheran/wildmatch-go v1.0.0 // indirect
2023-08-13 03:03:21 +01:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
2023-08-21 00:26:22 +01:00
github.com/pkg/errors v0.9.1 // indirect
2023-08-13 03:03:21 +01:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2023-12-04 16:42:13 +00:00
golang.org/x/net v0.19.0 // indirect
2023-11-19 23:36:45 +00:00
golang.org/x/text v0.14.0 // indirect
2023-08-13 03:03:21 +01:00
)