[PR #177] [MERGED] Replace github.com/rs/xid with github.com/google/uuid #2674

Closed
opened 2026-03-15 20:57:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/177
Author: @hibiken
Created: 7/2/2020
Status: Merged
Merged: 7/2/2020
Merged by: @hibiken

Base: nextHead: feature/uuid


📝 Commits (1)

  • 5a24eae Replace github.com/rs/xid with github.com/google/uuid

📊 Changes

15 files changed (+104 additions, -108 deletions)

View changed files

📝 client.go (+2 -2)
📝 context_test.go (+5 -5)
📝 go.mod (+1 -1)
📝 go.sum (+7 -15)
📝 heartbeat.go (+2 -2)
📝 internal/asynqtest/asynqtest.go (+3 -3)
📝 internal/base/base.go (+2 -2)
📝 internal/base/base_test.go (+2 -2)
📝 internal/rdb/inspect.go (+14 -14)
📝 internal/rdb/inspect_test.go (+13 -13)
📝 internal/rdb/rdb_test.go (+18 -18)
📝 tools/asynq/cmd/ls.go (+8 -8)
📝 tools/asynq/cmd/migrate.go (+3 -3)
📝 tools/go.mod (+1 -1)
📝 tools/go.sum (+23 -19)

📄 Description

No description provided


🔄 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/177 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 7/2/2020 **Status:** ✅ Merged **Merged:** 7/2/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `next` ← **Head:** `feature/uuid` --- ### 📝 Commits (1) - [`5a24eae`](https://github.com/hibiken/asynq/commit/5a24eaeb127fa7cc729d159a86f13f97402c06fd) Replace github.com/rs/xid with github.com/google/uuid ### 📊 Changes **15 files changed** (+104 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `client.go` (+2 -2) 📝 `context_test.go` (+5 -5) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+7 -15) 📝 `heartbeat.go` (+2 -2) 📝 `internal/asynqtest/asynqtest.go` (+3 -3) 📝 `internal/base/base.go` (+2 -2) 📝 `internal/base/base_test.go` (+2 -2) 📝 `internal/rdb/inspect.go` (+14 -14) 📝 `internal/rdb/inspect_test.go` (+13 -13) 📝 `internal/rdb/rdb_test.go` (+18 -18) 📝 `tools/asynq/cmd/ls.go` (+8 -8) 📝 `tools/asynq/cmd/migrate.go` (+3 -3) 📝 `tools/go.mod` (+1 -1) 📝 `tools/go.sum` (+23 -19) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 20:57:10 +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#2674
No description provided.