mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 01:34:17 +02:00
97 lines
4.3 KiB
Modula-2
97 lines
4.3 KiB
Modula-2
// Copyright © 2026 Thomas von Dein
|
|
//
|
|
// This program is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
module codeberg.org/scip/esctl
|
|
|
|
go 1.26
|
|
|
|
require (
|
|
codeberg.org/scip/mapmap v0.0.2
|
|
github.com/MichaelMure/go-term-markdown v0.1.4
|
|
github.com/alecthomas/repr v0.5.3
|
|
github.com/charmbracelet/bubbles v1.0.0
|
|
github.com/charmbracelet/bubbletea v1.3.10
|
|
github.com/charmbracelet/lipgloss v1.1.0
|
|
github.com/chzyer/readline v1.5.1
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/elastic/elastic-transport-go/v8 v8.11.0
|
|
github.com/elastic/go-elasticsearch/v9 v9.3.4
|
|
github.com/fatih/color v1.19.0
|
|
github.com/go-openapi/loads v0.24.0
|
|
github.com/go-openapi/spec v0.22.5
|
|
github.com/go-openapi/swag/loading v0.26.1
|
|
github.com/mattn/go-isatty v0.0.22
|
|
github.com/tidwall/gjson v1.19.0
|
|
github.com/tlinden/yadu v0.1.3
|
|
github.com/urfave/cli/v3 v3.10.1-0.20260623012112-f980ca84bf65
|
|
golang.org/x/term v0.44.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/MichaelMure/go-term-text v0.3.1 // indirect
|
|
github.com/alecthomas/chroma v0.7.1 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/charmbracelet/colorprofile v0.4.1 // indirect
|
|
github.com/charmbracelet/x/ansi v0.11.6 // indirect
|
|
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
|
|
github.com/charmbracelet/x/term v0.2.2 // indirect
|
|
github.com/clipperhouse/displaywidth v0.11.0 // indirect
|
|
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
|
|
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
|
|
github.com/disintegration/imaging v1.6.2 // indirect
|
|
github.com/dlclark/regexp2 v1.11.0 // indirect
|
|
github.com/eliukblau/pixterm/pkg/ansimage v0.0.0-20191210081756-9fb6cf8c2f75 // indirect
|
|
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-openapi/analysis v0.25.2 // indirect
|
|
github.com/go-openapi/errors v0.22.8 // indirect
|
|
github.com/go-openapi/jsonpointer v0.23.1 // indirect
|
|
github.com/go-openapi/jsonreference v0.21.6 // indirect
|
|
github.com/go-openapi/strfmt v0.26.3 // indirect
|
|
github.com/go-openapi/swag/conv v0.26.1 // indirect
|
|
github.com/go-openapi/swag/jsonname v0.26.1 // indirect
|
|
github.com/go-openapi/swag/jsonutils v0.26.1 // indirect
|
|
github.com/go-openapi/swag/mangling v0.26.1 // indirect
|
|
github.com/go-openapi/swag/stringutils v0.26.1 // indirect
|
|
github.com/go-openapi/swag/typeutils v0.26.1 // indirect
|
|
github.com/go-openapi/swag/yamlutils v0.26.1 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
|
|
github.com/gomarkdown/markdown v0.0.0-20191123064959-2c17d62f5098 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/kyokomi/emoji/v2 v2.2.8 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.23 // indirect
|
|
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
github.com/muesli/termenv v0.16.0 // indirect
|
|
github.com/oklog/ulid/v2 v2.1.1 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
|
go.opentelemetry.io/otel v1.35.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.35.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.35.0 // indirect
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
golang.org/x/image v0.0.0-20191206065243-da761ea9ff43 // indirect
|
|
golang.org/x/net v0.55.0 // indirect
|
|
golang.org/x/sys v0.46.0 // indirect
|
|
golang.org/x/text v0.37.0 // indirect
|
|
)
|