[PR #870] [CLOSED] Remove deprecated protobuf package #903

Closed
opened 2026-03-02 06:10:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/870
Author: @aradwann
Created: 4/24/2024
Status: Closed

Base: masterHead: remove-deprecated-protobuf-package


📝 Commits (5)

  • cd5f3b0 chore: remove deprecated protobuf package
  • 08aafdf chore: run go fmt ./...
  • 5451dd3 Merge branch 'hibiken:master' into remove-deprecated-protobuf-package
  • 5c0cacf Merge branch 'master' into remove-deprecated-protobuf-package
  • 75f6504 fmt

📊 Changes

12 files changed (+82 additions, -118 deletions)

View changed files

📝 asynq.go (+6 -5)
📝 asynq_test.go (+1 -1)
📝 doc.go (+43 -42)
📝 go.mod (+0 -1)
📝 go.sum (+0 -3)
📝 internal/base/base.go (+25 -55)
📝 internal/errors/errors.go (+1 -0)
📝 internal/proto/asynq.pb.go (+2 -7)
📝 internal/rdb/inspect.go (+1 -1)
📝 servemux.go (+1 -1)
📝 servemux_test.go (+1 -1)
📝 subscriber.go (+1 -1)

📄 Description

removing deprecated github.com/golang/protobuf
and applying go fmt
closes #855


🔄 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/hibiken/asynq/pull/870 **Author:** [@aradwann](https://github.com/aradwann) **Created:** 4/24/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `remove-deprecated-protobuf-package` --- ### 📝 Commits (5) - [`cd5f3b0`](https://github.com/hibiken/asynq/commit/cd5f3b0daf1f48a443a8b89088979f2a5347a609) chore: remove deprecated protobuf package - [`08aafdf`](https://github.com/hibiken/asynq/commit/08aafdf66d0fc0cabc5bf08e086adf4f6e6bc851) chore: run go fmt ./... - [`5451dd3`](https://github.com/hibiken/asynq/commit/5451dd370521fc81a5b1dd7501e6cc24c376b3a3) Merge branch 'hibiken:master' into remove-deprecated-protobuf-package - [`5c0cacf`](https://github.com/hibiken/asynq/commit/5c0cacf74754cc5dbcb3d67f5d4349bf842b74f7) Merge branch 'master' into remove-deprecated-protobuf-package - [`75f6504`](https://github.com/hibiken/asynq/commit/75f6504aaf50a1a95fcdff8020a2951564dc12c3) fmt ### 📊 Changes **12 files changed** (+82 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `asynq.go` (+6 -5) 📝 `asynq_test.go` (+1 -1) 📝 `doc.go` (+43 -42) 📝 `go.mod` (+0 -1) 📝 `go.sum` (+0 -3) 📝 `internal/base/base.go` (+25 -55) 📝 `internal/errors/errors.go` (+1 -0) 📝 `internal/proto/asynq.pb.go` (+2 -7) 📝 `internal/rdb/inspect.go` (+1 -1) 📝 `servemux.go` (+1 -1) 📝 `servemux_test.go` (+1 -1) 📝 `subscriber.go` (+1 -1) </details> ### 📄 Description removing deprecated github.com/golang/protobuf and applying go fmt closes #855 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 06:10:22 +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/asynq#903
No description provided.