Skip to content

vendor: update dependencies for engine - #4456

Merged
thaJeztah merged 7 commits into
docker:masterfrom
thaJeztah:cli_engine_deps
Jul 20, 2023
Merged

vendor: update dependencies for engine#4456
thaJeztah merged 7 commits into
docker:masterfrom
thaJeztah:cli_engine_deps

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

vendor: github.com/golang/protobuf v1.5.3

  • jsonpb: accept 'null' as a valid representation of NullValue in unmarshal
    The canonical JSON representation for NullValue is JSON "null".

full diff: golang/protobuf@v1.5.2...v1.5.3

vendor: github.com/cespare/xxhash/v2 v2.2.0

full diff: cespare/xxhash@v2.1.2...v2.2.0

vendor: google.golang.org/grpc v1.53.0

Also updating google.golang.org/genproto:
full diff: googleapis/go-genproto@10f96fb...7f2fa6f

vendor: google.golang.org/protobuf v1.30.0

full diff: protocolbuffers/protobuf-go@v1.28.1...v1.30.0

vendor: github.com/Microsoft/go-winio v0.6.1

Unfortunately also brings in golang.org/x/tools and golang.org/x/mod as
a dependency, due to go-winio using a "tools.go" file.

full diff: microsoft/go-winio@v0.5.2...v0.6.1

vendor: github.com/prometheus/procfs v0.9.0

full diff: prometheus/procfs@v0.8.0...v0.9.0

vendor: github.com/prometheus/common v0.42.0

full diff: prometheus/common@v0.37.0...v0.42.0

vendor: golang.org/x/mod v0.9.0

no changes in vendored files

full diff: golang/mod@v0.8.0...v0.9.0

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

- jsonpb: accept 'null' as a valid representation of NullValue in unmarshal
The canonical JSON representation for NullValue is JSON "null".
full diff: golang/protobuf@v1.5.2...v1.5.3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: cespare/xxhash@v2.1.2...v2.2.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Also updating google.golang.org/genproto:
full diff: googleapis/go-genproto@10f96fb...7f2fa6f
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: protocolbuffers/protobuf-go@v1.28.1...v1.30.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Unfortunately also brings in golang.org/x/tools and golang.org/x/mod as
a dependency, due to go-winio using a "tools.go" file.
full diff: microsoft/go-winio@v0.5.2...v0.6.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: prometheus/procfs@v0.8.0...v0.9.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: prometheus/common@v0.37.0...v0.42.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
thaJeztah merged commit 8837d11 into docker:masterJul 20, 2023
@thaJeztah
thaJeztah deleted the cli_engine_deps branch July 20, 2023 21:46
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@thaJeztah@neersighted