mirror of
https://github.com/1f349/orchid.git
synced 2024-11-09 23:02:53 +00:00
43 lines
1.5 KiB
Modula-2
43 lines
1.5 KiB
Modula-2
module github.com/1f349/orchid
|
|
|
|
go 1.21.4
|
|
|
|
require (
|
|
github.com/1f349/mjwt v0.2.1
|
|
github.com/1f349/violet v0.0.12
|
|
github.com/AlecAivazis/survey/v2 v2.3.7
|
|
github.com/MrMelon54/certgen v0.0.1
|
|
github.com/MrMelon54/exit-reload v0.0.1
|
|
github.com/go-acme/lego/v4 v4.14.2
|
|
github.com/google/subcommands v1.2.0
|
|
github.com/google/uuid v1.4.0
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/mattn/go-sqlite3 v1.14.18
|
|
github.com/miekg/dns v1.1.57
|
|
github.com/stretchr/testify v1.8.4
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/becheran/wildmatch-go v1.0.0 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // 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.16.0 // indirect
|
|
golang.org/x/mod v0.14.0 // indirect
|
|
golang.org/x/net v0.19.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/term v0.15.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/tools v0.16.0 // indirect
|
|
)
|