mirror of
https://github.com/1f349/orchid.git
synced 2024-11-09 23:02:53 +00:00
32 lines
965 B
Modula-2
32 lines
965 B
Modula-2
module github.com/MrMelon54/orchid
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/MrMelon54/certgen v0.0.1
|
|
github.com/MrMelon54/mjwt v0.1.0
|
|
github.com/go-acme/lego/v4 v4.12.3
|
|
github.com/google/uuid v1.3.0
|
|
github.com/mattn/go-sqlite3 v1.14.17
|
|
github.com/miekg/dns v1.1.50
|
|
github.com/stretchr/testify v1.8.4
|
|
)
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/nrdcg/namesilo v0.2.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/crypto v0.7.0 // indirect
|
|
golang.org/x/mod v0.8.0 // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
golang.org/x/text v0.8.0 // indirect
|
|
golang.org/x/tools v0.6.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|