lavender/go.mod

17 lines
349 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/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
)