2023-09-10 21:52:29 +01:00
|
|
|
module github.com/1f349/lavender
|
2023-07-03 16:28:15 +01:00
|
|
|
|
2024-02-07 09:14:53 +00:00
|
|
|
go 1.22
|
2023-10-01 21:44:49 +01:00
|
|
|
|
|
|
|
require (
|
2023-10-03 23:20:28 +01:00
|
|
|
github.com/1f349/cache v0.0.2
|
2024-02-14 21:04:52 +00:00
|
|
|
github.com/1f349/mjwt v0.2.4
|
2023-10-08 16:43:27 +01:00
|
|
|
github.com/1f349/overlapfs v0.0.1
|
2024-01-29 10:46:37 +00:00
|
|
|
github.com/1f349/violet v0.0.13
|
2023-10-01 21:44:49 +01:00
|
|
|
github.com/MrMelon54/exit-reload v0.0.1
|
2024-02-07 01:18:17 +00:00
|
|
|
github.com/go-oauth2/oauth2/v4 v4.5.2
|
2024-02-10 16:23:50 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
2023-10-01 21:44:49 +01:00
|
|
|
github.com/google/subcommands v1.2.0
|
2024-01-29 10:46:37 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
2023-10-01 21:44:49 +01:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
2024-02-08 01:16:14 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
2023-10-04 14:51:38 +01:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2024-02-15 15:09:14 +00:00
|
|
|
golang.org/x/oauth2 v0.17.0
|
2023-10-01 21:44:49 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-10-03 23:20:28 +01:00
|
|
|
github.com/MrMelon54/rescheduler v0.0.2 // indirect
|
2024-02-10 16:23:50 +00:00
|
|
|
github.com/becheran/wildmatch-go v1.0.0 // indirect
|
2023-10-04 14:51:38 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-02-08 01:16:14 +00:00
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
2024-01-29 10:46:37 +00:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2024-02-07 01:18:17 +00:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2023-10-01 21:44:49 +01:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2023-10-04 14:51:38 +01:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-02-08 01:16:14 +00:00
|
|
|
github.com/tidwall/btree v1.7.0 // indirect
|
|
|
|
github.com/tidwall/buntdb v1.3.0 // indirect
|
2024-02-15 15:09:14 +00:00
|
|
|
github.com/tidwall/gjson v1.17.1 // indirect
|
2024-02-08 01:16:14 +00:00
|
|
|
github.com/tidwall/grect v0.1.4 // indirect
|
2024-02-07 01:18:17 +00:00
|
|
|
github.com/tidwall/match v1.1.1 // indirect
|
2024-02-08 01:16:14 +00:00
|
|
|
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-02-09 15:25:56 +00:00
|
|
|
golang.org/x/net v0.21.0 // indirect
|
2024-01-29 10:46:37 +00:00
|
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
2023-10-03 01:14:25 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-10-01 21:44:49 +01:00
|
|
|
)
|