8000 chore(deps): Update go deps by renovate[bot] · Pull Request #1974 · cerbos/cerbos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): Update go deps #1974

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 5, 2024
Merged

chore(deps): Update go deps #1974

merged 3 commits into from
Feb 5, 2024

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Feb 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.31.0-20230914171853-63dfe56cc2c4.1 -> v1.32.0-20231115204500-e097f827e652.1 age adoption passing confidence require minor
github.com/aws/aws-sdk-go v1.50.1 -> v1.50.10 age adoption passing confidence require patch
github.com/bufbuild/buf v1.28.1 -> v1.29.0 age adoption passing confidence require minor
github.com/goccy/go-yaml v1.11.2 -> v1.11.3 age adoption passing confidence require patch
github.com/google/uuid v1.5.0 -> v1.6.0 age adoption passing confidence require minor
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 -> v2.19.1 age adoption passing confidence require patch
github.com/jackc/pgx/v5 v5.5.2 -> v5.5.3 age adoption passing confidence require patch
github.com/planetscale/vtprotobuf v0.5.0 -> v0.6.0 age adoption passing confidence require minor
github.com/pterm/pterm v0.12.75 -> v0.12.78 age adoption passing confidence require patch
github.com/rivo/tview 8526c9f -> 861aa94 age adoption passing confidence require digest
google.golang.org/genproto/googleapis/api ef43131 -> 1f4bbc5 age adoption passing confidence require digest
google.golang.org/grpc v1.60.1 -> v1.61.0 age adoption passing confidence require minor

Release Notes

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

v1.50.10

Compare Source

===

Service Client Updates
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account.
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker Canvas adds GenerativeAiSettings support for CanvasAppSettings.

v1.50.9

Compare Source

===

Service Client Updates
  • service/cognito-idp: Updates service API and documentation
  • service/ivs: Updates service API, documentation, and paginators
  • service/managedblockchain-query: Updates service API and documentation
  • service/mediaconvert: Updates service API and documentation
    • This release includes support for broadcast-mixed audio description tracks.

v1.50.8

Compare Source

===

Service Client Updates
  • service/cloudformation: Updates service API, documentation, paginators, and examples
    • CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack.
  • service/elasticloadbalancingv2: Updates service API and documentation
  • service/glue: Updates service API and documentation
    • Update page size limits for GetJobRuns and GetTriggers APIs.
  • service/ssm: Updates service API and documentation
    • This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled.

v1.50.7

Compare Source

===

Service Client Updates
  • service/datazone: Updates service API and documentation
  • service/route53: Updates service documentation
    • Update the SDKs for text changes in the APIs.

v1.50.6

Compare Source

===

Service Client Updates
  • service/autoscaling: Updates service API and documentation
    • EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
  • service/comprehend: Updates service documentation
  • service/ec2: Updates service API and documentation
    • EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
  • service/mwaa: Updates service API and documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience.
  • service/snowball: Updates service documentation
    • Modified description of createaddress to include direction to add path when providing a JSON file.

v1.50.5

Compare Source

===

Service Client Updates
  • service/connect: Updates service API
  • service/inspector2: Updates service API and documentation
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs.

v1.50.4

Compare Source

===

Service Client Updates
  • service/acm-pca: Updates service API, documentation, and waiters
  • service/lightsail: Updates service API and documentation
    • This release adds support for IPv6-only instance plans.

v1.50.3

Compare Source

===

Service Client Updates
  • service/ec2: Updates service API and documentation
    • Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.
  • service/ecs: Updates service documentation
    • Documentation updates for Amazon ECS.
  • service/outposts: Updates service API
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • This release adds support for Aurora Limitless Database.
  • service/storagegateway: Updates service API and documentation
    • Add DeprecationDate and SoftwareVersion to response of ListGateways.

v1.50.2

Compare Source

===

Service Client Updates
  • service/inspector2: Updates service API, documentation, and paginators
bufbuild/buf (github.com/bufbuild/buf)

v1.29.0

Compare Source

  • Add support for yaml format. All commands that take image inputs, output images,
    or convert between message formats, now take yaml as a format, in addition to
    the existing binpb and txtpb formats. Some examples:
    • buf build -o image.yaml
    • buf ls-files image.yaml
    • buf convert --type foo.Bar --from input.binpb --to output.yaml
  • The yaml and json formats now accept two new options: use_proto_names and
    use_enum_numbers. This affects output serialization. Some examples:
    • buf convert --type foo.Bar --from input.binpb --to output.yaml#use_proto_names=true
    • buf convert --type foo.Bar --from input.binpb --to -#format=yaml,use_enum_numbers=true
  • Fix issue where buf format would inadvertently mangle files that used
    the expanded Any syntax
    in option values.
goccy/go-yaml (github.com/goccy/go-yaml)

v1.11.3: 1.11.3

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.11.2...v1.11.3

google/uuid (github.com/google/uuid)

v1.6.0

Compare Source

Features
Bug Fixes
grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)

v2.19.1

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.19.0...v2.19.1

jackc/pgx (github.com/jackc/pgx/v5)

v5.5.3

Compare Source

planetscale/vtprotobuf (github.com/planetscale/vtprotobuf)

v0.6.0

Compare Source

Notable new features

List of all merged PRs

New Contributors

Full Changelog: planetscale/vtprotobuf@v0.5.0...v0.6.0

pterm/pterm (github.com/pterm/pterm)

v0.12.78

Compare Source

What's Changed

Fixes 🔧

New Contributors

Full Changelog: pterm/pterm@v0.12.77...v0.12.78

v0.12.77

Compare Source

What's Changed

Fixes 🔧

New Contributors

Full Changelog: pterm/pterm@v0.12.76...v0.12.77

v0.12.76

Compare Source

What's Changed

Fixes 🔧

Full Changelog: pterm/pterm@v0.12.75...v0.12.76

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

v1.61.0: Release 1.61.0

Compare Source

New Features

  • resolver: provide method, AuthorityOverrider, to allow resolver.Builders to override the default authority for a ClientConn. (EXPERIMENTAL) (#​6752)
  • xds: add support for mTLS Credentials in xDS bootstrap (gRFC A65) (#​6757)
  • server: add grpc.WaitForHandlers ServerOption to cause Server.Stop to block until method handlers return. (EXPERIMENTAL) (#​6922)

Performance Improvements

Bug Fixes

  • client: correctly enable TCP keepalives with OS defaults on windows (#​6863)
  • server: change some stream operations to return UNAVAILABLE instead of UNKNOWN when underlying connection is broken (#​6891)
  • server: fix GracefulStop to block until all method handlers return (v1.60 regression). (#​6922)
  • server: fix two bugs that could lead to panics at shutdown when using NumStreamWorkers (EXPERIMENTAL). (#​6856)
  • reflection: do not send invalid descriptors to clients for files that cannot be fully resolved (#​6771)
  • xds: don't fail channel/server startup when xds creds is specified, but bootstrap is missing certificate providers (#​6848)
  • xds: Atomically read and write xDS security configuration client side (#​6796)
  • xds/server: fix RDS handling for non-inline route configs (#​6915)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 has been generated by Mend Renovate. View repository job log here.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added area/dependencies Pull requests that update a dependency file bots kind/chore labels Feb 5, 2024
Copy link
Contributor Author
renovate bot commented Feb 5, 2024

⚠ 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: tools/go.sum
Command failed: go mod tidy -compat=1.17
go: downloading github.com/cerbos/protoc-gen-go-hashpb v0.2.0
go: downloading github.com/bufbuild/buf v1.29.0
go: downloading github.com/cerbos/protoc-gen-jsonschema v0.1.2
go: downloading github.com/fullstorydev/grpcurl v1.8.9
go: downloading github.com/google/go-licenses v1.6.0
go: downloading github.com/goreleaser/goreleaser v1.23.0
go: downloading github.com/vektra/mockery/v2 v2.40.1
go: downloading go.elastic.co/go-licence-detector v0.6.0
go: downloading google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
go: downloading gotest.tools/gotestsum v1.11.0
go: downloading github.com/lyft/protoc-gen-star/v2 v2.0.3
go: downloading github.com/jhump/protoreflect v1.15.4
go: downloading github.com/otiai10/copy v1.6.0
go: downloading github.com/spf13/cobra v1.8.0
go: downloading k8s.io/klog/v2 v2.100.1
go: downloading github.com/caarlos0/go-version v0.1.1
go: downloading github.com/caarlos0/log v0.4.4
go: downloading github.com/charmbracelet/lipgloss v0.9.1
go: downloading github.com/muesli/termenv v0.15.2
go: downloading github.com/spf13/afero v1.10.0
go: downloading github.com/bufbuild/protocompile v0.8.0
go: downloading github.com/google/uuid v1.5.0
go: downloading github.com/google/licenseclassifier v0.0.0-20210722185704-3043a050f148
go: downloading gopkg.in/src-d/go-git.v4 v4.13.1
go: downloading github.com/otiai10/mint v1.3.2
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/elliotchance/orderedmap/v2 v2.2.0
go: downloading github.com/caarlos0/ctrlc v1.2.0
go: downloading github.com/invopop/jsonschema v0.12.0
go: downloading github.com/muesli/mango-cobra v1.2.0
go: downloading github.com/muesli/roff v0.1.0
go: downloading github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1
go: downloading github.com/muesli/reflow v0.3.0
go: downloading github.com/chigopher/pathlib v0.19.1
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/rs/zerolog v1.29.0
go: downloading github.com/spf13/viper v1.17.0
go: downloading github.com/dnephin/pflag v1.0.7
go: downloading github.com/fatih/color v1.15.0
go: downloading gotest.tools/v3 v3.3.0
go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
go: downloading github.com/mattn/go-isatty v0.0.19
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/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe
go: downloading gopkg.in/src-d/go-billy.v4 v4.3.2
go: downloading gopkg.in/src-d/go-git-fixtures.v3 v3.5.0
go: downloading github.com/karrick/godirwalk v1.16.1
go: downloading github.com/markbates/pkger v0.17.0
go: downloading github.com/charmbracelet/x/exp/ordered v0.0.0-20231010190216-1cb11efc897d
go: downloading golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
go: downloading github.com/goreleaser/nfpm/v2 v2.35.1
go: downloading github.com/wk8/go-ordered-map/v2 v2.1.8
go: downloading github.com/muesli/mango v0.1.0
go: downloading github.com/muesli/mango-pflag v0.1.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3
go: downloading github.com/charmbracelet/keygen v0.5.0
go: downloading github.com/ulikunitz/xz v0.5.11
go: downloading github.com/rivo/uniseg v0.4.2
go: downloading github.com/jinzhu/copier v0.3.5
go: downloading github.com/google/go-containerregistry v0.18.0
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading github.com/pkg/profile v1.7.0
go: downloading github.com/sagikazarmark/locafero v0.3.0
go: downloading github.com/sagikazarmark/slog-shim v0.1.0
go: downloading github.com/bitfield/gotestdox v0.2.1
go: downloading code.gitea.io/sdk/gitea v0.17.0
go: downloading github.com/google/go-github/v57 v57.0.0
go: downloading github.com/xanzy/go-gitlab v0.95.2
go: downloading github.com/jarcoal/httpmock v1.3.1
go: downloading github.com/caarlos0/go-shellwords v1.0.12
go: downloading github.com/bahlo/generic-list-go v0.2.0
go: downloading github.com/buger/jsonparser v1.1.1
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7
go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0
go: downloading github.com/jdx/go-netrc v1.0.0
go: downloading github.com/tetratelabs/wazero v1.6.0
go: downloading github.com/bufbuild/protoyaml-go v0.1.7
go: downloading github.com/docker/docker v25.0.0+incompatible
go: downloading github.com/docker/cli v24.0.7+incompatible
go: downloading github.com/docker/distribution v2.8.3+incompatible
go: downloading github.com/go-chi/chi/v5 v5.0.11
go: downloading github.com/felixge/fgprof v0.9.3
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/hashicorp/hcl v1.0.1-vault-5
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/pelletier/go-toml/v2 v2.1.0
go: downloading github.com/pelletier/go-toml v1.9.5
go: downloading github.com/google/martian v2.1.0+incompatible
go: downloading github.com/src-d/gcfg v1.4.0
go: downloading github.com/rogpeppe/go-internal v1.11.0
go: downloading github.com/gobuffalo/here v0.6.0
go: downloading github.com/go-fed/httpsig v1.1.0
go: downloading github.com/davidmz/go-pageant v1.0.2
go: downloading github.com/hashicorp/go-version v1.6.0
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/hashicorp/go-retryablehttp v0.7.4
go: downloading golang.org/x/time v0.4.0
go: downloading gocloud.dev v0.35.0
go: downloading github.com/caarlos0/env/v9 v9.0.0
go: downloading github.com/disgoorg/disgo v0.17.0
go: downloading github.com/disgoorg/snowflake/v2 v2.0.1
go: downloading github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20231024185945-8841054dbdb8
go: downloading github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589
go: downloading github.com/google/ko v0.15.1
go: downloading github.com/distribution/distribution/v3 v3.0.0-20221021092657-c47a966fded8
go: downloading github.com/mattn/go-mastodon v0.0.6
go: downloading github.com/caarlos0/go-reddit/v3 v3.0.1
go: downloading github.com/slack-go/slack v0.12.3
go: downloading gopkg.in/mail.v2 v2.3.1
go: downloading github.com/atc0005/go-teams-notify/v2 v2.8.0
go: downloading github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
go: downloading github.com/dghubble/go-twitter v0.0.0-20211115160449-93a8679adecb
go: downloading github.com/dghubble/oauth1 v0.7.2
go: downloading github.com/goreleaser/fileglob v1.3.0
go: downloading github.com/AlekSi/pointer v1.2.0
go: downloading github.com/goreleaser/chglog v0.5.0
go: downloading github.com/klauspost/pgzip v1.2.6
go: downloading github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
go: downloading github.com/google/rpmpack v0.5.0
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c
go: downloading github.com/caarlos0/go-rpmutils v0.2.1-0.20211112020245-2cd62ff89b11
go: downloading github.com/opencontainers/runc v1.1.5
go: downloading github.com/gofrs/uuid/v5 v5.0.0
go: downloading github.com/docker/go-connections v0.5.0
go: downloading github.com/morikuni/aec v1.0.0
go: downloading github.com/distribution/reference v0.5.0
go: downloading github.com/containerd/stargz-snapshotter/estargz v0.15.1
go: downloading github.com/google/pprof v0.0.0-20240117000934-35fc243c5815
go: downloading github.com/hashicorp/go-hclog v1.5.0
go: downloading github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.0
go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0
go: downloading google.golang.org/api v0.151.0
go: downloading github.com/Azure/go-autorest/autorest v0.11.29
go: downloading github.com/Azure/go-autorest v14.2.0+incompatible
go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.14.2
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.44.0
go: downloading github.com/aws/aws-sdk-go-v2 v1.23.1
go: downloading github.com/aws/aws-sdk-go v1.48.3
go: downloading github.com/aws/smithy-go v1.17.0
go: downloading github.com/aws/aws-sdk-go-v2/config v1.25.5
go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.26.3
go: downloading github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.10.0
go: downloading cloud.google.com/go/kms v1.15.5
go: downloading github.com/disgoorg/json v1.1.0
go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.12
go: downloading github.com/docker/docker-credential-helpers v0.8.1
go: downloading github.com/sigstore/cosign/v2 v2.2.1
go: downloading github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
go: downloading github.com/gorilla/websocket v1.5.1
go: downloading gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc
go: downloading github.com/dghubble/sling v1.4.0
go: downloading github.com/caarlos0/testfs v0.4.4
go: downloading github.com/matryer/is v1.4.0
go: downloading github.com/technoweenie/multipartstreamer v1.0.1
go: downloading github.com/ProtonMail/gopenpgp/v2 v2.7.1
go: downloading gitlab.com/digitalxero/go-conventional-commit v1.0.7
go: downloading github.com/smartystreets/goconvey v1.8.0
go: downloading github.com/cavaliergopher/cpio v1.0.1
go: downloading github.com/DataDog/zstd v1.4.5
go: downloading github.com/gofrs/flock v0.8.1
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/vbatts/tar-split v0.11.5
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.15.0
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.16.4
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4
go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.4
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.4
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.17.3
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.25.4
go: downloading github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1
go: downloading github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.23
go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.6
go: downloading github.com/Azure/go-autorest/logger v0.2.1
go: downloading github.com/dimchansky/utfbom v1.1.1
go: downloading github.com/aws/aws-sdk-go-v2/service/ecr v1.20.2
go: downloading github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.18.2
go: downloading sigs.k8s.io/kind v0.20.0
go: downloading github.com/sigstore/sigstore v1.7.5
go: downloading github.com/docker/go-metrics v0.0.1
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/shopspring/decimal v1.2.0
go: downloading github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f
go: downloading github.com/jtolds/gls v4.20.0+incompatible
go: downloading github.com/smartystreets/assertions v1.13.1
go: downloading github.com/dnaeon/go-vcr v1.2.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.2.0
go: downloading go.opentelemetry.io/proto/otlp v0.19.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4
go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0
go: downloading github.com/Azure/go-autorest/tracing v0.6.0
go: downloading github.com/Azure/go-autorest/autorest/mocks v0.4.2
go: downloading github.com/golang-jwt/jwt/v4 v4.5.0
go: downloading github.com/alessio/shellescape v1.4.1
go: downloading github.com/sigstore/rekor v1.3.3
go: downloading github.com/go-openapi/strfmt v0.21.7
go: downloading github.com/go-openapi/swag v0.22.4
go: downloading github.com/prometheus/client_golang v1.17.0
go: downloading github.com/letsencrypt/boulder v0.0.0-20231026200631-000cd05d5491
go: downloading github.com/secure-systems-lab/go-securesystemslib v0.7.0
go: downloading github.com/gopherjs/gopherjs v1.17.2
go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
go: downloading github.com/go-openapi/errors v0.20.4
go: downloading github.com/oklog/ulid v1.3.1
go: downloading go.mongodb.org/mongo-driver v1.12.1
go: downloading github.com/go-openapi/runtime v0.26.0
go: downloading github.com/go-openapi/validate v0.22.1
go: downloading github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
go: downloading github.com/go-openapi/spec v0.20.9
go: downloading github.com/BurntSushi/toml v1.2.1
go: downloading github.com/evanphx/json-patch/v5 v5.6.0
go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.1
go: downloading github.com/go-openapi/analysis v0.21.4
go: downloading github.com/go-openapi/jsonpointer v0.20.0
go: downloading github.com/go-openapi/loads v0.21.2
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/jmhodges/clock v1.2.0
go: finding module for package go.opentelemetry.io/ot
8000
el/exporters/otlp/internal
go: downloading go.opentelemetry.io v0.1.0
go: downloading go.opentelemetry.io/otel/exporters/otlp v0.20.1
go: github.com/cerbos/cerbos/tools imports
	github.com/bufbuild/buf/cmd/buf imports
	github.com/bufbuild/buf/private/buf/cmd/buf imports
	github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/plugin/pluginpush imports
	github.com/bufbuild/buf/private/bufpkg/bufplugin/bufplugindocker imports
	github.com/docker/docker/client tested by
	github.com/docker/docker/client.test imports
	github.com/docker/docker/testutil imports
	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp imports
	go.opentelemetry.io/otel/exporters/otlp/otlptrace imports
	go.opentelemetry.io/otel/exporters/otlp/internal: module go.opentelemetry.io/otel/exporters/otlp@latest found (v0.20.1), but does not contain package go.opentelemetry.io/otel/exporters/otlp/internal

Signed-off-by: Charith Ellawala <charith@cerbos.dev>
Copy link
Contributor Author
renovate bot commented Feb 5, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Signed-off-by: Charith Ellawala <charith@cerbos.dev>
@charithe charithe changed the title chore(deps): update go deps chore(deps): Update go deps Feb 5, 2024
@charithe charithe merged commit e683b1d into main Feb 5, 2024
@charithe charithe deleted the renovate/go-deps branch February 5, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file bots kind/chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0