mirror of
https://github.com/1f349/lavender.git
synced 2024-11-09 22:32:48 +00:00
20 lines
464 B
Modula-2
20 lines
464 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/go-oauth2/oauth2/v4 v4.5.2
|
|
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
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|