mirror of
https://github.com/1f349/orchid.git
synced 2024-12-22 08:04:10 +00:00
66 lines
2.5 KiB
Modula-2
66 lines
2.5 KiB
Modula-2
module github.com/1f349/orchid
|
|
|
|
go 1.23.1
|
|
|
|
require (
|
|
github.com/1f349/mjwt v0.4.1
|
|
github.com/1f349/overlapfs v0.0.1
|
|
github.com/1f349/simplemail v0.0.5
|
|
github.com/1f349/violet v0.0.14
|
|
github.com/AlecAivazis/survey/v2 v2.3.7
|
|
github.com/charmbracelet/log v0.4.0
|
|
github.com/go-acme/lego/v4 v4.18.0
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
|
github.com/golang-migrate/migrate/v4 v4.18.1
|
|
github.com/google/subcommands v1.2.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/mattn/go-sqlite3 v1.14.23
|
|
github.com/miekg/dns v1.1.62
|
|
github.com/mrmelon54/cdfs v0.0.1
|
|
github.com/mrmelon54/certgen v0.0.2
|
|
github.com/mrmelon54/exit-reload v0.0.2
|
|
github.com/stretchr/testify v1.9.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/1f349/rsa-helper v0.0.2 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/becheran/wildmatch-go v1.0.0 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
|
github.com/charmbracelet/lipgloss v0.13.0 // indirect
|
|
github.com/charmbracelet/x/ansi v0.3.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/emersion/go-message v0.18.1 // indirect
|
|
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43 // indirect
|
|
github.com/emersion/go-smtp v0.21.3 // indirect
|
|
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
|
|
github.com/go-logfmt/logfmt v0.6.0 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
github.com/muesli/termenv v0.15.2 // 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
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/spf13/afero v1.11.0 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
golang.org/x/crypto v0.27.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
|
|
golang.org/x/mod v0.21.0 // indirect
|
|
golang.org/x/net v0.29.0 // indirect
|
|
golang.org/x/sync v0.8.0 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
golang.org/x/term v0.24.0 // indirect
|
|
golang.org/x/text v0.18.0 // indirect
|
|
golang.org/x/tools v0.25.0 // indirect
|
|
)
|