orchid/go.mod

18 lines
401 B
Modula-2
Raw Normal View History

2023-06-21 23:09:33 +01:00
module github.com/MrMelon54/orchid
go 1.20
2023-06-23 23:00:09 +01:00
require (
github.com/MrMelon54/mjwt v0.1.0
github.com/go-acme/lego/v4 v4.12.3
github.com/stretchr/testify v1.8.4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)