mirror of
https://github.com/1f349/orchid.git
synced 2025-04-12 23:05:53 +01:00
64 lines
2.6 KiB
Modula-2
64 lines
2.6 KiB
Modula-2
module github.com/1f349/orchid
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
github.com/1f349/mjwt v0.4.1
|
|
github.com/1f349/violet v0.0.14
|
|
github.com/AlecAivazis/survey/v2 v2.3.7
|
|
github.com/bramvdbogaerde/go-scp v1.5.0
|
|
github.com/charmbracelet/log v0.4.1
|
|
github.com/go-acme/lego/v4 v4.22.2
|
|
github.com/golang-jwt/jwt/v4 v4.5.2
|
|
github.com/golang-migrate/migrate/v4 v4.18.2
|
|
github.com/google/uuid v1.6.0
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/mattn/go-sqlite3 v1.14.24
|
|
github.com/miekg/dns v1.1.64
|
|
github.com/mrmelon54/certgen v0.0.2
|
|
github.com/mrmelon54/exit-reload v0.0.2
|
|
github.com/stretchr/testify v1.10.0
|
|
golang.org/x/crypto v0.36.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/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
|
|
github.com/charmbracelet/lipgloss v1.1.0 // indirect
|
|
github.com/charmbracelet/x/ansi v0.8.0 // indirect
|
|
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
|
|
github.com/charmbracelet/x/term v0.2.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/go-jose/go-jose/v4 v4.0.5 // 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.14 // 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.16.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.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/spf13/afero v1.14.0 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
|
|
golang.org/x/mod v0.24.0 // indirect
|
|
golang.org/x/net v0.37.0 // indirect
|
|
golang.org/x/sync v0.12.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
golang.org/x/term v0.30.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
golang.org/x/tools v0.31.0 // indirect
|
|
)
|