Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.

Update go dependencies - #367

Open
renovate-bot-justlab wants to merge 1 commit into
developfrom
renovate/go-dependencies
Open

Update go dependencies#367
renovate-bot-justlab wants to merge 1 commit into
developfrom
renovate/go-dependencies

Conversation

@renovate-bot-justlab

@renovate-bot-justlab renovate-bot-justlab commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/gin-contrib/cors v1.7.6v1.7.7 age confidence require patch
github.com/gin-gonic/gin v1.11.0v1.12.0 age confidence require minor
github.com/golang-jwt/jwt/v5 v5.3.0v5.3.1 age confidence require patch
github.com/hashicorp/go-plugin v1.7.0v1.8.0 age confidence require minor
github.com/hashicorp/go-version v1.7.0v1.9.0 age confidence require minor
github.com/hashicorp/hc-install v0.9.2v0.9.5 age confidence require patch
github.com/hashicorp/terraform-exec v0.24.0v0.25.2 age confidence require minor
github.com/lib/pq v1.10.9v1.12.3 age confidence require minor
github.com/mattn/go-sqlite3 v1.14.32v1.14.47 age confidence require patch
github.com/melbahja/goph v1.4.0v1.5.1 age confidence require minor
github.com/prometheus-community/pro-bing v0.7.0v0.9.1 age confidence require minor
github.com/sirupsen/logrus v1.9.3v1.9.4 age confidence require patch
github.com/tidwall/gjson v1.18.0v1.19.0 age confidence require minor
github.com/uptrace/bun v1.2.16v1.2.18 age confidence require patch
github.com/uptrace/bun/dialect/pgdialect v1.2.16v1.2.18 age confidence require patch
github.com/uptrace/bun/driver/pgdriver v1.2.16v1.2.18 age confidence require patch
github.com/uptrace/bun/extra/bunotel v1.2.16v1.2.18 age confidence require patch
go (source) 1.24.01.26.4 age confidence golang minor
go (source) 1.26.01.26.4 age confidence golang patch
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.63.0v0.69.0 age confidence require minor
go.opentelemetry.io/otel v1.43.0v1.44.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.39.0v1.44.0 age confidence require minor
go.opentelemetry.io/otel/sdk v1.43.0v1.44.0 age confidence require minor
golang.org/x/crypto v0.46.0v0.53.0 age confidence require minor
google.golang.org/grpc v1.79.3v1.82.0 age confidence require minor

Release Notes

gin-contrib/cors (github.com/gin-contrib/cors)

v1.7.7

Compare Source

Changelog
Others
Bug fixes
Enhancements
Build process updates
gin-gonic/gin (github.com/gin-gonic/gin)

v1.12.0

Compare Source

Features
  • feat(render): add bson protocol (#​4145)
  • feat(context): add GetError and GetErrorSlice methods for error retrieval (#​4502)
  • feat(binding): add support for encoding.UnmarshalText in uri/query binding (#​4203)
  • feat(gin): add option to use escaped path (#​4420)
  • feat(context): add Protocol Buffers support to content negotiation (#​4423)
  • feat(context): implemented Delete method (#​38e7651)
  • feat(logger): color latency (#​4146)
Enhancements
  • perf(tree): reduce allocations in findCaseInsensitivePath (#​4417)
  • perf(recovery): optimize line reading in stack function (#​4466)
  • perf(path): replace regex with custom functions in redirectTrailingSlash (#​4414)
  • perf(tree): optimize path parsing using strings.Count (#​4246)
  • chore(logger): allow skipping query string output (#​4547)
  • chore(context): always trust xff headers from unix socket (#​3359)
  • chore(response): prevent Flush() panic when the underlying ResponseWriter does not implement http.Flusher (#​4479)
  • refactor(recovery): smart error comparison (#​4142)
  • refactor(context): replace hardcoded localhost IPs with constants (#​4481)
  • refactor(utils): move util functions to utils.go (#​4467)
  • refactor(binding): use maps.Copy for cleaner map handling (#​4352)
  • refactor(context): using maps.Clone (#​4333)
  • refactor(ginS): use sync.OnceValue to simplify engine function (#​4314)
  • refactor: replace magic numbers with named constants in bodyAllowedForStatus (#​4529)
  • refactor: for loop can be modernized using range over int (#​4392)
Bug Fixes
  • fix(tree): panic in findCaseInsensitivePathRec with RedirectFixedPath (#​4535)
  • fix(render): write content length in Data.Render (#​4206)
  • fix(context): ClientIP handling for multiple X-Forwarded-For header values (#​4472)
  • fix(binding): empty value error (#​2169)
  • fix(recover): suppress http.ErrAbortHandler in recover (#​4336)
  • fix(gin): literal colon routes not working with engine.Handler() (#​4415)
  • fix(gin): close os.File in RunFd to prevent resource leak (#​4422)
  • fix(response): refine hijack behavior for response lifecycle (#​4373)
  • fix(binding): improve empty slice/array handling in form binding (#​4380)
  • fix(debug): version mismatch (#​4403)
  • fix: correct typos, improve documentation clarity, and remove dead code (#​4511)
Build process updates / CI
  • ci: update Go version support to 1.25+ across CI and docs (#​4550)
  • chore(binding): upgrade bson dependency to mongo-driver v2 (#​4549)
golang-jwt/jwt (github.com/golang-jwt/jwt/v5)

v5.3.1

Compare Source

What's Changed

🔐 Features
👒 Dependencies

New Contributors

Full Changelog: golang-jwt/jwt@v5.3.0...v5.3.1

hashicorp/go-plugin (github.com/hashicorp/go-plugin)

v1.8.0

Compare Source

What’s Changed
Compliance & Maintenance
  • updated copyright and license headers
  • Modernized build tags
  • Multiple GitHub Actions and dependency bumps
Fixes & Improvements
  • Fixed concurrency issue with pipesWaitGroup
  • Prevented pidfd leak in cmdrunner
  • Reduced logging configuration noise
Enhancements
  • Updated go_package to full path in proto
  • Improved gRPC example (plugin selection + encoding fix)
  • Added gRPC streaming example
Dependencies Upgrade
  • Upgraded protobuf
  • Several CI/CD action updates

New Contributors

hashicorp/go-version (github.com/hashicorp/go-version)

v1.9.0

Compare Source

What's Changed

Enhancements
Internal

New Contributors

Full Changelog: hashicorp/go-version@v1.8.0...v1.9.0

v1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: hashicorp/go-version@v1.7.0...v1.8.0

hashicorp/hc-install (github.com/hashicorp/hc-install)

v0.9.5

Compare Source

  • go.mod: Lower compatibility constraint from 1.25.8 to 1.25.0 (#​376)

v0.9.4

Compare Source

ENHANCEMENTS:

  • build: Prefer go.mod if Go versions mismatch (#​368)

BUG FIXES:

DEPENDENCIES:

  • build(deps): bump github.com/go-git/go-git/v5 from 5.16.5 to 5.18.0 (#​349, #​363, #​369)
  • build(deps): bump github.com/hashicorp/go-version from 1.8.0 to 1.9.0 (#​360)
  • build(deps): bump github.com/ProtonMail/go-crypto from 1.3.0 to 1.4.1 (#​351, #​358)
  • build(deps): bump golang.org/x/mod from 0.33.0 to 0.35.0 (#​354, #​365)

INTERNAL:

v0.9.3

Compare Source

DEPENDENCIES:

INTERNAL:

hashicorp/terraform-exec (github.com/hashicorp/terraform-exec)

v0.25.2

Compare Source

NOTES:

  • go.mod: Lower compatibility constraint from 1.25.8 to 1.25.0 (#​581)

DEPENDENCIES:

  • build(deps): bump github.com/hashicorp/hc-install from 0.9.4 to 0.9.5 (#​585)

v0.25.1

Compare Source

DEPENDENCIES:

  • build(deps): bump github.com/zclconf/go-cty from 1.17.0 to 1.18.0 (#​568)
  • build(deps): bump github.com/hashicorp/go-version from 1.8.0 to 1.9.0 (#​574)
  • build(deps): bump github.com/go-git/go-git/v5 from 5.16.5 to 5.17.1 (#​573)
  • build(deps): bump github.com/zclconf/go-cty from 1.18.0 to 1.18.1 (#​576)
  • build(deps): bump github.com/hashicorp/hc-install from 0.9.3 to 0.9.4 (#​578)

v0.25.0

Compare Source

NOTES:

  • bump Go compatibility from 1.23 to 1.24 (in-line with Go's support policy) (#​548, #​557)

ENHANCEMENTS:

  • tfexec: Added provider reattach support to all terraform workspace subcommands (#​556)
  • tfexec: Add -generate-config-out to the (Terraform).Plan() method (#​563)
  • Add support for providers mirror subcommand (#​551)

DEPENDENCIES:

  • build(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 (#​547)
  • build(deps): bump github.com/hashicorp/go-version from 1.7.0 to 1.8.0 (#​552)
  • build(deps): bump github.com/hashicorp/hc-install from 0.9.2 to 0.9.3 (#​566)
  • build(deps): bump github.com/hashicorp/terraform-json from 0.27.1 to 0.27.2 (#​542)
  • build(deps): bump github.com/zclconf/go-cty from 1.16.4 to 1.17.0 (#​535)
lib/pq (github.com/lib/pq)

v1.12.3

Compare Source

  • Send datestyle startup parameter, improving compatbility with database engines
    that use a different default datestyle such as EnterpriseDB (#​1312).

v1.12.2

Compare Source

  • Treat io.ErrUnexpectedEOF as driver.ErrBadConn so database/sql discards the
    connection. Since v1.12.0 this could result in permanently broken connections,
    especially with CockroachDB which frequently sends partial messages (#​1299).

v1.12.1

Compare Source

  • Look for pgpass file in ~/.pgpass instead of ~/.postgresql/pgpass (#​1300).

  • Don't clear password if directly set on pq.Config (#​1302).

v1.12.0

Compare Source

  • The next release may change the default sslmode from require to prefer.
    See #​1271 for details.

  • CopyIn() and CopyInToSchema() have been marked as deprecated. These are
    simple query builders and not needed for COPY [..] FROM STDIN support (which
    is not deprecated). (#​1279)

    // Old
    tx.Prepare(CopyIn("temp", "num", "text", "blob", "nothing"))
    
    // Replacement
    tx.Prepare(`copy temp (num, text, blob, nothing) from stdin`)
    
Features
  • Support protocol 3.2, and the min_protocol_version and
    max_protocol_version DSN parameters (#​1258).

  • Support sslmode=prefer and sslmode=allow (#​1270).

  • Support ssl_min_protocol_version and ssl_max_protocol_version (#​1277).

  • Support connection service file to load connection details (#​1285).

  • Support sslrootcert=system and use ~/.postgresql/root.crt as the default
    value of sslrootcert (#​1280, #​1281).

  • Add a new pqerror package with PostgreSQL error codes (#​1275).

    For example, to test if an error is a UNIQUE constraint violation:

    if pqErr, ok := errors.AsType[*pq.Error](err); ok && pqErr.Code == pqerror.UniqueViolation {
        log.Fatalf("email %q already exsts", email)
    }
    

    To make this a bit more convenient, it also adds a pq.As() function:

    pqErr := pq.As(err, pqerror.UniqueViolation)
    if pqErr != nil {
        log.Fatalf("email %q already exsts", email)
    }
    
Fixes
  • Fix SSL key permission check to allow modes stricter than 0600/0640#1265 (#​1265).

  • Fix Hstore to work with binary parameters (#​1278).

  • Clearer error when starting a new query while pq is still processing another
    query (#​1272).

  • Send intermediate CAs with client certificates, so they can be signed by an
    intermediate CA (#​1267).

  • Use time.UTC for UTC aliases such as Etc/UTC (#​1282).

v1.11.2

Compare Source

This fixes two regressions:

  • Don't send startup parameters if there is no value, improving compatibility
    with Supavisor (#​1260).

  • Don't send dbname as a startup parameter if database=[..] is used in the
    connection string. It's recommended to use dbname=, as database= is not a
    libpq option, and only worked by accident previously. (#​1261)

v1.11.1

Compare Source

This fixes two regressions present in the v1.11.0 release:

  • Fix build on 32bit systems, Windows, and Plan 9 (#​1253).

  • Named []byte types and pointers to []byte (e.g. *[]byte, json.RawMessage)
    would be treated as an array instead of bytea (#​1252).

v1.11.0

Compare Source

This version of pq requires Go 1.21 or newer.

pq now supports only maintained PostgreSQL releases, which is PostgreSQL 14 and
newer. Previously PostgreSQL 8.4 and newer were supported.

Features
  • The pq.Error.Error() text includes the position of the error (if reported
    by PostgreSQL) and SQLSTATE code (#​1219, #​1224):

    pq: column "columndoesntexist" does not exist at column 8 (42703)
    pq: syntax error at or near ")" at position 2:71 (42601)
    
  • The pq.Error.ErrorWithDetail() method prints a more detailed multiline
    message, with the Detail, Hint, and error position (if any) (#​1219):

    ERROR:   syntax error at or near ")" (42601)
    CONTEXT: line 12, column 1:
    
         10 |     name           varchar,
         11 |     version        varchar,
         12 | );
              ^
    
  • Add Config, NewConfig(), and NewConnectorConfig() to supply connection
    details in a more structured way (#​1240).

  • Support hostaddr and $PGHOSTADDR (#​1243).

  • Support multiple values in host, port, and hostaddr, which are each
    tried in order, or randomly if load_balance_hosts=random is set (#​1246).

  • Support target_session_attrs connection parameter (#​1246).

  • Support sslnegotiation to use SSL without negotiation (#​1180).

  • Allow using a custom tls.Config, for example for encrypted keys (#​1228).

  • Add PQGO_DEBUG=1 print the communication with PostgreSQL to stderr, to aid
    in debugging, testing, and bug reports (#​1223).

  • Add support for NamedValueChecker interface (#​1125, #​1238).

Fixes
  • Match HOME directory lookup logic with libpq: prefer $HOME over /etc/passwd,
    ignore ENOTDIR errors, and use APPDATA on Windows (#​1214).

  • Fix sslmode=verify-ca verifying the hostname anyway when connecting to a DNS
    name (rather than IP) (#​1226).

  • Correctly detect pre-protocol errors such as the server not being able to fork
    or running out of memory (#​1248).

  • Fix build with wasm (#​1184), appengine (#​745), and Plan 9 (#​1133).

  • Deprecate and type alias pq.NullTime to sql.NullTime (#​1211).

  • Enforce integer limits of the Postgres wire protocol (#​1161).

  • Accept the passfile connection parameter to override PGPASSFILE (#​1129).

  • Fix connecting to socket on Windows systems (#​1179).

  • Don't perform a permission check on the .pgpass file on Windows (#​595).

  • Warn about incorrect .pgpass permissions (#​595).

  • Don't set extra_float_digits (#​1212).

  • Decode bpchar into a string (#​949).

  • Fix panic in Ping() by not requiring CommandComplete or EmptyQueryResponse in
    simpleQuery() (#​1234)

  • Recognize bit/varbit (#​743) and float types (#​1166) in ColumnTypeScanType().

  • Accept PGGSSLIB and PGKRBSRVNAME environment variables (#​1143).

  • Handle ErrorResponse in readReadyForQuery and return proper error (#​1136).

  • Detect COPY even if the query starts with whitespace or comments (#​1198).

  • CopyIn() and CopyInSchema() now work if the list of columns is empty, in which
    case it will copy all columns (#​1239).

  • Treat nil []byte in query parameters as nil/NULL rather than "" (#​838).

  • Accept multiple authentication methods before checking AuthOk, which improves
    compatibility with PgPool-II (#​1188).

mattn/go-sqlite3 (github.com/mattn/go-sqlite3)

v1.14.47

Compare Source

v1.14.46

Compare Source

v1.14.45

Compare Source

v1.14.44

Compare Source

v1.14.43

Compare Source

v1.14.42

Compare Source

v1.14.41

Compare Source

v1.14.40

Compare Source

v1.14.39

Compare Source

v1.14.38

Compare Source

v1.14.37

Compare Source

v1.14.36

Compare Source

v1.14.35

Compare Source

v1.14.34

Compare Source

v1.14.33

Compare Source

melbahja/goph (github.com/melbahja/goph)

v1.5.1

Compare Source

v1.5.0

Compare Source

prometheus-community/pro-bing (github.com/prometheus-community/pro-bing)

v0.9.1

Compare Source

What's Changed

New Contributors


Configuration

📅 Schedule: (in timezone Europe/Berlin)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

@renovate-bot-justlab

renovate-bot-justlab commented Jun 20, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts 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: apps/backend/go.sum
Command failed: go get -t ./...
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/uptrace/bun v1.2.18
go: downloading github.com/gin-gonic/gin v1.12.0
go: downloading github.com/lib/pq v1.12.3
go: downloading github.com/sirupsen/logrus v1.9.4
go: downloading github.com/alecthomas/kingpin/v2 v2.4.0
go: downloading github.com/spf13/viper v1.21.0
go: downloading github.com/mattn/go-sqlite3 v1.14.47
go: downloading github.com/golang-jwt/jwt/v5 v5.3.1
go: downloading github.com/Masterminds/semver v1.5.0
go: downloading github.com/uptrace/bun/dialect/pgdialect v1.2.18
go: downloading github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
go: downloading github.com/uptrace/bun/driver/pgdriver v1.2.18
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/prometheus/client_golang v1.23.2
go: downloading golang.org/x/crypto v0.53.0
go: downloading github.com/uptrace/bun/extra/bunotel v1.2.18
go: downloading github.com/gin-contrib/cors v1.7.7
go: downloading go.opentelemetry.io/otel v1.44.0
go: downloading go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.69.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0
go: downloading go.opentelemetry.io/otel/sdk v1.44.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0
go: downloading google.golang.org/grpc v1.82.0
go: downloading github.com/gin-contrib/sse v1.1.1
go: downloading github.com/mattn/go-isatty v0.0.22
go: downloading github.com/quic-go/quic-go v0.59.1
go: downloading golang.org/x/net v0.55.0
go: downloading github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b
go: downloading github.com/xhit/go-str2duration/v2 v2.1.0
go: downloading golang.org/x/sys v0.46.0
go: downloading github.com/fsnotify/fsnotify v1.9.0
go: downloading github.com/go-viper/mapstructure/v2 v2.4.0
go: downloading github.com/sagikazarmark/locafero v0.11.0
go: downloading github.com/spf13/afero v1.15.0
go: downloading github.com/spf13/cast v1.10.0
go: downloading github.com/spf13/pflag v1.0.10
go: downloading go.opentelemetry.io/otel/trace v1.44.0
go: downloading mellium.im/sasl v0.3.2
go: downloading github.com/uptrace/opentelemetry-go-extra/otelsql v0.3.2
go: downloading go.opentelemetry.io/otel/metric v1.44.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/prometheus/common v0.66.1
go: downloading github.com/prometheus/procfs v0.16.1
go: downloading google.golang.org/protobuf v1.36.11
go: downloading github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc
go: downloading github.com/jinzhu/inflection v1.0.0
go: downloading github.com/puzpuzpuz/xsync/v3 v3.5.1
go: downloading github.com/vmihailenco/msgpack/v5 v5.4.1
go: downloading github.com/go-playground/validator/v10 v10.30.2
go: downloading github.com/goccy/go-yaml v1.19.2
go: downloading github.com/pelletier/go-toml/v2 v2.3.1
go: downloading github.com/ugorji/go/codec v1.3.1
go: downloading go.mongodb.org/mongo-driver/v2 v2.6.0
go: downloading github.com/bytedance/sonic v1.15.1
go: downloading github.com/goccy/go-json v0.10.6
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/go-logr/logr v1.4.3
go: downloading go.opentelemetry.io/proto/otlp v1.10.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa
go: downloading github.com/quic-go/qpack v0.6.0
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8
go: downloading golang.org/x/text v0.38.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading go.yaml.in/yaml/v2 v2.4.2
go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0
go: downloading github.com/gabriel-vasile/mimetype v1.4.13
go: downloading github.com/go-playground/universal-translator v0.18.1
go: downloading github.com/leodido/go-urn v1.4.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.2.1
go: downloading github.com/cenkalti/backoff/v5 v5.0.3
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/go-playground/locales v0.14.1
go: downloading github.com/bytedance/gopkg v0.1.4
go: downloading github.com/cloudwego/base64x v0.1.7
go: downloading golang.org/x/arch v0.27.0
go: downloading github.com/bytedance/sonic/loader v0.5.1
go: downloading github.com/klauspost/cpuid/v2 v2.3.0
go: downloading github.com/twitchyliquid64/golang-asm v0.15.1
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: apps/runner/go.sum
Command failed: go get -t ./...
go: downloading github.com/hashicorp/go-hclog v1.6.3
go: downloading github.com/hashicorp/go-plugin v1.8.0
go: downloading github.com/gin-contrib/sse v1.1.0
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/quic-go/quic-go v0.59.0
go: downloading github.com/pelletier/go-toml/v2 v2.2.4
go: downloading github.com/go-playground/validator/v10 v10.30.1
go: downloading go.mongodb.org/mongo-driver/v2 v2.5.0
go: downloading github.com/bytedance/sonic v1.15.0
go: downloading github.com/goccy/go-json v0.10.5
go: downloading github.com/fatih/color v1.18.0
go: downloading github.com/mattn/go-colorable v0.1.14
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/hashicorp/yamux v0.1.2
go: downloading github.com/oklog/run v1.1.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478
go: downloading github.com/bytedance/gopkg v0.1.3
go: downloading github.com/cloudwego/base64x v0.1.6
go: downloading golang.org/x/arch v0.23.0
go: downloading github.com/gabriel-vasile/mimetype v1.4.12
go: downloading github.com/bytedance/sonic/loader v0.5.0
go: module ../backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: pkg/contracts/go.sum
Command failed: go get -t ./...
go: module ../../apps/backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../apps/runner listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: runner-plugins/action-plugins/actions_check/go.sum
Command failed: go get -t ./...
go: downloading golang.org/x/sys v0.42.0
go: downloading google.golang.org/grpc v1.79.3
go: downloading google.golang.org/protobuf v1.36.10
go: downloading golang.org/x/text v0.32.0
go: downloading golang.org/x/net v0.48.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217
go: module ../../../apps/backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../apps/runner listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../pkg/contracts listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: runner-plugins/action-plugins/ansible/go.sum
Command failed: go get -t ./...
go: downloading github.com/apenella/go-ansible/v2 v2.4.1
go: downloading golang.org/x/sync v0.19.0
go: downloading github.com/apenella/go-common-utils/error v0.0.0-20220913191136-86daaa87e7df
go: downloading github.com/stretchr/testify v1.11.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/apenella/go-common-utils/data v0.0.0-20220913191136-86daaa87e7df
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/stretchr/objx v0.5.3
go: module ../../../apps/backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../apps/runner listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../pkg/contracts listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../actions_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: runner-plugins/action-plugins/collect_data/go.sum
Command failed: go get -t ./...
go: module ../../../apps/backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../apps/runner listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../pkg/contracts listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../actions_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ansible listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: runner-plugins/action-plugins/debug/go.sum
Command failed: go get -t ./...
go: module ../../../apps/backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../apps/runner listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../pkg/contracts listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../actions_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ansible listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../collect_data listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: runner-plugins/action-plugins/git/go.sum
Command failed: go get -t ./...
go: downloading github.com/go-git/go-git/v5 v5.19.1
go: downloading golang.org/x/sys v0.43.0
go: downloading golang.org/x/net v0.53.0
go: downloading golang.org/x/text v0.36.0
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.3.1
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading golang.org/x/crypto v0.50.0
go: downloading dario.cat/mergo v1.0.0
go: downloading github.com/ProtonMail/go-crypto v1.1.6
go: downloading github.com/go-git/go-billy/v5 v5.9.0
go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
go: downloading github.com/pjbgf/sha1cd v0.6.0
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/cyphar/filepath-securejoin v0.6.1
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/cloudflare/circl v1.6.3
go: downloading gopkg.in/warnings.v0 v0.1.2
go: module ../../../apps/backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../apps/runner listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../pkg/contracts listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../actions_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ansible listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../collect_data listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../debug listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: runner-plugins/action-plugins/interaction/go.sum
Command failed: go get -t ./...
go: module ../../../apps/backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../apps/runner listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../pkg/contracts listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../actions_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ansible listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../collect_data listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../debug listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../git listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: runner-plugins/action-plugins/log/go.sum
Command failed: go get -t ./...
go: downloading github.com/tidwall/gjson v1.19.0
go: downloading github.com/tidwall/pretty v1.2.1
go: downloading github.com/tidwall/match v1.1.1
go: module ../../../apps/backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../apps/runner listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../pkg/contracts listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../actions_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ansible listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../collect_data listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../debug listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../git listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../interaction listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: runner-plugins/action-plugins/mail/go.sum
Command failed: go get -t ./...
go: module ../../../apps/backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../apps/runner listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../pkg/contracts listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../actions_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ansible listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../collect_data listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../debug listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../git listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../interaction listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../log listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: runner-plugins/action-plugins/pattern_check/go.sum
Command failed: go get -t ./...
go: module ../../../apps/backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../apps/runner listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../pkg/contracts listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../actions_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ansible listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../collect_data listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../debug listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../git listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../interaction listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../log listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../mail listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: runner-plugins/action-plugins/ping/go.sum
Command failed: go get -t ./...
go: downloading github.com/prometheus-community/pro-bing v0.9.1
go: downloading golang.org/x/net v0.56.0
go: downloading golang.org/x/sync v0.21.0
go: module ../../../apps/backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../apps/runner listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../pkg/contracts listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../actions_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ansible listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../collect_data listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../debug listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../git listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../interaction listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../log listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../mail listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../pattern_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: runner-plugins/action-plugins/port_checker/go.sum
Command failed: go get -t ./...
go: module ../../../apps/backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../apps/runner listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../pkg/contracts listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../actions_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ansible listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../collect_data listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../debug listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../git listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../interaction listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../log listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../mail listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../pattern_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ping listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: runner-plugins/action-plugins/ssh/go.sum
Command failed: go get -t ./...
go: downloading github.com/melbahja/goph v1.5.1
go: downloading github.com/pkg/sftp v1.13.10
go: downloading github.com/kr/fs v0.1.0
go: module ../../../apps/backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../apps/runner listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../pkg/contracts listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../actions_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ansible listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../collect_data listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../debug listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../git listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../interaction listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../log listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../mail listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../pattern_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ping listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../port_checker listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: runner-plugins/action-plugins/terraform/go.sum
Command failed: go get -t ./...
go: downloading github.com/hashicorp/hc-install v0.9.5
go: downloading github.com/hashicorp/go-version v1.9.0
go: downloading github.com/hashicorp/terraform-exec v0.25.2
go: downloading github.com/hashicorp/terraform-json v0.27.2
go: downloading github.com/zclconf/go-cty v1.18.1
go: downloading github.com/apparentlymart/go-textseg/v15 v15.0.0
go: downloading golang.org/x/mod v0.35.0
go: downloading github.com/ProtonMail/go-crypto v1.4.1
go: downloading github.com/hashicorp/go-retryablehttp v0.7.8
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading golang.org/x/crypto v0.46.0
go: module ../../../apps/backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../apps/runner listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../pkg/contracts listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../actions_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ansible listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../collect_data listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../debug listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../git listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../interaction listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../log listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../mail listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../pattern_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ping listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../port_checker listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ssh listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: runner-plugins/action-plugins/wait/go.sum
Command failed: go get -t ./...
go: module ../../../apps/backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../apps/runner listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../pkg/contracts listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../actions_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ansible listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../collect_data listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../debug listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../git listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../interaction listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../log listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../mail listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../pattern_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ping listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../port_checker listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../ssh listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../terraform listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: runner-plugins/endpoint-plugins/alertmanager/go.sum
Command failed: go get -t ./...
go: module ../../../apps/backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../apps/runner listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../../pkg/contracts listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../action-plugins/actions_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../action-plugins/ansible listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../action-plugins/collect_data listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../action-plugins/debug listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../action-plugins/git listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../action-plugins/interaction listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../action-plugins/log listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../action-plugins/mail listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../action-plugins/pattern_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../action-plugins/ping listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../action-plugins/port_checker listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../action-plugins/ssh listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../action-plugins/terraform listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../action-plugins/wait listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

File name: runner-plugins/template/go.sum
Command failed: go get -t ./...
go: module ../../apps/backend listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../apps/runner listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../../pkg/contracts listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../action-plugins/actions_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../action-plugins/ansible listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../action-plugins/collect_data listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../action-plugins/debug listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../action-plugins/git listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../action-plugins/interaction listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../action-plugins/log listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../action-plugins/mail listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../action-plugins/pattern_check listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../action-plugins/ping listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../action-plugins/port_checker listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../action-plugins/ssh listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../action-plugins/terraform listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../action-plugins/wait listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module ../endpoint-plugins/alertmanager listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use
go: module . listed in go.work file requires go >= 1.26.4, but go.work lists go 1.26.0; to update it:
	go work use

@renovate-bot-justlab
renovate-bot-justlab force-pushed the renovate/go-dependencies branch 11 times, most recently from 7057a88 to fc3c00a Compare June 27, 2026 12:03
@renovate-bot-justlab
renovate-bot-justlab force-pushed the renovate/go-dependencies branch 13 times, most recently from ed545bc to 715e084 Compare July 3, 2026 23:05
@renovate-bot-justlab
renovate-bot-justlab force-pushed the renovate/go-dependencies branch from 715e084 to b8dda13 Compare July 4, 2026 23:05
@renovate-bot-justlab
renovate-bot-justlab force-pushed the renovate/go-dependencies branch from b8dda13 to 79db521 Compare July 5, 2026 10:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant