tulip/go.mod

43 lines
1.5 KiB
Modula-2
Raw Normal View History

2023-09-06 21:17:07 +01:00
module github.com/1f349/tulip
2023-09-24 18:24:16 +01:00
go 1.21.1
2023-09-06 21:17:07 +01:00
require (
2023-09-24 18:24:16 +01:00
github.com/1f349/cache v0.0.2
2023-10-09 20:31:41 +01:00
github.com/1f349/overlapfs v0.0.1
2023-09-06 21:17:07 +01:00
github.com/1f349/violet v0.0.9
github.com/MrMelon54/exit-reload v0.0.1
github.com/MrMelon54/pronouns v1.0.1
github.com/emersion/go-message v0.17.0
github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead
github.com/emersion/go-smtp v0.18.1
2023-09-06 21:17:07 +01:00
github.com/go-oauth2/oauth2/v4 v4.5.2
github.com/go-session/session v3.1.2+incompatible
github.com/google/subcommands v1.2.0
github.com/google/uuid v1.3.1
github.com/julienschmidt/httprouter v1.3.0
github.com/mattn/go-sqlite3 v1.14.17
2023-10-16 16:47:18 +01:00
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
2023-09-06 21:17:07 +01:00
github.com/stretchr/testify v1.8.4
2023-10-16 16:47:18 +01:00
github.com/xlzd/gotp v0.1.0
2023-09-06 21:17:07 +01:00
golang.org/x/crypto v0.13.0
golang.org/x/text v0.13.0
)
require (
2023-09-24 18:24:16 +01:00
github.com/MrMelon54/rescheduler v0.0.2 // indirect
2023-09-06 21:17:07 +01:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
2023-09-06 21:17:07 +01:00
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tidwall/btree v1.6.0 // indirect
github.com/tidwall/buntdb v1.3.0 // indirect
github.com/tidwall/gjson v1.16.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
gopkg.in/yaml.v3 v3.0.1 // indirect
)