lavender/go.mod
2023-10-01 21:44:49 +01:00

17 lines
349 B
Modula-2

module github.com/1f349/lavender
go 1.20
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/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/pkg/errors v0.9.1 // indirect
)