Skip to content
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

chore(deps): Update go deps #1596

Merged
merged 3 commits into from May 26, 2023
Merged

chore(deps): Update go deps #1596

merged 3 commits into from May 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 22, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/aws/aws-sdk-go require patch v1.44.262 -> v1.44.270
github.com/bufbuild/buf require minor v1.18.0 -> v1.19.0
github.com/fergusstrange/embedded-postgres require minor v1.21.0 -> v1.22.0
github.com/go-git/go-git/v5 require minor v5.6.1 -> v5.7.0
github.com/google/cel-go require minor v0.14.0 -> v0.15.3
github.com/mattn/go-isatty require patch v0.0.18 -> v0.0.19
github.com/minio/minio-go/v7 require patch v7.0.52 -> v7.0.55
github.com/pterm/pterm require patch v0.12.61 -> v0.12.62
github.com/rivo/tview require digest 822bd06 -> 4a1f85b
github.com/stretchr/testify require patch v1.8.2 -> v1.8.3
github.com/twmb/franz-go require patch v1.13.3 -> v1.13.4
github.com/vektra/mockery/v2 require minor v2.27.1 -> v2.28.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp require minor v0.41.1 -> v0.42.0
go.opentelemetry.io/contrib/propagators/autoprop require minor v0.41.1 -> v0.42.0
go.opentelemetry.io/contrib/propagators/b3 require minor v1.16.1 -> v1.17.0
go.opentelemetry.io/otel require minor v1.15.1 -> v1.16.0
go.opentelemetry.io/otel/bridge/opencensus require minor v0.38.1 -> v0.39.0
go.opentelemetry.io/otel/exporters/jaeger require minor v1.15.1 -> v1.16.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc require minor v1.15.1 -> v1.16.0
go.opentelemetry.io/otel/sdk require minor v1.15.1 -> v1.16.0
go.opentelemetry.io/otel/trace require minor v1.15.1 -> v1.16.0
google.golang.org/genproto require digest daa745c -> 6ee61e4

Release Notes

aws/aws-sdk-go

v1.44.270

Compare Source

===

Service Client Updates
  • service/application-autoscaling: Updates service API and documentation
  • service/codepipeline: Updates service API and documentation
    • Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API.
  • service/gamelift: Updates service API and documentation
    • GameLift FleetIQ users can now filter game server claim requests to exclude servers on instances that are draining.
  • service/glue: Updates service API and documentation
    • Added ability to create data quality rulesets for shared, cross-account Glue Data Catalog tables. Added support for dataset comparison rules through a new parameter called AdditionalDataSources. Enhanced the data quality results with a map containing profiled metric values.
  • service/migration-hub-refactor-spaces: Updates service API and documentation
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker Automatic Model Tuning now supports enabling Autotune for tuning jobs which can choose tuning job configurations.
SDK Bugs
  • service/s3: Populate X-Amz-Content-Sha256 header when using s3 outpost arn
    • Using an outpost ARN results in a different signing name from the resolved endpoint. This signing name was not included in the signer logic to indicate the X-Amz-Content-Sha256 header should be added to the request which is required by S3.

v1.44.269

Compare Source

===

Service Client Updates
  • service/appsync: Updates service API and documentation
  • service/connect: Updates service API
  • service/cur: Updates service API
    • Add support for split cost allocation data on a report.
  • service/sagemaker: Updates service API and documentation
    • SageMaker now provides an instantaneous deployment recommendation through the DescribeModel API
SDK Bugs
  • service/sms: Remove deprecated services (SMS) integration tests.
    • SMS integration tests will fail because SMS deprecated their service.

v1.44.268

Compare Source

===

Service Client Updates
  • service/fms: Updates service API
  • service/sagemaker: Updates service API and documentation
    • Added ModelNameEquals, ModelPackageVersionArnEquals in request and ModelName, SamplePayloadUrl, ModelPackageVersionArn in response of ListInferenceRecommendationsJobs API. Added Invocation timestamps in response of DescribeInferenceRecommendationsJob API & ListInferenceRecommendationsJobSteps API.
  • service/translate: Updates service API and documentation

v1.44.267

Compare Source

===

Service Client Updates
  • service/backup: Updates service API and documentation
  • service/pinpoint: Updates service documentation
    • Amazon Pinpoint is deprecating the tags parameter in the UpdateSegment, UpdateCampaign, UpdateEmailTemplate, UpdateSmsTemplate, UpdatePushTemplate, UpdateInAppTemplate and UpdateVoiceTemplate. Amazon Pinpoint will end support tags parameter by May 22, 2023.
  • service/quicksight: Updates service API, documentation, and paginators
    • Add support for Asset Bundle, Geospatial Heatmaps.
SDK Bugs
  • rest: Revert removing unnecessary path normalization behavior.
    • This behavior would mutate request paths with URI-encoded characters, potentially resulting in misrouted requests.
  • config: Revert deprecating DisableRestProtocolURICleaning config setting.
    • This setting will have an effect again. REST-protocol paths will now be normalized after serialization.

v1.44.266

Compare Source

===

Service Client Updates
  • service/backup: Updates service API and documentation
  • service/connectcases: Updates service API
  • service/mediapackagev2: Adds new service
  • service/sesv2: Updates service API, documentation, and examples

v1.44.265

Compare Source

===

Service Client Updates
  • service/athena: Updates service API and documentation
    • Removing SparkProperties from EngineConfiguration object for StartSession API call
  • service/cloudtrail: Updates service API and documentation
    • Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors.
  • service/compute-optimizer: Updates service API and documentation
  • service/connect: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances.
  • service/ecs: Updates service documentation
    • Documentation only release to address various tickets.
  • service/mediaconvert: Updates service API and documentation
    • This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers.
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • RDS documentation update for the EngineVersion parameter of ModifyDBSnapshot
  • service/sagemaker-geospatial: Updates service API and documentation
  • service/sts: Updates service API
    • API updates for the AWS Security Token Service
SDK Bugs
  • rest: Remove unnecessary path normalization behavior.
    • This behavior would incorrectly mutate request paths with URI-encoded characters, potentially resulting in misrouted requests.
  • config: Deprecate DisableRestProtocolURICleaning config setting.
    • This setting no longer has any effect. REST-protocol paths will now never be normalized after serialization.

v1.44.264

Compare Source

===

Service Client Updates
  • service/detective: Updates service API
  • service/directconnect: Updates service documentation
    • This release includes an update to the mtu value for CreateTransitVirtualInterface from 9001 mtu to 8500 mtu.
  • service/glue: Updates service API and documentation
    • Add Support for Tags for Custom Entity Types
  • service/secretsmanager: Updates service documentation
    • Documentation updates for Secrets Manager
  • service/wafv2: Updates service API and documentation

v1.44.263

Compare Source

===

Service Client Updates
  • service/athena: Updates service API and documentation
    • You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
  • service/kafka: Updates service API
  • service/rekognition: Updates service API and documentation
    • This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.
  • service/rolesanywhere: Updates service API and documentation
  • service/transfer: Updates service API and documentation
    • This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol.
bufbuild/buf

v1.19.0

Compare Source

  • Add --create flag to buf push to create a repository if it does not exist. The user
    is also required to specify the visibility using --create-visibility.
  • Add github-actions error format to print errors in a form parseable by GitHub Actions.
  • Fix issue in buf build and buf generate where the use of type filtering (via
    --type flags) would cause the resulting image to have no source code info, even
    when --exclude-source-info was not specified. The main impact of the bug was that
    generated code would be missing comments.
  • Fix issue in buf curl when using --user or --netrc that would cause a malformed
    Authorization header to be sent.
  • Update the module cache to use an optimized content addressable store. The cache is
    now self-healing and uses significantly less space. Users wishing to free unused space
    can run buf mod --clear-cache once after upgrading to remove data stored in the
    previous module cache.
fergusstrange/embedded-postgres

v1.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: fergusstrange/embedded-postgres@v1.21.0...v1.22.0

go-git/go-git

v5.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.6.1...v5.7.0

google/cel-go

v0.15.3

Compare Source

Fixes

  • Fix state tracking through optional field selections [#​708]
  • Support for pruning macro call nodes with limited optional support [#​705]
  • Update presence test state tracking and pruning [#​711]

PR #​711 also fixes an issue where optional values would not work
correctly with partial state tracking in some cases.

Full Changelog: google/cel-go@v0.15.2...v0.15.3

v0.15.2

Compare Source

Fixes

  • Make checker state concurrency safe [#​702]
  • AST scan to establish a non-conflicting expression ID for pruning [#​703]

Full Changelog: google/cel-go@v0.15.1...v0.15.2

v0.15.1

Compare Source

Fixes

  • Bump engine.io from 6.4.1 to 6.4.2 [#​697]
  • Fix ID collision between partial eval and AST pruner [#​700]

Full Changelog: google/cel-go@v0.15.0...v0.15.1

v0.15.0

Compare Source

Features

This release introduces a new feature for CEL which allows you to package up local variable
bindings within your expression, using the following syntax:

cel.bind(<varName>, <varInitExpr>, <remainingExpr>)

An example would look as follows:

cel.bind(vals, msg.nested_msg.repeated_strings,
    vals.size() > 2 && 
    vals[0].startsWith('prefix') && 
    vals[1].endsWith('suffix'))
  • CEL variable bindings [#​682]
  • Expose optional types as a REPL option [#​675]
  • Extension library for set-based tests over lists [#​689]

Fixes

  • Parser error reporting limit [#​672]
  • Prune recursion fixes for nested logic [#​677]
  • Add help and compile options to the REPL [#​676]
  • Fix for type guard on optimized set membership step [#​678]
  • Fix numeric unparsing for floats which represent integer values by [#​686]
  • Update ANTLR v4 WORKSPACE references [#​691]
  • Fix error message generation for parse-only expressions [#​693]
  • Additional string.format() test for message field accesses [#​694]

Breaking changes

  • Update the ConvertToNative API documentation and strings.join implementation [#​692]

The strings.join implementation had previously been based on ConvertToNative, but this
presented some usability issues and the implementation was shifted to rely on ref.Val and
traits.Iterator. The new implementation can be opted into by using ext.StringsVersion(2),
or opted out of by using a version < 2.

Full Changelog: google/cel-go@v0.14.0...v0.15.0

mattn/go-isatty

v0.0.19

Compare Source

minio/minio-go

v7.0.55: Bugfix release

Compare Source

What's Changed

Full Changelog: minio/minio-go@v7.0.54...v7.0.55

v7.0.54: Bugfix release

Compare Source

What's Changed

Full Changelog: minio/minio-go@v7.0.53...v7.0.54

v7.0.53: Bugfix release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.52...v7.0.53

pterm/pterm

v0.12.62

Compare Source

Bug Fixes
  • fixed not being able to add a custom graceful shutdown
stretchr/testify

v1.8.3

Compare Source

twmb/franz-go

v1.13.4

Compare Source

===

This bugfix release fixes a race condition when calling client.Close.
This bug was introduced in commit e45cd72 in
release v1.13.0. If a metadata request discovers a new broker as the client is
closing, there is a tiny window where the metadata goroutine can update a map
that the Close function is also concurrently accessing. The commit in this
release fixes that by guarding the Close access with a mutex.

vektra/mockery

v2.28.1

Compare Source

Changelog

  • 423eab1 Merge pull request #​635 from adolsalamanca/adol/fix-pathlib-version
  • 2c4bf4d fix pathlib version

v2.28.0

Compare Source

Changelog

  • 311c394 Add reference to packages feature section
  • 0e49266 Merge pull request #​627 from almas1992/patch-1
  • d0c93f6 Merge pull request #​629 from dillonstreator/expecter-structs-with-rolled-variadics
  • 425c292 Update examples.md
  • 15a308a adjust testing pattern
  • b964d01 clarify variadic docs
  • db3556e fix broken link
  • fe8de93 fix packages docs
  • 25091d2 support rolled variadics with expecter structs
  • ae9feff test should use require and remove incorrect messages
open-telemetry/opentelemetry-go-contrib

v1.17.0: /v0.42.0/v0.11.0

Compare Source

What's Changed

Changed
  • Upgrade dependencies of OpenTelemetry Go to use the new v1.16.0/v0.39.0 release.
  • Use strings.Cut() instead of string.SplitN() for better readability and memory use. (#​3822)

Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.17.0-rc.1...v1.17.0

open-telemetry/opentelemetry-go

v1.16.0: /v0.39.0 -- Stable Metric API

Compare Source

This release contains the first stable release of the OpenTelemetry Go metric API. Our project stability guarantees now apply to the go.opentelemetry.io/otel/metric package. See our versioning policy for more information about these stability guarantees.

What's Changed
Added
  • The go.opentelemetry.io/otel/semconv/v1.19.0 package. The package contains semantic conventions from the v1.19.0 version of the OpenTelemetry specification. (#​3848)
  • The go.opentelemetry.io/otel/semconv/v1.20.0 package. The package contains semantic conventions from the v1.20.0 version of the OpenTelemetry specification. (#​4078)
Changed
  • Use strings.Cut() instead of string.SplitN() for better readability and memory use. (#​4049)
Removed
  • The deprecated go.opentelemetry.io/otel/metric/instrument package is removed. Use go.opentelemetry.io/otel/metric instead. (#​4055)
Fixed
  • Fix build for BSD based systems in go.opentelemetry.io/otel/sdk/resource. (#​4077)
New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.15.1...v1.16.0


Configuration

📅 Schedule: Branch creation - "before 3am 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.

@renovate renovate bot added area/dependencies Pull requests that update a dependency file bots kind/chore labels May 22, 2023
@codecov
Copy link

codecov bot commented May 22, 2023

Codecov Report

Merging #1596 (2945a1e) into main (26f2579) will increase coverage by 0.20%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1596      +/-   ##
==========================================
+ Coverage   53.25%   53.45%   +0.20%     
==========================================
  Files         130      130              
  Lines       14685    14685              
==========================================
+ Hits         7820     7850      +30     
+ Misses       6176     6145      -31     
- Partials      689      690       +1     

see 4 files with indirect coverage changes

@renovate
Copy link
Contributor Author

renovate bot commented May 22, 2023

⚠ Artifact update problem

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

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

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

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/cerbos/cerbos":"/mnt/renovate/gh/cerbos/cerbos" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/cerbos/cerbos" ghcr.io/containerbase/sidecar bash -l -c "install-tool golang 1.20.4 && go get -d -t ./... && go mod tidy -compat=1.17 && go mod tidy -compat=1.17"
go: downloading google.golang.org/protobuf v1.30.0
go: downloading github.com/envoyproxy/protoc-gen-validate v1.0.1
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2
go: downloading google.golang.org/genproto v0.0.0-20230526015343-6ee61e4f9d5f
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230525234020-1aefcd67740a
go: downloading google.golang.org/grpc v1.55.0
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
go: downloading github.com/jdxcode/netrc v0.0.0-20221124155335-4616370d1a84
go: downloading github.com/lestrrat-go/jwx/v2 v2.0.9
go: downloading github.com/stretchr/testify v1.8.3
go: downloading go.uber.org/multierr v1.11.0
go: downloading golang.org/x/crypto v0.9.0
go: downloading golang.org/x/sync v0.2.0
go: downloading helm.sh/helm/v3 v3.12.0
go: downloading github.com/alecthomas/kong v0.7.1
go: downloading github.com/fatih/color v1.15.0
go: downloading github.com/pterm/pterm v0.12.62
go: downloading go.uber.org/zap v1.24.0
go: downloading github.com/peterh/liner v1.2.2
go: downloading github.com/adrg/xdg v0.4.0
go: downloading github.com/alecthomas/participle/v2 v2.0.0
go: downloading github.com/google/cel-go v0.15.3
go: downloading github.com/google/go-cmp v0.5.9
go: downloading github.com/go-cmd/cmd v1.4.1
go: downloading go.uber.org/automaxprocs v1.5.2
go: downloading github.com/google/gops v0.3.27
go: downloading github.com/alecthomas/chroma/v2 v2.7.0
go: downloading github.com/gdamore/tcell/v2 v2.6.0
go: downloading github.com/jwalton/gchalk v1.3.0
go: downloading github.com/rivo/tview v0.0.0-20230525073430-4a1f85bb2219
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading go.elastic.co/ecszap v1.0.1
go: downloading github.com/oklog/ulid/v2 v2.1.0
go: downloading go.opencensus.io v0.24.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/twmb/franz-go v1.13.4
go: downloading github.com/twmb/franz-go/plugin/kzap v1.1.2
go: downloading github.com/ory/dockertest/v3 v3.10.0
go: downloading github.com/twmb/franz-go/pkg/kadm v1.8.1
go: downloading github.com/dgraph-io/badger/v4 v4.1.0
go: downloading github.com/bluele/gcache v0.0.2
go: downloading github.com/lestrrat-go/httprc v1.0.4
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading github.com/iancoleman/strcase v0.2.0
go: downloading go.uber.org/config v1.4.0
go: downloading github.com/tidwall/pretty v1.2.1
go: downloading github.com/santhosh-tekuri/jsonschema/v5 v5.3.0
go: downloading github.com/mattn/go-isatty v0.0.19
go: downloading github.com/jwalton/go-supportscolor v1.1.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
go: downloading go.opentelemetry.io/contrib/propagators/autoprop v0.42.0
go: downloading go.opentelemetry.io/contrib/propagators/b3 v1.17.0
go: downloading go.opentelemetry.io/otel v1.16.0
go: downloading go.opentelemetry.io/otel/bridge/opencensus v0.39.0
go: downloading go.opentelemetry.io/otel/exporters/jaeger v1.16.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0
go: downloading go.opentelemetry.io/otel/sdk v1.16.0
go: downloading go.opentelemetry.io/otel/trace v1.16.0
go: downloading github.com/tidwall/gjson v1.14.4
go: downloading github.com/spf13/afero v1.9.5
go: downloading contrib.go.opencensus.io/exporter/prometheus v0.4.2
go: downloading github.com/cenkalti/backoff/v4 v4.2.1
go: downloading github.com/aws/aws-sdk-go v1.44.270
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/minio/minio-go/v7 v7.0.55
go: downloading gocloud.dev v0.29.0
go: downloading github.com/kavu/go_reuseport v1.5.0
go: downloading github.com/planetscale/vtprotobuf v0.4.0
go: downloading github.com/prometheus/client_golang v1.15.1
go: downloading github.com/rs/cors v1.9.0
go: downloading golang.org/x/net v0.10.0
go: downloading github.com/cerbos/cloud-api v0.1.1
go: downloading github.com/go-logr/zapr v1.2.4
go: downloading github.com/doug-martin/goqu/v9 v9.18.0
go: downloading github.com/jackc/pgtype v1.14.0
go: downloading github.com/jmoiron/sqlx v1.3.5
go: downloading github.com/go-sql-driver/mysql v1.7.1
go: downloading github.com/jackc/pgx/v4 v4.18.1
go: downloading github.com/golang-migrate/migrate/v4 v4.15.2
go: downloading github.com/fergusstrange/embedded-postgres v1.22.0
go: downloading modernc.org/sqlite v1.22.1
go: downloading github.com/denisenkom/go-mssqldb v0.12.3
go: downloading github.com/rjeczalik/notify v0.9.3
go: downloading github.com/go-git/go-git/v5 v5.7.0
go: downloading github.com/sony/gobreaker v0.5.0
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading github.com/rudderlabs/analytics-go v3.3.3+incompatible
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/nlepage/go-tarfs v1.1.0
go: downloading github.com/rogpeppe/go-internal v1.10.0
go: downloading github.com/tidwall/sjson v1.2.5
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234015-3fc162c6f38a
go: downloading github.com/lestrrat-go/iter v1.0.2
go: downloading github.com/lestrrat-go/option v1.0.1
go: downloading github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0
go: downloading github.com/lestrrat-go/blackmagic v1.0.1
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading golang.org/x/sys v0.8.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading sigs.k8s.io/yaml v1.3.0
go: downloading go.uber.org/atomic v1.10.0
go: downloading atomicgo.dev/cursor v0.1.1
go: downloading atomicgo.dev/keyboard v0.2.9
go: downloading atomicgo.dev/schedule v0.0.2
go: downloading github.com/gookit/color v1.5.3
go: downloading github.com/lithammer/fuzzysearch v1.1.8
go: downloading github.com/mattn/go-runewidth v0.0.14
go: downloading golang.org/x/term v0.8.0
go: downloading golang.org/x/text v0.9.0
go: downloading github.com/stoewer/go-strcase v1.2.0
go: downloading github.com/dlclark/regexp2 v1.4.0
go: downloading github.com/gdamore/encoding v1.0.0
go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
go: downloading github.com/magefile/mage v1.9.0
go: downloading github.com/rivo/uniseg v0.4.4
go: downloading github.com/klauspost/compress v1.16.5
go: downloading github.com/pierrec/lz4/v4 v4.1.17
go: downloading github.com/twmb/franz-go/pkg/kmsg v1.4.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/Microsoft/go-winio v0.6.0
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/lestrrat-go/httpcc v1.0.1
go: downloading github.com/stretchr/objx v0.5.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df
go: downloading golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
go: downloading github.com/dgraph-io/ristretto v0.1.1
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/felixge/httpsnoop v1.0.3
go: downloading go.opentelemetry.io/otel/metric v1.16.0
go: downloading go.opentelemetry.io/contrib/propagators/aws v1.17.0
go: downloading go.opentelemetry.io/contrib/propagators/jaeger v1.17.0
go: downloading go.opentelemetry.io/contrib/propagators/ot v1.17.0
go: downloading github.com/go-logr/logr v1.2.4
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/otel/sdk/metric v0.39.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16.0
go: downloading go.opentelemetry.io/proto/otlp v0.19.0
go: downloading github.com/tidwall/match v1.1.1
go: downloading github.com/prometheus/statsd_exporter v0.22.7
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/minio/md5-simd v1.1.2
go: downloading github.com/minio/sha256-simd v1.0.1
go: downloading github.com/sirupsen/logrus v1.9.2
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/prometheus/client_model v0.3.0
go: downloading github.com/prometheus/common v0.42.0
go: downloading github.com/prometheus/procfs v0.9.0
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/compute v1.19.0
go: downloading cloud.google.com/go/iam v0.13.0
go: downloading cloud.google.com/go v0.110.0
go: downloading cloud.google.com/go/storage v1.29.0
go: downloading github.com/google/wire v0.5.0
go: downloading github.com/googleapis/gax-go/v2 v2.7.1
go: downloading golang.org/x/oauth2 v0.6.0
go: downloading google.golang.org/api v0.114.0
go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.51
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.30.2
go: downloading github.com/aws/aws-sdk-go-v2 v1.17.4
go: downloading github.com/aws/smithy-go v1.13.5
go: downloading github.com/bufbuild/connect-go v1.7.0
go: downloading github.com/bufbuild/connect-opentelemetry-go v0.2.0
go: downloading github.com/hashicorp/go-retryablehttp v0.7.2
go: downloading filippo.io/age v1.1.1
go: downloading github.com/jackc/pgio v1.0.0
go: downloading github.com/jackc/pgconn v1.14.0
go: downloading github.com/jackc/pgproto3/v2 v2.3.2
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/mattn/go-sqlite3 v1.14.16
go: downloading github.com/lib/pq v1.10.7
go: downloading github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
go: downloading github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe
go: downloading github.com/golang-sql/sqlexp v0.1.0
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230518184743-7afd39499903
go: downloading github.com/go-git/go-billy/v5 v5.4.1
go: downloading github.com/imdario/mergo v0.3.15
go: downloading github.com/sergi/go-diff v1.2.0
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.1.1
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading github.com/segmentio/backo-go v1.0.0
go: downloading github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/Masterminds/semver/v3 v3.2.0
go: downloading github.com/huandu/xstrings v1.4.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.3.1
go: downloading github.com/spf13/cast v1.5.0
go: downloading github.com/goccy/go-json v0.10.2
go: downloading github.com/containerd/console v1.0.3
go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
go: downloading modernc.org/ccgo/v3 v3.16.13
go: downloading modernc.org/libc v1.22.5
go: downloading github.com/docker/cli v20.10.21+incompatible
go: downloading golang.org/x/tools v0.9.1
go: downloading github.com/opencontainers/runc v1.1.5
go: downloading github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
go: downloading github.com/moby/term v0.0.0-20221205130635-1aeaba878587
go: downloading github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b
go: downloading golang.org/x/exp v0.0.0-20230124195608-d38c7dcee874
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/google/flatbuffers v2.0.0+incompatible
go: downloading github.com/golang/glog v1.1.0
go: downloading github.com/go-kit/log v0.2.1
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/klauspost/cpuid/v2 v2.2.4
go: downloading github.com/rs/xid v1.5.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28
go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.19
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.23
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.22
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.22
go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.12
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/jackc/chunkreader/v2 v2.0.1
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/pjbgf/sha1cd v0.3.0
go: downloading github.com/acomagu/bufpipe v1.0.4
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading modernc.org/cc/v3 v3.40.0
go: downloading modernc.org/mathutil v1.5.0
go: downloading modernc.org/opt v0.1.3
go: downloading modernc.org/memory v1.5.0
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/docker/docker v20.10.24+incompatible
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/containerd/continuity v0.3.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/go-logfmt/logfmt v0.5.1
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.12
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.22
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.29
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.1
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.1
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.3
go: downloading github.com/cloudflare/circl v1.3.3
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading lukechampine.com/uint128 v1.2.0
go: downloading modernc.org/strutil v1.1.3
go: downloading modernc.org/token v1.1.0
go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.3
go: downloading golang.org/x/mod v0.10.0
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading go.opentelemetry.io v0.1.0
github.com/cerbos/cerbos/internal/storage/bundle imports
	github.com/cerbos/cloud-api/bundle imports
	github.com/bufbuild/connect-opentelemetry-go imports
	go.opentelemetry.io/otel/metric/global: cannot find module providing package go.opentelemetry.io/otel/metric/global

@renovate renovate bot force-pushed the renovate/go-deps branch 8 times, most recently from 950d25d to efa4e49 Compare May 25, 2023 18:55
Signed-off-by: Renovate Bot <bot@renovateapp.com>
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
@renovate
Copy link
Contributor Author

renovate bot commented May 26, 2023

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.

@charithe charithe changed the title chore(deps): update go deps chore(deps): Update go deps May 26, 2023
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
@charithe charithe merged commit b6ee759 into main May 26, 2023
19 checks passed
@charithe charithe deleted the renovate/go-deps branch May 26, 2023 12:05
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.

None yet

1 participant