lavender/go.mod

20 lines
464 B
Modula-2
Raw Normal View History

2023-09-10 21:52:29 +01:00
module github.com/1f349/lavender
2023-07-03 16:28:15 +01:00
go 1.20
2023-10-01 21:44:49 +01:00
require (
github.com/1f349/violet v0.0.10
github.com/MrMelon54/exit-reload v0.0.1
github.com/MrMelon54/mjwt v0.1.1
github.com/go-oauth2/oauth2/v4 v4.5.2
2023-10-01 21:44:49 +01:00
github.com/google/subcommands v1.2.0
github.com/julienschmidt/httprouter v1.3.0
)
require (
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/kr/text v0.2.0 // indirect
2023-10-01 21:44:49 +01:00
github.com/pkg/errors v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
2023-10-01 21:44:49 +01:00
)