Skip to content

chore(deps): update flanksource go dependencies - #77

Open
flanksource-ci-runner[bot] wants to merge 1 commit into
mainfrom
renovate-flanksource/flanksource-go-dependencies
Open

chore(deps): update flanksource go dependencies#77
flanksource-ci-runner[bot] wants to merge 1 commit into
mainfrom
renovate-flanksource/flanksource-go-dependencies

Conversation

@flanksource-ci-runner

@flanksource-ci-runner flanksource-ci-runner Bot commented Jul 22, 2026

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
github.com/flanksource/captain require patch v0.0.7v0.0.22
github.com/flanksource/clicky require patch v1.21.14v1.21.53
github.com/flanksource/commons require minor v1.51.3v1.54.0
github.com/flanksource/commons-db require patch v0.1.8v0.1.25
github.com/flanksource/deps require patch v1.0.28v1.0.36
github.com/flanksource/gomplate/v3 require patch v3.24.82v3.24.84
github.com/flanksource/repomap require minor v0.0.1v0.2.7

Release Notes

flanksource/captain (github.com/flanksource/captain)

v0.0.22

Compare Source

Changelog

  • 3962fe8 feat: github.com/flanksource/sandbox-runtime with --sandbox flag
  • 773b934 refactor(ai): resolve sandbox through CLI mode
  • 5e5fb10 refactor(ai): simplify sandbox mode resolution

v0.0.21

Compare Source

Changelog

v0.0.20

Compare Source

Changelog

  • dfcc6b2 feat(agent): add lifecycle-aware commit policies
  • 2b05e0f feat(cli): add build metadata to version output
  • bae56bc feat(session): add transcript filters and optimize thread queries
  • 0c8f78f feat(sessions): Add date filters and historical mode to session lists
  • b0c4da1 fix(ai): preserve Codex context and surface Claude process output
  • 263a3fc fix(paths): Track file writes accurately across patch and shell tools

v0.0.19

Compare Source

Changelog

  • 0e2b2fd build: add pnpm workspaces and align shared dependencies
  • 06f8bfd ci: stabilise embedded-postgres database tests
  • 934e65b feat(ai): add native Claude, Codex and Gemini CLI provider backends
  • e850feb feat(ai): generate the model catalog and price models from it
  • 63cabf5 feat(ai): model providers as descriptors with budgets and schema repair
  • 70c7964 feat(aichat): add AI SDK chat transport backed by MCP client sessions
  • 738ad6d feat(attachments): add durable multimodal prompt attachments
  • b94d566 feat(cli): configure providers, credentials and secret catalogs
  • c17a33c feat(cli): discover, render and analyse agent sessions
  • beb9428 feat(cli): run durable multi-model prompt batches with live chat
  • 70ffb20 feat(cli): serve sessions, projects and plans from the native database
  • 9a869c6 feat(db): add native Postgres persistence for sessions and prompt runs
  • 67c3bc1 feat(history): parse structured transcript events from Claude and Codex
  • 60718d0 feat(monitor): tail transcripts live and ingest via provider hooks
  • 9046dc8 feat(session): unify sessions with turn reconstruction and pretty output
  • 9a2c7e2 feat(webapp): add project scope, multi-model runs and live chat controls
  • e64b633 test(aimock): add scripted Anthropic and OpenAI wire-level mocks

v0.0.18

Compare Source

Changelog

  • 1f6ba38 chore(deps): update flanksource go dependencies to v1.21.44

v0.0.17

Compare Source

Changelog

  • ad4ba66 chore(deps): update flanksource go dependencies

v0.0.16

Compare Source

Changelog

  • a503f9b chore(deps): update flanksource go dependencies

v0.0.15

Compare Source

Changelog

  • bdd893e chore(deps): update flanksource/deps action to v1.0.36

v0.0.14

Compare Source

Changelog

v0.0.13

Compare Source

Changelog

  • 9d7723f fix(security): resolve open Dependabot and CodeQL alerts (#​21)

v0.0.12

Compare Source

Changelog

  • bf94d0c fix(security): resolve CodeQL code-scanning alerts (#​19)

v0.0.11

Compare Source

Changelog

  • be598f8 build,: Update gitignore to preserve built webapp for go:embed
  • cb1dc95 claude: docs gavel todo execution
  • f7b17b3 feat(ai): Add model fallback provider and schema validation middleware
  • 4b24050 feat(ai): Add support for Claude and Codex Cmux backends
  • 662654d feat(ai): add Gemini 3.0 Pro and improve model family filtering
  • eecd4dd feat(ai): add release date tracking and model filtering by currency
  • c368bda feat(ai): consult the pricing registry for model suggestions
  • b399bc7 feat(ai): drive prompt-run through a spec.Workflow generate→verify loop
  • 5911f43 feat(ai): forward SchemaJSON through the agent PromptRequest
  • ff59248 feat(ai): suggest the correct model name on an unrecognized model
  • e327fa2 feat(ai): universal Prompt.Schema via SchemaJSON + prompt-file output schemas
  • e1c1d65 feat(api): add model fallbacks and schema strictness validation
  • fa146f4 feat(api,fe,db): Add model fallbacks, prompt schema builder, and gavel session store
  • b73fcc9 feat(captainconfig): add PromptDefaults config type and improve test assertions
  • 6091ebc feat(claude): classify operational stream types, surface pr-link
  • 09da051 feat(claude): surface content-bearing system subtypes as rows
  • 74cfc3d feat(cli): RunSessionGet returns the unified session model
  • 8cd1d44 feat(cli): add Claude cmux and Codex cmux backend options
  • 9e14b4b feat(cli): log prompt source detection (file vs id vs inline vs stdin)
  • a27c9d6 feat(cli): session summary cache + context/phase-timing instrumentation
  • 9fd7359 feat(cli): unify prompt run/render into one command; deprecate ai prompt
  • 496b4d8 feat(cli): warn on a mistyped model at prompt render time too
  • d9dae74 feat(cmux): structured CLI option structs + schema-driven editor
  • 4b1adf1 feat(fe): add home dashboard with live session monitoring
  • 08395cc feat(prompt): add Parse and Document.String for non-rendering .prompt round-trip
  • d6a9a08 feat(serve): serve the unified session model at /sessions/{id}
  • ad53427 feat(session): add Codex support to the unified model
  • 5b6ff78 feat(session): add ToUIMessages and ToReplayEntries projections
  • 432f19d feat(session): extract and render Codex inline plans from TodoWrite tools
  • f6b3803 feat(session): persistent session store (GORM + embedded postgres)
  • b36e9fe feat(session): unified session model + history review fixes
  • 3a1455e feat(webapp): adopt shared PromptRunEditor in the prompt workbench
  • f0573a1 feat(webapp): session detail consumes the unified session.Session model
  • 8f39b94 feat(webapp): show session Server-Timing phases in the browser
  • a80e7b0 feat: Add claude-cmux and codex-cmux backend options to AI models filter
  • 89270f8 feat: Initialize CLI prompt entity and generate CLI interface
  • 42d263e feat: add prompt workbench UI and entity management
  • af0f149 feat: add session live monitoring with process discovery
  • e6f84b6 feat: add structured output support to claude-agent provider
  • e13d371 feat: prompt-run SSE emits the unified session.Message model
  • 1f6d39c feat: restructure ai request context and logging
  • 51b2487 fix(cli): let sessions get accept the positional id
  • 118a286 fix(cli): report unhandled stream types via Warn log, not raw stderr
  • 2f394bf fix(cmux): confirm paste landed before pressing Enter on first prompt
  • 554b77d fix(webapp): align @​types/react on 19 so tsc -b passes
  • 3f617ac fix: fallback to config defaults for model and budget fields
  • 4437347 refactor(agent): reconcile runner into a generic hook model
  • b48ce15 refactor(agent): share spec.Workflow→verify-loop construction
  • 2e824c8 refactor(agent): worktree as a thin wt CLI wrapper
  • 3d45c50 refactor(api): reframe Workflow as hook declarations
  • 192cea8 refactor(cli): extract executePromptRequest function and support new backends
  • 4010c39 refactor(fe): remove SpecRuntimeEditor component from RuntimeControls
  • 7a684d1 refactor(session): relocate history render provider into pkg/session
  • 34ff68a refactor: include cmux backends in AllBackends() and simplify documentation
  • 4c44cba refactor: refactor Spec to consolidate permissions and context into Setup
  • 05b089b refactor: restructure prompt frontend to api and add prompt run streaming
  • 71e125e test(cli): make session scope tests robust to shared-tmp project markers
  • 0654197 test(cmux): remove obsolete structured-output-rejection test

v0.0.10

Compare Source

Changelog

  • cb1dc95 claude: docs gavel todo execution
  • f7b17b3 feat(ai): Add model fallback provider and schema validation middleware
  • 4b24050 feat(ai): Add support for Claude and Codex Cmux backends
  • 662654d feat(ai): add Gemini 3.0 Pro and improve model family filtering
  • eecd4dd feat(ai): add release date tracking and model filtering by currency
  • c368bda feat(ai): consult the pricing registry for model suggestions
  • b399bc7 feat(ai): drive prompt-run through a spec.Workflow generate→verify loop
  • 5911f43 feat(ai): forward SchemaJSON through the agent PromptRequest
  • ff59248 feat(ai): suggest the correct model name on an unrecognized model
  • e327fa2 feat(ai): universal Prompt.Schema via SchemaJSON + prompt-file output schemas
  • e1c1d65 feat(api): add model fallbacks and schema strictness validation
  • fa146f4 feat(api,fe,db): Add model fallbacks, prompt schema builder, and gavel session store
  • b73fcc9 feat(captainconfig): add PromptDefaults config type and improve test assertions
  • 6091ebc feat(claude): classify operational stream types, surface pr-link
  • 09da051 feat(claude): surface content-bearing system subtypes as rows
  • 74cfc3d feat(cli): RunSessionGet returns the unified session model
  • 8cd1d44 feat(cli): add Claude cmux and Codex cmux backend options
  • 9e14b4b feat(cli): log prompt source detection (file vs id vs inline vs stdin)
  • a27c9d6 feat(cli): session summary cache + context/phase-timing instrumentation
  • 9fd7359 feat(cli): unify prompt run/render into one command; deprecate ai prompt
  • 496b4d8 feat(cli): warn on a mistyped model at prompt render time too
  • d9dae74 feat(cmux): structured CLI option structs + schema-driven editor
  • 4b1adf1 feat(fe): add home dashboard with live session monitoring
  • 08395cc feat(prompt): add Parse and Document.String for non-rendering .prompt round-trip
  • d6a9a08 feat(serve): serve the unified session model at /sessions/{id}
  • ad53427 feat(session): add Codex support to the unified model
  • 5b6ff78 feat(session): add ToUIMessages and ToReplayEntries projections
  • 432f19d feat(session): extract and render Codex inline plans from TodoWrite tools
  • f6b3803 feat(session): persistent session store (GORM + embedded postgres)
  • b36e9fe feat(session): unified session model + history review fixes
  • 3a1455e feat(webapp): adopt shared PromptRunEditor in the prompt workbench
  • f0573a1 feat(webapp): session detail consumes the unified session.Session model
  • 8f39b94 feat(webapp): show session Server-Timing phases in the browser
  • a80e7b0 feat: Add claude-cmux and codex-cmux backend options to AI models filter
  • 89270f8 feat: Initialize CLI prompt entity and generate CLI interface
  • 42d263e feat: add prompt workbench UI and entity management
  • af0f149 feat: add session live monitoring with process discovery
  • e6f84b6 feat: add structured output support to claude-agent provider
  • e13d371 feat: prompt-run SSE emits the unified session.Message model
  • 1f6d39c feat: restructure ai request context and logging
  • 0183364 fix(cli): commit built webapp/dist so go:embed build passes in CI
  • 51b2487 fix(cli): let sessions get accept the positional id
  • 118a286 fix(cli): report unhandled stream types via Warn log, not raw stderr
  • 2f394bf fix(cmux): confirm paste landed before pressing Enter on first prompt
  • 554b77d fix(webapp): align @​types/react on 19 so tsc -b passes
  • 3f617ac fix: fallback to config defaults for model and budget fields
  • 4437347 refactor(agent): reconcile runner into a generic hook model
  • b48ce15 refactor(agent): share spec.Workflow→verify-loop construction
  • 2e824c8 refactor(agent): worktree as a thin wt CLI wrapper
  • 3d45c50 refactor(api): reframe Workflow as hook declarations
  • 192cea8 refactor(cli): extract executePromptRequest function and support new backends
  • 4010c39 refactor(fe): remove SpecRuntimeEditor component from RuntimeControls
  • 7a684d1 refactor(session): relocate history render provider into pkg/session
  • 34ff68a refactor: include cmux backends in AllBackends() and simplify documentation
  • 4c44cba refactor: refactor Spec to consolidate permissions and context into Setup
  • 05b089b refactor: restructure prompt frontend to api and add prompt run streaming
  • 71e125e test(cli): make session scope tests robust to shared-tmp project markers
  • 0654197 test(cmux): remove obsolete structured-output-rejection test

v0.0.9

Compare Source

Changelog

  • fb737e0 build(deps): pin clicky/aichat to pkg/api-based pseudo-version
  • 5cacd2e chore(deps): bump flanksource/commons to v1.53.1
  • 6048232 feat scope: cli,claude,tools: add plan command to query session exit-plan-mode plans
  • cc79f08 feat(ai): add model catalog system with pricing and caching
  • 80a0464 feat(cmux): add interactive claude/codex TUI provider with session tailing
  • beb5905 feat(prompt): support spec-native frontmatter in .prompt files
  • db7a148 feat: add captain serve command with web UI and chat interface
  • adfbba7 feat: add iterative agent loop with verifiers, worktree, and commit
  • 624221b feat: add multi-session filtering and .prompt file support to AI commands
  • 38298c2 fix(ai): resolve model-catalog test ordering and context-window lookup
  • d252f0f fix(provider): buffer runCLI output to avoid Wait/pipe-read race
  • e4fc6f7 fix(serve): embed dist placeholder so the binary builds without a prebuilt webapp
  • b5a8143 refactor(api): move AI runtime contract into pkg/api
  • 438a858 refactor(cli): refactor request model field access patterns
  • afe8077 refactor: Refactor cost tracking to break out reasoning and cache token billing
  • 19a7090 refactor: consolidate domain types into pkg/api and add session browsing
  • a7eab9b refactor: refactor prompt handling to use file-based routing instead of inline truncation
  • c72e047 refactor: restructure ai.Request and ai.Config to use nested types
  • 03be1fd refactor: restructure ai.Request and ai.Config with nested field groups
  • a627774 refactor: restructure ai.Request to use nested api types
  • 853ab41 style: gofmt HistoryEntry struct tag alignment

v0.0.8

Compare Source

Changelog

  • 8119737 feat(ai): update provider factory to return error and add claude-agent backend
  • 6a478da feat(ai/agent): add agent runner with plugin lifecycle and verification
  • 8f79a49 feat(ai/history): Add extended tool rendering and session event parsing
  • 085d4ca feat(ai/provider): add Claude Agent SDK provider for agentic multi-turn interactions
  • 54993a5 feat(ai/provider): add Firebase Genkit provider for Anthropic, OpenAI, and Gemini
  • 9cd6475 feat(aichat): add AI chat backend with Genkit, clicky tools, and MCP support
  • f1fd16b feat(changes,history,info): track nested sub-agent history
  • f2c0461 feat(git): add worktree management and git utilities for agent runs
  • 71178b1 feat(history,bash,claude): Add text filtering and improve category classification
  • 972adc3 feat(jsonrpc): add newline-delimited JSON-RPC 2.0 client implementation
  • 2a354c3 feat: add prompt management
  • d0fff1a feat: implement bidirectional tool approval via can_use_tool control protocol
  • 8df6cb6 fix(ci): bump clicky to v1.21.33 and fix fixture/container tests
  • c67aacb fix(lint): replace deprecated reflect.Ptr with reflect.Pointer
  • 87cefb5 refactor(ai): migrate API providers to Firebase Genkit and restructure Claude/Codex backends
  • 87dd7cd refactor(ai/provider): migrate claude CLI provider to clicky and reorganize claudeagent
  • 2f0b1c1 refactor(aichat): remove aichat package and genkit-based chat implementation
  • 415074d refactor(cli): migrate to commons HTTP logger for wire logging
  • 0fc0b94 refactor: refactor: introduce package-scoped loggers and improve logging consistency across AI modules
  • 0543adf style: apply gofmt
flanksource/clicky (github.com/flanksource/clicky)

v1.21.53

Compare Source

⚠ BREAKING CHANGES
  • api: Change AddTiming to accept TimingMetric instead of separate name and duration arguments

  • build(examples): Update Clicky dependency to v1.21.52

✨ Features
🔧 Maintenance
  • release: pin sub-modules to v1.21.52 [skip ci] (43a37b8)

v1.21.52

Compare Source

⚠ BREAKING CHANGES
  • api: Change AddTiming to accept TimingMetric instead of separate name and duration arguments

  • build(examples): Update Clicky dependency to v1.21.52

✨ Features
🔧 Maintenance
  • release: pin sub-modules to v1.21.52 [skip ci] (43a37b8)

v1.21.51

Compare Source

✨ Features
  • api: Support contextual entity actions and structured error responses (6fb040f)
🔧 Maintenance
  • deps: Update entity example to clicky v1.21.51 (9aede06)
  • deps: update Go module dependencies (f78abda)
  • release: pin sub-modules to v1.21.51 [skip ci] (b4553fe)

v1.21.50

Compare Source

📦 Build System
  • deps: bump the go_modules group across 2 directories with 1 update (34a8e24)
🔧 Maintenance
  • release: pin sub-modules to v1.21.50 [skip ci] (6773025)

v1.21.49

Compare Source

🔧 Maintenance
  • deps: update flanksource go dependencies (8bc3adc)
  • release: pin sub-modules to v1.21.49 [skip ci] (394ddf5)

v1.21.48

Compare Source

🔧 Maintenance
  • deps: update flanksource go dependencies (21bff82)
  • release: pin sub-modules to v1.21.48 [skip ci] (f8a518b)

v1.21.47

Compare Source

⚠ BREAKING CHANGES
  • examples: Chat no longer forces manual tool approval; execution now follows Captain chat service behavior.
  • aichat: Remove the aichat server, Genkit, agent, attachment, thread, approval, streaming, and MCP APIs.
♻️ Code Refactoring
  • aichat: Delegate Cobra tool adaptation to Captain (8c44f09)
⚡ Performance Improvements
  • rpc: Cache OpenAPI documents with ETag revalidation (3cc7d7f)
✨ Features
  • aichat: add attachment resolution for multimodal chat inputs (0e6edf4)
  • examples: Add Captain-backed entity demo serving and tests (90fe144)
  • rpc: expose top-level serve command and track RPC timing (cb94c78)
  • task: Expose supervised process generations through task APIs (eb3bb98)
🐛 Bug Fixes
  • api: Stabilize Markdown and terminal table rendering (fbcaade)
  • formatters: preserve no-color settings in Markdown rendering (9f8bfe1)
  • task: Preserve dependency semantics and order terminal task output (2840c30)
📦 Build System
  • deps: align Captain and Clicky release candidates (0115ea5)
  • deps: Update Go module dependencies (4791a27)
🔧 Maintenance
  • update generated and lock files (dede45b)
  • release: pin sub-modules to v1.21.47 [skip ci] (dd5a604)

v1.21.46

Compare Source

🔧 Maintenance

v1.21.45

Compare Source

🔧 Maintenance
  • deps: update flanksource go dependencies (7dfd69d)
  • release: pin sub-modules to v1.21.45 [skip ci] (dc4ab68)

v1.21.44

Compare Source

✨ Features
🔧 Maintenance
  • release: pin sub-modules to v1.21.44 [skip ci] (b2caeee)

v1.21.43

Compare Source

🔧 Maintenance
  • deps: update flanksource go dependencies (9c5e524)
  • release: pin sub-modules to v1.21.43 [skip ci] (e04e741)

v1.21.42

Compare Source

🔧 Maintenance
  • deps: update flanksource go dependencies (ed8e864)
  • release: pin sub-modules to v1.21.42 [skip ci] (c159a32)

v1.21.41

Compare Source

🐛 Bug Fixes
🔧 Maintenance
  • deps: update flanksource go dependencies (2da5fd4)
  • release: pin sub-modules to v1.21.41 [skip ci] (f597a7c)

v1.21.40

Compare Source

🔧 Maintenance
  • go mod tidy on examples/entity (8429206)
  • release: pin sub-modules to v1.21.40 [skip ci] (e98d7ab)

v1.21.39

Compare Source

🐛 Bug Fixes
  • ci: add least-privilege permissions to the openapi workflow job (#​148) (a683b5d)
🔧 Maintenance
  • release: pin sub-modules to v1.21.39 [skip ci] (51970a4)

v1.21.38

Compare Source

🐛 Bug Fixes
  • deps: update Excelize to v2.11.0 (bf03705)
🔧 Maintenance
  • deps: tidy Go modules (9021341)
  • release: pin sub-modules to v1.21.38 [skip ci] (456c327)

v1.21.37

Compare Source

⚠ BREAKING CHANGES
  • api: Paged clicky-json responses no longer wrap rows in the data/page envelope.
♻️ Code Refactoring
  • aichat: centralize model and tool metadata (333eb42)
✨ Features
  • add oxlint custom rules linting for clicky-ui webapp (b4ffa0f)
  • add support for hidden flags in CLI and schema generation (d0923c6)
  • preserve schema field order in markdown formatter output (a2df8bd)
  • update model catalog to latest provider tiers (d91b616)
  • aichat: Add default permission and tool metadata support with canonical mode names (fc0f74b)
  • api: Add streaming table exports and export metadata (2a89421)
  • api: support semantic columns and structured table values (42cff19)
  • entity: add MCPToolHints for tool metadata and annotations (12df84f)
  • mcp: add MCP tool annotations and clicky meta support (6645797)
  • rpc: expose swagger command executor (0ffa6cf)
🐛 Bug Fixes
  • Replace fmt.Printf with clicky logger and fix timing middleware edge case (06f4cf6)
  • rpc: Fix route deduplication for wildcard parameter name differences (6f21fad)
  • task: fix data races and render lifecycle for task output (d6b1715)
  • task: release runFunc when a task reaches a terminal state (7b82d96)
📚 Documentation
  • docs: delegate agent workflow guidance to shared instructions (a598fbe)
  • skills: add clicky development guides (f8e7087)
📦 Build System
🔧 Maintenance
  • add UI and linting dependencies to webapp (8ce55f7)
  • update Go module dependencies to latest versions (e910a25)
  • release: pin sub-modules to v1.21.37 [skip ci] (d5f340c)

v1.21.36

Compare Source

📦 Build System
  • deps: bump the go_modules group across 4 directories with 1 update (780f381)
🔧 Maintenance
  • release: pin sub-modules to v1.21.36 [skip ci] (0101296)

v1.21.35

Compare Source

✅ Tests
  • skip PDF formatter integration test (3f66763)
🐛 Bug Fixes
  • deps: patch security vulnerabilities (9535cca)
🔧 Maintenance
  • release: pin sub-modules to v1.21.35 [skip ci] (9bd97b7)

v1.21.34

Compare Source

🔧 Maintenance
  • remove dependabot configuration (622e2e9)
  • release: pin sub-modules to v1.21.34 [skip ci] (aa49584)

v1.21.33

Compare Source

♻️ Code Refactoring
  • Refactor cache and store layer with abstract cache.Store interface (b766cd3)
  • aichat: depend on captain pkg/api runtime contract over pkg/ai (21ce9d1)
✨ Features
  • agent: add captain agent-framework engine for claude-agent and codex models

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@flanksource-ci-runner

flanksource-ci-runner Bot commented Jul 22, 2026

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading charm.land/bubbles/v2 v2.0.0
go: downloading charm.land/bubbletea/v2 v2.0.2
go: downloading charm.land/lipgloss/v2 v2.0.2
go: downloading github.com/creack/pty v1.1.24
go: downloading github.com/mattbaird/jsonpatch v0.0.0-20240118010651-0ba75a80ca38
go: downloading github.com/caseymrm/menuet v1.0.3
go: downloading github.com/gliderlabs/ssh v0.3.8
go: downloading github.com/charmbracelet/ultraviolet v0.0.0-20260205113103-524a6607adb8
go: downloading github.com/flanksource/clicky/aichat v1.21.48
go: downloading github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
go: downloading github.com/jackc/puddle v1.3.0
go: downloading github.com/pelletier/go-toml/v2 v2.4.3
go: downloading github.com/charmbracelet/x/termios v0.1.1
go: downloading github.com/charmbracelet/x/windows v0.2.2
go: downloading github.com/hashicorp/hcl v1.0.1-vault-7
go: downloading github.com/pierrec/lz4 v2.6.1+incompatible
go: downloading github.com/caseymrm/askm v1.0.0
go: github.com/flanksource/gavel/ai imports
	github.com/flanksource/commons-db/llm: cannot find module providing package github.com/flanksource/commons-db/llm

@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 15 times, most recently from 01e4928 to 5cc3150 Compare July 29, 2026 05:38
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 3 times, most recently from 0145d36 to 2a001b0 Compare July 30, 2026 14:07
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch from 2a001b0 to 68a2437 Compare July 31, 2026 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants