mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
97 lines
3.9 KiB
Modula-2
97 lines
3.9 KiB
Modula-2
module github.com/sst/opencode
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.5.0
|
|
github.com/alecthomas/chroma/v2 v2.18.0
|
|
github.com/charmbracelet/bubbles/v2 v2.0.0-beta.1
|
|
github.com/charmbracelet/bubbletea/v2 v2.0.0-beta.3
|
|
github.com/charmbracelet/glamour v0.10.0
|
|
github.com/charmbracelet/lipgloss/v2 v2.0.0-beta.1
|
|
github.com/charmbracelet/x/ansi v0.8.0
|
|
github.com/lithammer/fuzzysearch v1.1.8
|
|
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/muesli/termenv v0.16.0
|
|
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
|
|
github.com/sst/opencode-sdk-go v0.1.0-alpha.8
|
|
github.com/tidwall/gjson v1.14.4
|
|
rsc.io/qr v0.2.0
|
|
)
|
|
|
|
replace github.com/sst/opencode-sdk-go => ./sdk
|
|
|
|
require golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.2 // indirect
|
|
github.com/atombender/go-jsonschema v0.20.0 // indirect
|
|
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834 // indirect
|
|
github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf // indirect
|
|
github.com/charmbracelet/x/input v0.3.5-0.20250424101541-abb4d9a9b197 // indirect
|
|
github.com/charmbracelet/x/windows v0.2.1 // indirect
|
|
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
|
|
github.com/fsnotify/fsnotify v1.8.0 // indirect
|
|
github.com/getkin/kin-openapi v0.127.0 // indirect
|
|
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
|
github.com/go-openapi/swag v0.23.0 // indirect
|
|
github.com/goccy/go-yaml v1.17.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/invopop/yaml v0.3.1 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1 // indirect
|
|
github.com/perimeterx/marshmallow v1.1.5 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sanity-io/litter v1.5.8 // indirect
|
|
github.com/sosodev/duration v1.3.1 // indirect
|
|
github.com/speakeasy-api/openapi-overlay v0.9.0 // indirect
|
|
github.com/spf13/cobra v1.9.1 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
|
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
|
|
golang.org/x/mod v0.24.0 // indirect
|
|
golang.org/x/tools v0.31.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/atotto/clipboard v0.1.4
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/charmbracelet/colorprofile v0.3.1 // indirect
|
|
github.com/charmbracelet/x/cellbuf v0.0.14-0.20250501183327-ad3bc78c6a81 // indirect
|
|
github.com/charmbracelet/x/term v0.2.1 // indirect
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16
|
|
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
github.com/rivo/uniseg v0.4.7
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
github.com/yuin/goldmark v1.7.8 // indirect
|
|
github.com/yuin/goldmark-emoji v1.0.5 // indirect
|
|
golang.org/x/image v0.26.0
|
|
golang.org/x/net v0.39.0 // indirect
|
|
golang.org/x/sync v0.13.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
golang.org/x/term v0.31.0 // indirect
|
|
golang.org/x/text v0.24.0
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
tool (
|
|
github.com/atombender/go-jsonschema
|
|
github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen
|
|
)
|