tulip/go.mod

52 lines
1.8 KiB
Modula-2
Raw Normal View History

2023-09-06 21:17:07 +01:00
module github.com/1f349/tulip
2024-02-07 09:14:28 +00:00
go 1.22
2023-09-06 21:17:07 +01:00
require (
2023-09-24 18:24:16 +01:00
github.com/1f349/cache v0.0.2
2024-03-12 21:04:25 +00:00
github.com/1f349/mjwt v0.2.5
2023-10-09 20:31:41 +01:00
github.com/1f349/overlapfs v0.0.1
2024-02-07 09:14:28 +00:00
github.com/1f349/violet v0.0.13
2023-09-06 21:17:07 +01:00
github.com/MrMelon54/exit-reload v0.0.1
github.com/MrMelon54/pronouns v1.0.1
2024-01-16 06:58:49 +00:00
github.com/emersion/go-message v0.18.0
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
2024-02-07 09:14:28 +00:00
github.com/emersion/go-smtp v0.20.2
2023-09-06 21:17:07 +01:00
github.com/go-oauth2/oauth2/v4 v4.5.2
github.com/golang-jwt/jwt/v4 v4.5.0
2024-03-12 21:04:25 +00:00
github.com/golang-migrate/migrate/v4 v4.17.0
2023-09-06 21:17:07 +01:00
github.com/google/subcommands v1.2.0
2024-02-07 09:14:28 +00:00
github.com/google/uuid v1.6.0
2024-03-12 21:42:52 +00:00
github.com/hardfinhq/go-date v1.20240228.1
2023-09-06 21:17:07 +01:00
github.com/julienschmidt/httprouter v1.3.0
2024-02-07 09:14:28 +00:00
github.com/mattn/go-sqlite3 v1.14.22
2023-10-16 16:47:18 +01:00
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
2024-03-12 21:04:25 +00:00
github.com/stretchr/testify v1.9.0
2023-10-16 16:47:18 +01:00
github.com/xlzd/gotp v0.1.0
2024-03-12 21:04:25 +00:00
golang.org/x/crypto v0.21.0
golang.org/x/text v0.14.0
2023-09-06 21:17:07 +01:00
)
require (
2023-09-24 18:24:16 +01:00
github.com/MrMelon54/rescheduler v0.0.2 // indirect
github.com/becheran/wildmatch-go v1.0.0 // 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
2024-03-12 21:04:25 +00:00
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
2023-09-06 21:17:07 +01:00
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tidwall/btree v1.7.0 // indirect
2023-09-06 21:17:07 +01:00
github.com/tidwall/buntdb v1.3.0 // indirect
2024-03-12 21:04:25 +00:00
github.com/tidwall/gjson v1.17.1 // indirect
2023-09-06 21:17:07 +01:00
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
2024-03-12 21:04:25 +00:00
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/net v0.22.0 // indirect
2023-09-06 21:17:07 +01:00
gopkg.in/yaml.v3 v3.0.1 // indirect
)