Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

chore(deps): Update go minor and patch#957

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-minor-and-patch
Closed

chore(deps): Update go minor and patch#957
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-minor-and-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 30, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/aws/aws-sdk-go-v2/config v1.29.18 -> v1.30.0 age confidence
github.com/aws/aws-sdk-go-v2/service/s3 v1.84.1 -> v1.85.0 age confidence
github.com/aws/aws-sdk-go-v2/service/sts v1.34.1 -> v1.35.0 age confidence
github.com/hypermodeinc/modusgraph v0.1.0 -> v0.2.0 age confidence
github.com/tochemey/goakt/v3 v3.7.2 -> v3.8.0 age confidence
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.208 -> v2.0.0-rc.212 age confidence
google.golang.org/grpc v1.74.1 -> v1.74.2 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/config)

v1.30.0

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.31.0
    • Feature: Adds support to set the routing mode for a custom domain name.
  • github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.28.0
    • Feature: Adds support to create routing rules and set the routing mode for a custom domain name.
  • github.com/aws/aws-sdk-go-v2/service/emrserverless: v1.30.0
    • Feature: AWS EMR Serverless: Adds a new option in the CancelJobRun API in EMR 7.9.0+, to cancel a job with grace period. This feature is enabled by default with a 120-second grace period for streaming jobs and is not enabled by default for batch jobs.
hypermodeinc/modusgraph (github.com/hypermodeinc/modusgraph)

v0.2.0

Compare Source

tochemey/goakt (github.com/tochemey/goakt/v3)

v3.8.0

Compare Source

🚀 Features

Alongside actor-based passivation, GoAkt now supports system passivation using eviction algorithms to manage resource usage. The following eviction strategies are available:

  • LRU (Least Recently Used): Passivates actors that haven't been accessed for the longest time when the number of active actors exceeds the limit. Useful when older actors are likely to stay idle.

  • LFU (Least Frequently Used): Passivates actors used the least number of times. Ideal when retaining consistently active actors is a priority.

  • MRU (Most Recently Used): Passivates the most recently accessed actors. While less common, MRU is helpful in scenarios where fresh data is prioritized and older actors can be evicted.

🔧 Use the ActorSystem option WithEvictionStrategy to configure any of these eviction policies.


🔄 What's Changed


🆕 New Contributors


🔗 Full Changelog: v3.7.2...v3.7.3

wundergraph/graphql-go-tools (github.com/wundergraph/graphql-go-tools/v2)

v2.0.0-rc.212

Compare Source

Bug Fixes

v2.0.0-rc.211

Compare Source

Features
Bug Fixes

v2.0.0-rc.210

Compare Source

Bug Fixes
  • planner fixes for parent entity jumps and unique nodes selections (#​1230) (1a7ed16)

v2.0.0-rc.209

Compare Source

Bug Fixes
grpc/grpc-go (google.golang.org/grpc)

v1.74.2: Release 1.74.2

Compare Source

New Features

  • grpc: introduce new DialOptions and ServerOptions (WithStaticStreamWindowSize, WithStaticConnWindowSize, StaticStreamWindowSize, StaticConnWindowSize) that force fixed window sizes for all HTTP/2 connections. By default, gRPC uses dynamic sizing of these windows based upon a BDP estimation algorithm. The existing options (WithInitialWindowSize, etc) also disable BDP estimation, but this behavior will be changed in a following release. (#​8283)

API Changes

  • balancer: add ExitIdle method to Balancer interface. Earlier, implementing this method was optional. (#​8367)

Behavior Changes

  • xds: Remove the GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST environment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. (#​8248)
  • server: allow 0s grpc-timeout header values, which older gRPC-Java versions could send. This restores the behavior of grpc-go before v1.73.0. (#​8439)

Bug Fixes

  • googledirectpath: avoid logging the error message Attempt to set a bootstrap configuration... when creating multiple directpath channels. (#​8419)

Performance Improvements

  • transport: reduce heap allocations by pooling objects and avoiding method-to-closure conversions. (#​8361)
  • transport: reduce heap allocations by re-using mem.Reader objects. (#​8360)

Documentation

  • examples: add examples to demonstrate enabling experimental metrics using the OpenTelemetry plugin. (#​8388)

Configuration

📅 Schedule: Branch creation - "on Wednesday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 30, 2025

⚠️ 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: runtime/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/getsentry/sentry-go v0.34.1
go: downloading github.com/rs/xid v1.6.0
go: downloading github.com/rs/zerolog v1.34.0
go: downloading github.com/tetratelabs/wazero v1.9.0
go: downloading github.com/tochemey/goakt/v3 v3.8.0
go: downloading github.com/travisjeffery/go-dynaport v1.0.0
go: downloading google.golang.org/protobuf v1.36.6
go: downloading github.com/fatih/color v1.18.0
go: downloading github.com/hypermodeinc/modus/lib/manifest v0.17.2
go: downloading github.com/hypermodeinc/modusgraph v0.2.0
go: downloading github.com/jackc/pgx/v5 v5.7.5
go: downloading github.com/tidwall/gjson v1.18.0
go: downloading github.com/dgraph-io/dgo/v240 v240.2.0
go: downloading github.com/puzpuzpuz/xsync/v4 v4.1.0
go: downloading google.golang.org/grpc v1.74.2
go: downloading github.com/joho/godotenv v1.5.1
go: downloading github.com/hypermodeinc/modus/lib/metadata v0.15.0
go: downloading github.com/tidwall/sjson v1.2.5
go: downloading github.com/wundergraph/graphql-go-tools/execution v1.4.0
go: downloading github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.212
go: downloading github.com/buger/jsonparser v1.1.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/jensneuse/abstractlogger v0.0.4
go: downloading github.com/stretchr/testify v1.10.0
go: downloading github.com/rs/cors v1.11.1
go: downloading golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
go: downloading github.com/spf13/cast v1.9.2
go: downloading github.com/OneOfOne/xxhash v1.2.8
go: downloading github.com/prometheus/client_golang v1.22.0
go: downloading github.com/prometheus/common v0.65.0
go: downloading github.com/golang-jwt/jwt/v5 v5.2.3
go: downloading github.com/lestrrat-go/jwx/v3 v3.0.8
go: downloading github.com/neo4j/neo4j-go-driver/v5 v5.28.1
go: downloading github.com/go-logr/zerologr v1.2.3
go: downloading k8s.io/api v0.33.3
go: downloading k8s.io/apimachinery v0.33.3
go: downloading k8s.io/client-go v0.33.3
go: downloading sigs.k8s.io/controller-runtime v0.21.0
go: downloading github.com/go-sql-driver/mysql v1.9.3
go: downloading github.com/twpayne/go-geom v1.6.1
go: downloading github.com/xo/dburl v0.23.8
go: downloading github.com/aws/aws-sdk-go-v2/config v1.30.0
go: downloading github.com/aws/aws-sdk-go-v2 v1.37.0
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.85.0
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.35.0
go: downloading github.com/gofrs/flock v0.12.1
go: downloading golang.org/x/sys v0.34.0
go: downloading github.com/go-viper/mapstructure/v2 v2.4.0
go: downloading github.com/goccy/go-json v0.10.5
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading connectrpc.com/connect v1.18.1
go: downloading github.com/Workiva/go-datastructures v1.1.5
go: downloading github.com/deckarep/golang-set/v2 v2.8.0
go: downloading github.com/flowchartsman/retry v1.2.0
go: downloading github.com/reugn/go-quartz v0.14.0
go: downloading go.akshayshah.org/connectproto v0.6.0
go: downloading go.uber.org/atomic v1.11.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading golang.org/x/net v0.42.0
go: downloading golang.org/x/sync v0.16.0
go: downloading github.com/nats-io/nats.go v1.43.0
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
go: downloading github.com/tidwall/jsonc v0.3.2
go: downloading github.com/dgraph-io/badger/v4 v4.8.0
go: downloading github.com/dgraph-io/dgo/v250 v250.0.0-preview4.0.20250619041351-4a519e53fb9d
go: downloading github.com/dgraph-io/ristretto/v2 v2.2.0
go: downloading github.com/dolan-in/dgman/v2 v2.1.0-preview2
go: downloading github.com/go-logr/logr v1.4.3
go: downloading github.com/hypermodeinc/dgraph/v25 v25.0.0-preview6
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
go: downloading golang.org/x/crypto v0.40.0
go: downloading golang.org/x/text v0.27.0
go: downloading github.com/jackc/puddle/v2 v2.2.2
go: downloading github.com/tidwall/match v1.1.1
go: downloading github.com/tidwall/pretty v1.2.1
go: downloading github.com/hypermodeinc/modus/lib/wasmextractor v0.13.0
go: downloading github.com/hashicorp/golang-lru v1.0.2
go: downloading github.com/wundergraph/astjson v0.0.0-20250106123708-be463c97e083
go: downloading github.com/wundergraph/cosmo/composition-go v0.0.0-20241020204711-78f240a77c99
go: downloading github.com/wundergraph/cosmo/router v0.0.0-20240729154441-b20b00e892c6
go: downloading github.com/gobwas/ws v1.4.0
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/jensneuse/byte-template v0.0.0-20231025215717-69252eb3ed56
go: downloading github.com/kingledion/go-tools v0.6.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/prometheus/procfs v0.16.1
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0
go: downloading github.com/lestrrat-go/blackmagic v1.0.4
go: downloading github.com/lestrrat-go/httprc/v3 v3.0.0
go: downloading github.com/lestrrat-go/option/v2 v2.0.0
go: downloading github.com/lestrrat-go/option v1.0.1
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
go: downloading sigs.k8s.io/randfill v1.0.0
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.7.0
go: downloading github.com/evanphx/json-patch/v5 v5.9.11
go: downloading filippo.io/edwards25519 v1.1.0
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.18.0
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.17.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.26.0
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.31.0
go: downloading github.com/aws/smithy-go v1.22.5
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.0
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.0
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.8.0
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.0
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.0
go: downloading github.com/zeebo/xxh3 v1.0.2
go: downloading github.com/redis/go-redis/v9 v9.11.0
go: downloading github.com/tochemey/olric v0.2.3
go: downloading github.com/hashicorp/go-sockaddr v1.0.7
go: downloading github.com/panjf2000/ants/v2 v2.11.3
go: downloading github.com/klauspost/compress v1.18.0
go: downloading github.com/nats-io/nkeys v0.4.11
go: downloading github.com/nats-io/nuid v1.0.1
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading go.opentelemetry.io/otel v1.37.0
go: downloading github.com/dolan-in/reflectwalk v1.0.2-0.20210101124621-dc2073a29d71
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/dgraph-io/simdjson-go v0.3.0
go: downloading github.com/golang/glog v1.2.5
go: downloading go.opencensus.io v0.24.0
go: downloading go.opentelemetry.io/otel/trace v1.37.0
go: downloading github.com/minio/minio-go/v7 v7.0.94
go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da
go: downloading github.com/IBM/sarama v1.45.2
go: downloading github.com/google/codesearch v1.2.0
go: downloading github.com/spf13/pflag v1.0.6
go: downloading github.com/spf13/viper v1.20.1
go: downloading github.com/xdg/scram v1.0.5
go: downloading go.etcd.io/etcd/raft/v3 v3.5.21
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0
go: downloading contrib.go.opencensus.io/exporter/prometheus v0.4.2
go: downloading github.com/HdrHistogram/hdrhistogram-go v1.1.2
go: downloading github.com/hashicorp/vault/api v1.20.0
go: downloading github.com/pkg/profile v1.7.0
go: downloading github.com/soheilhy/cmux v0.1.5
go: downloading github.com/spf13/cobra v1.9.1
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.36.0
go: downloading go.opentelemetry.io/otel/sdk v1.37.0
go: downloading golang.org/x/term v0.33.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a
go: downloading github.com/dop251/goja v0.0.0-20230906160731-9410bcaa81d2
go: downloading rogchap.com/v8go v0.9.0
go: downloading github.com/r3labs/sse/v2 v2.8.1
go: downloading github.com/gobwas/httphead v0.1.0
go: downloading github.com/gobwas/pool v0.2.1
go: downloading github.com/phf/go-queue v0.0.0-20170504031614-9abe38d0371d
go: downloading github.com/lestrrat-go/httpcc v1.0.1
go: downloading github.com/segmentio/asm v1.2.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8
go: downloading sigs.k8s.io/yaml v1.5.0
go: downloading k8s.io/kube-openapi v0.0.0-20250701173324-9bd5c66d9911
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.0
go: downloading github.com/klauspost/cpuid/v2 v2.3.0
go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
go: downloading github.com/hashicorp/memberlist v0.5.3
go: downloading github.com/hashicorp/logutils v1.0.0
go: downloading github.com/tidwall/redcon v1.6.2
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/google/gnostic-models v0.7.0
go: downloading golang.org/x/time v0.12.0
go: downloading github.com/fxamacker/cbor/v2 v2.9.0
go: downloading golang.org/x/oauth2 v0.30.0
go: downloading github.com/google/flatbuffers v25.2.10+incompatible
go: downloading go.opentelemetry.io/otel/metric v1.37.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/golang/geo v0.0.0-20250613135800-9e8e59d779cc
go: downloading github.com/golang/snappy v1.0.0
go: downloading github.com/dgraph-io/gqlgen v0.13.2
go: downloading github.com/dgraph-io/gqlparser/v2 v2.2.2
go: downloading github.com/blevesearch/bleve/v2 v2.5.2
go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
go: downloading github.com/minio/crc64nvme v1.0.1
go: downloading github.com/minio/md5-simd v1.1.2
go: downloading github.com/dgryski/go-groupvarint v0.0.0-20230630160417-2bfb7969fb3c
go: downloading github.com/viterin/vek v0.4.2
go: downloading github.com/eapache/go-resiliency v1.7.0
go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3
go: downloading github.com/eapache/queue v1.1.0
go: downloading github.com/jcmturner/gofork v1.7.6
go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4
go: downloading github.com/pierrec/lz4/v4 v4.1.22
go: downloading github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9
go: downloading github.com/go-ini/ini v1.67.0
go: downloading github.com/fsnotify/fsnotify v1.9.0
go: downloading github.com/sagikazarmark/locafero v0.9.0
go: downloading github.com/spf13/afero v1.14.0
go: downloading github.com/xdg/stringprep v1.0.3
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/prometheus/statsd_exporter v0.28.0
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/go-jose/go-jose/v4 v4.1.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-retryablehttp v0.7.7
go: downloading github.com/hashicorp/go-rootcerts v1.0.2
go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0
go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
go: downloading github.com/hashicorp/hcl v1.0.1-vault-7
go: downloading github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
go: downloading github.com/felixge/fgprof v0.9.5
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading go.opentelemetry.io/proto/otlp v1.6.0
go: downloading github.com/dlclark/regexp2 v1.11.0
go: downloading github.com/google/pprof v0.0.0-20250423184734-337e5dd93bb4
go: downloading github.com/go-sourcemap/sourcemap v2.1.3+incompatible
go: downloading gopkg.in/cenkalti/backoff.v1 v1.1.0
go: downloading github.com/bufbuild/protocompile v0.14.1
go: downloading go.yaml.in/yaml/v2 v2.4.2
go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
go: downloading k8s.io/apiextensions-apiserver v0.33.0
go: downloading github.com/google/go-cmp v0.7.0
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading github.com/go-openapi/swag v0.23.1
go: downloading github.com/google/btree v1.1.3
go: downloading github.com/hashicorp/go-metrics v0.5.4
go: downloading github.com/hashicorp/go-msgpack/v2 v2.1.3
go: downloading github.com/miekg/dns v1.1.67
go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
go: downloading github.com/tidwall/btree v1.8.0
go: downloading github.com/buraksezer/consistent v0.10.0
go: downloading github.com/vmihailenco/msgpack/v5 v5.4.1
go: downloading github.com/x448/float16 v0.8.4
go: downloading go.opentelemetry.io/auto/sdk v1.1.0
go: downloading github.com/agnivade/levenshtein v1.2.1
go: downloading github.com/blevesearch/bleve_index_api v1.2.8
go: downloading github.com/blevesearch/snowballstem v0.9.0
go: downloading github.com/blevesearch/go-porterstemmer v1.0.3
go: downloading github.com/blevesearch/segment v0.9.1
go: downloading github.com/blevesearch/upsidedown_store_api v1.0.2
go: downloading github.com/chewxy/math32 v1.11.1
go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0
go: downloading github.com/hashicorp/go-uuid v1.0.3
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/pelletier/go-toml/v2 v2.2.4
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/ryanuber/go-glob v1.0.0
go: downloading github.com/cenkalti/backoff/v5 v5.0.2
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading github.com/go-openapi/jsonpointer v0.21.1
go: downloading github.com/mailru/easyjson v0.9.0
go: downloading github.com/armon/go-metrics v0.4.1
go: downloading golang.org/x/tools v0.35.0
go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0
go: downloading github.com/RoaringBitmap/roaring v1.9.4
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading github.com/bits-and-blooms/bitset v1.22.0
go: downloading github.com/tinylib/msgp v1.3.0
go: downloading github.com/viterin/partial v1.1.0
go: downloading github.com/jcmturner/rpc/v2 v2.0.3
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a
go: downloading google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/hashicorp/go-immutable-radix v1.3.1
go: downloading github.com/emicklei/go-restful/v3 v3.12.2
go: downloading github.com/blevesearch/geo v0.2.3
go: downloading github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c
go: downloading github.com/jcmturner/aescts/v2 v2.0.0
go: downloading golang.org/x/mod v0.26.0
go: downloading github.com/mschoch/smat v0.2.0
go: github.com/hypermodeinc/modus/runtime/db imports
	github.com/hypermodeinc/modusgraph/api/apiutils: cannot find module providing package github.com/hypermodeinc/modusgraph/api/apiutils

@renovate renovate bot requested a review from a team July 30, 2025 00:01
@renovate renovate bot force-pushed the renovate/go-minor-and-patch branch 3 times, most recently from d26506b to 127273f Compare July 31, 2025 19:53
@mattjohnsonpint mattjohnsonpint force-pushed the renovate/go-minor-and-patch branch from 3dda347 to 127273f Compare July 31, 2025 22:44
@renovate renovate bot force-pushed the renovate/go-minor-and-patch branch from 127273f to 49ae05f Compare July 31, 2025 22:44
@renovate renovate bot force-pushed the renovate/go-minor-and-patch branch from 49ae05f to 478c6c6 Compare July 31, 2025 22:47
@mattjohnsonpint mattjohnsonpint deleted the renovate/go-minor-and-patch branch July 31, 2025 22:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant