Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
98ea2ce
bump charm.land/lipgloss/v2 from v2.0.5 to v2.0.6
aheritier Aug 13, 2026
b868245
bump github.com/anthropics/anthropic-sdk-go from v1.61.0 to v1.63.1
aheritier Aug 13, 2026
3ad60d3
bump github.com/docker/cli from v29.6.2 to v29.7.2
aheritier Aug 13, 2026
4c75016
bump github.com/dop251/goja from v0.0.0-20260723142020-b4aef50fa347 t…
aheritier Aug 13, 2026
37bd0ce
bump github.com/go-git/go-git/v5 from v5.19.1 to v5.19.2
aheritier Aug 13, 2026
27439d7
bump github.com/google/go-containerregistry from v0.21.7 to v0.21.9
aheritier Aug 13, 2026
4d0e8b1
bump github.com/junegunn/fzf from v0.74.1 to v0.74.2
aheritier Aug 13, 2026
972771c
bump github.com/openai/openai-go/v3 from v3.46.0 to v3.50.0
aheritier Aug 13, 2026
aa367ca
bump github.com/rumpl/harness from v0.0.0-20260612213434-3f63cb8efc05…
aheritier Aug 13, 2026
35d57bf
bump github.com/yuin/goldmark from v1.8.4 to v1.8.5
aheritier Aug 13, 2026
bbca8ef
bump golang.org/x/image from v0.44.0 to v0.45.0
aheritier Aug 13, 2026
74aa826
bump google.golang.org/genai from v1.65.0 to v1.68.0
aheritier Aug 13, 2026
36f3cd2
bump modernc.org/sqlite from v1.54.0 to v1.56.0
aheritier Aug 13, 2026
fb1af4c
bump github.com/aws/aws-sdk-go-v2 from v1.43.2 to v1.43.5
aheritier Aug 13, 2026
ebcce65
bump github.com/aws/aws-sdk-go-v2/config from v1.32.33 to v1.32.36
aheritier Aug 13, 2026
64e7a4c
bump github.com/aws/aws-sdk-go-v2/service/bedrockruntime from v1.56.0…
aheritier Aug 13, 2026
975cc9d
bump go.opentelemetry.io/otel from v1.44.0 to v1.45.0
aheritier Aug 14, 2026
8287d2a
bump go-logr/logr from v1.4.3 to v1.4.4
aheritier Aug 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 44 additions & 44 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,81 +6,81 @@ require (
charm.land/bubbles/v2 v2.1.1
charm.land/bubbletea/v2 v2.0.8
charm.land/glamour/v2 v2.0.1
charm.land/lipgloss/v2 v2.0.5
charm.land/lipgloss/v2 v2.0.6
github.com/99designs/keyring v1.2.2
github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.2
github.com/Masterminds/semver/v3 v3.5.0
github.com/Microsoft/go-winio v0.6.2
github.com/a2aproject/a2a-go v0.3.15
github.com/alecthomas/chroma/v2 v2.27.0
github.com/alpkeskin/gotoon v0.1.1
github.com/anthropics/anthropic-sdk-go v1.61.0
github.com/anthropics/anthropic-sdk-go v1.63.1
github.com/atotto/clipboard v0.1.4
github.com/aws/aws-sdk-go-v2 v1.43.0
github.com/aws/aws-sdk-go-v2/config v1.32.31
github.com/aws/aws-sdk-go-v2/credentials v1.19.30
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.56.0
github.com/aws/aws-sdk-go-v2/service/sts v1.45.0
github.com/aws/smithy-go v1.27.4
github.com/aws/aws-sdk-go-v2 v1.43.5
github.com/aws/aws-sdk-go-v2/config v1.32.36
github.com/aws/aws-sdk-go-v2/credentials v1.19.35
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.57.2
github.com/aws/aws-sdk-go-v2/service/sts v1.45.5
github.com/aws/smithy-go v1.27.7
github.com/aymanbagabas/go-udiff v0.4.1
github.com/bmatcuk/doublestar/v4 v4.10.0
github.com/charmbracelet/x/ansi v0.11.7
github.com/charmbracelet/x/ansi v0.11.8
github.com/clipperhouse/displaywidth v0.11.0
github.com/clipperhouse/uax29/v2 v2.7.0
github.com/coder/acp-go-sdk v0.13.5
github.com/creack/pty v1.1.24
github.com/docker/aijson v0.1.0
github.com/docker/cli v29.6.2+incompatible
github.com/docker/cli v29.7.2+incompatible
github.com/docker/go-units v0.5.0
github.com/docker/portcullis v1.0.0
github.com/dop251/goja v0.0.0-20260723142020-b4aef50fa347
github.com/dop251/goja v0.0.0-20260806115107-493f22071ef6
github.com/expr-lang/expr v1.17.8
github.com/fatih/color v1.19.0
github.com/fsnotify/fsnotify v1.10.1
github.com/go-git/go-git/v5 v5.19.1
github.com/go-git/go-git/v5 v5.19.2
github.com/goccy/go-yaml v1.19.2
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/google/go-containerregistry v0.21.7
github.com/google/go-containerregistry v0.21.9
github.com/google/jsonschema-go v0.4.3
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/hashicorp/hcl/v2 v2.24.0
github.com/junegunn/fzf v0.74.1
github.com/junegunn/fzf v0.74.2
github.com/k3a/html2text v1.4.0
github.com/labstack/echo/v4 v4.15.4
github.com/mattn/go-isatty v0.0.24
github.com/mattn/go-runewidth v0.0.27
github.com/modelcontextprotocol/go-sdk v1.6.1
github.com/natefinch/atomic v1.0.1
github.com/openai/openai-go/v3 v3.46.0
github.com/openai/openai-go/v3 v3.50.0
github.com/pb33f/libopenapi v0.38.7
github.com/rivo/uniseg v0.4.7
github.com/rumpl/harness v0.0.0-20260612213434-3f63cb8efc05
github.com/rumpl/harness v0.0.0-20260810193856-9376b9c76461
github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
github.com/temoto/robotstxt v1.1.2
github.com/wk8/go-ordered-map/v2 v2.1.9-0.20250401010720-46d686821e33
github.com/xeipuuv/gojsonschema v1.2.0
github.com/yuin/goldmark v1.8.4
github.com/yuin/goldmark v1.8.5
github.com/zclconf/go-cty v1.19.0
go.opentelemetry.io/otel v1.44.0
go.opentelemetry.io/otel v1.45.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.20.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.44.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.44.0
go.opentelemetry.io/otel/sdk v1.44.0
go.opentelemetry.io/otel/sdk/log v0.20.0
go.opentelemetry.io/otel/trace v1.44.0
golang.org/x/image v0.44.0
go.opentelemetry.io/otel/trace v1.45.0
golang.org/x/image v0.45.0
golang.org/x/oauth2 v0.36.0
golang.org/x/sync v0.22.0
golang.org/x/sys v0.47.0
golang.org/x/term v0.45.0
google.golang.org/adk v1.2.0
google.golang.org/genai v1.65.0
google.golang.org/genai v1.68.0
gopkg.in/dnaeon/go-vcr.v4 v4.0.7
gotest.tools/v3 v3.5.2
modernc.org/sqlite v1.54.0
modernc.org/sqlite v1.56.0
)

require (
Expand All @@ -89,7 +89,7 @@ require (
github.com/agext/levenshtein v1.2.1 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/apparentlymart/go-textseg/v17 v17.0.1 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.32 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.37 // indirect
github.com/danieljoos/wincred v1.2.2 // indirect
github.com/dlclark/regexp2/v2 v2.5.2 // indirect
github.com/dvsekhvalnov/jose2go v1.7.0 // indirect
Expand All @@ -105,8 +105,8 @@ require (
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/standard-webhooks/standard-webhooks/libraries v0.0.1 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
golang.org/x/mod v0.37.0 // indirect
golang.org/x/tools v0.47.0 // indirect
golang.org/x/mod v0.38.0 // indirect
golang.org/x/tools v0.48.0 // indirect
google.golang.org/api v0.272.0 // indirect
)

Expand All @@ -118,22 +118,22 @@ require (
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
github.com/JohannesKaufmann/dom v0.3.1 // indirect
github.com/ProtonMail/go-crypto v1.1.6 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.14 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.31 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.31 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.31 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.13 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.31 // indirect
github.com/aws/aws-sdk-go-v2/service/signin v1.5.0 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.33.0 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.38.0 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.17 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.36 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.36 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.36 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.16 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.36 // indirect
github.com/aws/aws-sdk-go-v2/service/signin v1.5.5 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.33.5 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.38.5 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.2 // indirect
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/charmbracelet/colorprofile v0.4.3 // indirect
github.com/charmbracelet/ultraviolet v0.0.0-20260720091822-7cc6674724ac
github.com/charmbracelet/ultraviolet v0.0.0-20260811164956-006e29f97886
github.com/charmbracelet/x/exp/slice v0.0.0-20251113172435-cef867b85f6a // indirect
github.com/charmbracelet/x/term v0.2.2 // indirect
github.com/charmbracelet/x/termios v0.1.1 // indirect
Expand All @@ -156,12 +156,12 @@ require (
github.com/fvbommel/sortorder v1.1.0 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.9.1
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/logr v1.4.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/pprof v0.0.0-20250317173921-a4b03ec1a45e // indirect
github.com/google/pprof v0.0.0-20260802141513-ef3492d7dac3 // indirect
github.com/google/s2a-go v0.1.9 // indirect
github.com/google/safehtml v0.1.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.14 // indirect
Expand All @@ -171,15 +171,15 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/klauspost/compress v1.18.6 // indirect
github.com/klauspost/compress v1.19.1 // indirect
github.com/labstack/gommon v0.5.0 // indirect
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
github.com/lucasb-eyer/go-colorful v1.4.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/moby/moby/api v1.54.2 // indirect
github.com/moby/moby/client v0.4.1 // indirect
github.com/moby/moby/api v1.55.0 // indirect
github.com/moby/moby/client v0.5.1 // indirect
github.com/moby/sys/atomicwriter v0.1.0 // indirect
github.com/moby/sys/sequential v0.6.0 // indirect
github.com/moby/term v0.5.2 // indirect
Expand Down Expand Up @@ -216,21 +216,21 @@ require (
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 // indirect
go.opentelemetry.io/otel/log v0.20.0
go.opentelemetry.io/otel/metric v1.44.0
go.opentelemetry.io/otel/metric v1.45.0
go.opentelemetry.io/otel/sdk/metric v1.44.0
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
go.yaml.in/yaml/v4 v4.0.0-rc.6
golang.org/x/crypto v0.54.0 // indirect
golang.org/x/net v0.57.0 // indirect
golang.org/x/text v0.40.0 // indirect
golang.org/x/text v0.41.0 // indirect
golang.org/x/time v0.15.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect
google.golang.org/grpc v1.82.1 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
modernc.org/libc v1.74.1 // indirect
modernc.org/libc v1.74.4 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
rsc.io/omap v1.2.0 // indirect
Expand Down
Loading
Loading