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.44
github.com/flanksource/clicky require patch v1.21.53v1.21.57
github.com/flanksource/commons require minor v1.53.1v1.57.0
github.com/flanksource/commons-db require patch v0.1.8v0.1.28
github.com/flanksource/deps require patch v1.0.28v1.0.42
github.com/flanksource/gomplate/v3 require patch v3.24.84v3.24.89
github.com/flanksource/is-healthy indirect patch v1.0.88v1.0.91
github.com/flanksource/repomap require minor v0.0.1v0.4.1

Release Notes

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

v0.0.44

Compare Source

Changelog

v0.0.43

Compare Source

Changelog

v0.0.42

Compare Source

Changelog

  • 139ac63 feat(migrations): add schema-scoped migration support

v0.0.41

Compare Source

Changelog

  • 5cc3a61 chore(docs): Update docs build config and dependencies with pnpm workspace rules
  • 8073909 feat(api): Add durable token authentication and TLS for remote Captain access
  • dd911e8 feat(api): declare per-backend permission capabilities
  • 4c329dc feat(cli): add captain permissions matrix
  • 51a3cd8 feat(sandbox): Add managed git-agent deployment and HTTPS sandbox support
  • 67e246d feat(sandbox): Add redacted agent login mirroring to sandbox destinations
  • dbdb4d8 fix(agent): Enforce budget timeout on agent runner invocations
  • 65c407f fix(api): describe the permissions block in the generated schema
  • 0ea0579 fix(cli): Support buffered providers in workflow streaming
  • 043dcd0 fix: Prevent directory traversal attacks in credentials and token paths
  • 256b36b refactor(aichat): refactor rename runtime_settings to runtime_profile
  • e552f59 refactor(api): refactor tool catalog to use ToolPolicy instead of ToolMode
  • 1143c4f refactor(api): resolve tool authority from strategies over typed operations
  • 4c9b574 refactor(api,fe): Refactor method calls to use receiver methods instead of field access
  • 1eaa65c refactor(commit): skip git-ignored paths in commit attribution
  • 2f4a96c refactor(test): refactor gitagent e2e test to use configurable session database
  • 9c4484f refactor: unify tool permission vocabulary and layering
  • e316949 refactor: use ai.ResolveModelSelectors for catalog id resolution
  • b60aae2 test(test): Wait for agent task completion in e2e test

v0.0.40

Compare Source

Changelog

  • 7906f69 perf(database): reduce transcript ingest write amplification

v0.0.39

Compare Source

Changelog

  • 7a88159 feat: capture Claude CLI session cost estimates (#​77)

v0.0.38

Compare Source

Changelog

  • 1712d6c fix(cost): align public accounting view contracts
  • fc866f8 fix(cost): preserve model-call accounting consistency

v0.0.37

Compare Source

Changelog

  • be74402 fix(aichat): unify streaming and persistence outcomes (#​74)

v0.0.36

Compare Source

Changelog

v0.0.35

Compare Source

Changelog

v0.0.34

Compare Source

Changelog

  • 88baac1 fix(codex): emit complete correlated tool results (#​66)

v0.0.33

Compare Source

Changelog

  • 9abc95c fix(api): remove dead routes and prevent SPA fallthrough (#​73)

v0.0.32

Compare Source

Changelog

v0.0.31

Compare Source

Changelog

  • d158690 fix: preserve approvals submitted before prompt runs wait (#​71)

v0.0.30

Compare Source

Changelog

v0.0.29

Compare Source

Changelog

  • 33543e0 fix(database): keep chat activity monotonic
  • 26f8149 test(database): preserve newer chat activity
  • d48c96d test(database): preserve state version on chat touch

v0.0.28

Compare Source

Changelog

  • 8496137 ci(release): Make base image publishing manual only
  • 4439575 ci(release): Publish multi-platform agent base image
  • 0044b9b feat(container): Expand base image with agent toolchain and BuildKit secrets
  • ff7eed3 fix(ai): Enforce tool policies and pin container inputs
  • a501667 fix(ai): enforce permission policies across AI backends
  • 81d0b83 fix(aichat): Wait for suspended assistant message before resuming approval
  • 769a0bd fix(runtime): Preserve sandbox metadata and close inherited agent descriptors
  • 5a457b7 refactor(container): Remove duplicate root Dockerfile and entrypoint
  • 24b05e4 test(commit): cover commit notices in runner event streams

v0.0.27

Compare Source

v0.0.26

Compare Source

Changelog

  • 0632a92 build(webapp): Upgrade React type definitions to v19
  • 3e9de06 chore(cli): Prepare serve command for numeric parsing
  • 2036101 feat(agent): surface lifecycle hook activity in run transcripts
  • 9e18c0f feat(ai): Expose caller tools to agent runtimes through authenticated MCP
  • 96d657b feat(aichat): Add runtime availability surfaces and endpoint for model selection
  • ee13c5c feat(aichat): Add session titles and atomic execution admission
  • 9d9cb26 feat(aichat): unify session-backed chat lifecycle
  • a7e6192 feat(cli): Expose canonical prompt runtimes and explicit save-as flow
  • dcb6e99 feat(cmux): Add cmux process inspection command
  • 940d572 feat(cmux): add cmux process inspection command
  • e933860 feat(db): support database contexts and authoritative model costs
  • 1ae9b7a feat(execution): add durable authority for chat executions and caller-tool approvals
  • 2b25a60 feat(transcript): Normalize wrapped shell commands in rendered transcripts
  • ac27629 fix(agent): Record all files mutated by tool events
  • 16951de fix(ai): Normalize shell history and unify live event rendering
  • 0fbdd77 fix(ai): fix catalog capabilities and disabled selection consistency
  • aaae718 fix(ai): honor no-cache probing and support System tool mapping
  • a8eb92b fix(ai): preserve agent edits and provider identity across runtime seams
  • a1e7cdd fix(cli): hardens serve port handling and HTTP trace capture
  • 7b9ea0c fix(cli): resolve cross-source plans and render complete session trees
  • f503c48 fix(cli): resolve development ports and prompt setup context consistently
  • bbadee5 fix(db): Enforce model-call identity for tool approvals
  • 3d6a2c3 fix(db): Fix session merge migration and release lock after verification
  • 383a68e fix(session): Unify session projections and changed-file attribution
  • b55f184 test(aichat): Use fixed thread stores in service tests
  • 89204f7 test(webapp): avoid unsupported Array.at in stream hook test

v0.0.25

Compare Source

Changelog

  • e28a322 build(deps): bump Gavel to v0.0.54

v0.0.24

Compare Source

Changelog

  • beff162 Add sandbox adapter framework for CLI confinement (#​45)

v0.0.23

Compare Source

Changelog

  • ceff736 build(deps): Upgrade commons-db to v0.1.26
  • 66a78f6 ci(ci): run lint and tests through Gavel
  • 87a78bf feat(agent): Centralize setup preparation and prevent competing workspace isolators
  • 8c4f94a feat(ai): Add configurable AI selection opt-outs and runtime catalog
  • 3f552da feat(aichat): resume batched tool approvals safely
  • dc852cf feat(api): Resolve model effort and merge specs structurally
  • 4094a06 feat(session): Expose execution mode in session details
  • f1abdb5 feat: Add sandbox registry and normalize provider runtime identities
  • d47a69f fix(ai): preserve resolved run metadata and provider compatibility
  • c81df65 fix(cli): resolve development ports and prompt setup context consistently
  • ee65866 fix(db): preserve session hierarchies across duplicate ingestion
  • 5fd4d70 fix(history): Preserve Codex transcript operations and complete message content
  • f67da31 fix(monitor): distinguish stale temporary Claude projects from live directories
  • db7cb02 test(db): Share embedded PostgreSQL across integration tests

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 t

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/chromedp/chromedp v0.15.1
go: downloading github.com/charmbracelet/ultraviolet v0.0.0-20260205113103-524a6607adb8
go: downloading github.com/chromedp/cdproto v0.0.0-20260321001828-e3e3800016bc
go: downloading github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433
go: downloading github.com/gobwas/ws v1.4.0
go: downloading github.com/jackc/puddle v1.3.0
go: downloading github.com/charmbracelet/x/termios v0.1.1
go: downloading github.com/charmbracelet/x/windows v0.2.2
go: downloading github.com/chromedp/sysutil v1.1.0
go: downloading github.com/gobwas/httphead v0.1.0
go: downloading github.com/gobwas/pool v0.2.1
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 14 times, most recently from d29cf17 to 56a65a7 Compare August 5, 2026 07:24
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 8 times, most recently from cc46e6e to c613ba3 Compare August 12, 2026 10:47
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 20 times, most recently from 07c790c to b1aab3e Compare August 24, 2026 12:55
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch from b1aab3e to 5f4099e Compare August 24, 2026 14:38
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