mirror of
https://github.com/1f349/tulip.git
synced 2024-11-15 00:01:45 +00:00
53 lines
1.9 KiB
Modula-2
53 lines
1.9 KiB
Modula-2
module github.com/1f349/tulip
|
|
|
|
go 1.21.5
|
|
|
|
require (
|
|
github.com/1f349/cache v0.0.2
|
|
github.com/1f349/mjwt v0.2.1
|
|
github.com/1f349/overlapfs v0.0.1
|
|
github.com/1f349/violet v0.0.12
|
|
github.com/MrMelon54/exit-reload v0.0.1
|
|
github.com/MrMelon54/pronouns v1.0.1
|
|
github.com/emersion/go-message v0.18.0
|
|
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
|
|
github.com/emersion/go-smtp v0.20.1
|
|
github.com/go-oauth2/oauth2/v4 v4.5.2
|
|
github.com/go-session/session v3.1.2+incompatible
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
|
github.com/google/subcommands v1.2.0
|
|
github.com/google/uuid v1.5.0
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/mattn/go-sqlite3 v1.14.19
|
|
github.com/rs/cors v1.10.1
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/xlzd/gotp v0.1.0
|
|
golang.org/x/crypto v0.18.0
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/text v0.14.0
|
|
)
|
|
|
|
require (
|
|
github.com/MrMelon54/rescheduler v0.0.2 // indirect
|
|
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/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/tidwall/btree v1.7.0 // indirect
|
|
github.com/tidwall/buntdb v1.3.0 // indirect
|
|
github.com/tidwall/gjson v1.17.0 // indirect
|
|
github.com/tidwall/grect v0.1.4 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/tidwall/rtred v0.1.2 // indirect
|
|
github.com/tidwall/tinyqueue v0.1.1 // indirect
|
|
golang.org/x/net v0.19.0 // indirect
|
|
google.golang.org/appengine v1.6.6 // indirect
|
|
google.golang.org/protobuf v1.23.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|