[PR #14] [MERGED] Bump github.com/golang/protobuf from 1d3f30b51784bec5aad268e59fd3c2fc1c2fe73f to 1.3.0 #147

Closed
opened 2026-02-25 22:31:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/14
Author: @dependabot-preview[bot]
Created: 2/27/2019
Status: Merged
Merged: 3/10/2019
Merged by: @evenh

Base: masterHead: dependabot/dep/github.com/golang/protobuf-1.3.0


📝 Commits (1)

  • a4e01d4 Bump github.com/golang/protobuf

📊 Changes

2 files changed (+4 additions, -3 deletions)

View changed files

📝 Gopkg.lock (+3 -2)
📝 Gopkg.toml (+1 -1)

📄 Description

Bumps github.com/golang/protobuf from 1d3f30b51784bec5aad268e59fd3c2fc1c2fe73f to 1.3.0. This release includes the previously tagged commit.

Release notes

Sourced from github.com/golang/protobuf's releases.

v1.3.0

Notable changes:

  • #699: add a go.mod module file
  • #701: stop generating package "// import" comment
  • #741: deprecate {Unm,M}arshalMessageSet{JSON}
  • #760: different internal implementation of oneofs
    • .pb.go files generated by protoc-gen-go@v1.3.0 will require the proto@v1.3.0 package to work
  • various minor changes to code generation
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/evenh/intercert/pull/14 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/27/2019 **Status:** ✅ Merged **Merged:** 3/10/2019 **Merged by:** [@evenh](https://github.com/evenh) **Base:** `master` ← **Head:** `dependabot/dep/github.com/golang/protobuf-1.3.0` --- ### 📝 Commits (1) - [`a4e01d4`](https://github.com/evenh/intercert/commit/a4e01d47a8101aaf5ebf1f6e7a06a5ceedd40a9c) Bump github.com/golang/protobuf ### 📊 Changes **2 files changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Gopkg.lock` (+3 -2) 📝 `Gopkg.toml` (+1 -1) </details> ### 📄 Description Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1d3f30b51784bec5aad268e59fd3c2fc1c2fe73f to 1.3.0. This release includes the previously tagged commit. <details> <summary>Release notes</summary> *Sourced from [github.com/golang/protobuf's releases](https://github.com/golang/protobuf/releases).* > ## v1.3.0 > Notable changes: > > * [#699](https://github-redirect.dependabot.com/golang/protobuf/issues/699): add a go.mod module file > * [#701](https://github-redirect.dependabot.com/golang/protobuf/issues/701): stop generating package "// import" comment > * [#741](https://github-redirect.dependabot.com/golang/protobuf/issues/741): deprecate {Unm,M}arshalMessageSet{JSON} > * [#760](https://github-redirect.dependabot.com/golang/protobuf/issues/760): different internal implementation of oneofs > * `.pb.go` files generated by `protoc-gen-go@v1.3.0` will require the `proto@v1.3.0` package to work > * various minor changes to code generation </details> <details> <summary>Commits</summary> - [`c823c79`](https://github.com/golang/protobuf/commit/c823c79ea1570fb5ff454033735a8e68575d1d0f) ptypes: More cleanly construct a Timestamp ([#797](https://github-redirect.dependabot.com/golang/protobuf/issues/797)) - [`3337d28`](https://github.com/golang/protobuf/commit/3337d2811975fc24ea7836ca9b82ec72e3a4dd59) ptypes: Avoid assuming time.Duration is nanoseconds ([#796](https://github-redirect.dependabot.com/golang/protobuf/issues/796)) - [`347cf4a`](https://github.com/golang/protobuf/commit/347cf4a86c1cb8d262994d8ef5924d4576c5b331) protoc-gen-go: fix oneof name mangling regression ([#782](https://github-redirect.dependabot.com/golang/protobuf/issues/782)) - See full diff in [compare view](https://github.com/golang/protobuf/compare/1d3f30b51784bec5aad268e59fd3c2fc1c2fe73f...v1.3.0) </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:31:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/intercert#147
No description provided.