[PR #190] [MERGED] Feat: replace satori/go.uuid by github.com/google/uuid #475

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

📋 Pull Request Information

Original PR: https://github.com/axllent/mailpit/pull/190
Author: @jouve
Created: 10/15/2023
Status: Merged
Merged: 10/16/2023
Merged by: @axllent

Base: developHead: uuid


📝 Commits (1)

  • c059f2e Feat: replace satori/go.uuid by github.com/google/uuid

📊 Changes

5 files changed (+7 additions, -10 deletions)

View changed files

📝 go.mod (+1 -2)
📝 go.sum (+0 -2)
📝 internal/storage/database.go (+2 -2)
📝 server/apiv1/api.go (+2 -2)
📝 server/smtpd/smtpd.go (+2 -2)

📄 Description

fix #189

github.com/google/uuid seems to be the most popular option and it looks like it's well maintained


🔄 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/axllent/mailpit/pull/190 **Author:** [@jouve](https://github.com/jouve) **Created:** 10/15/2023 **Status:** ✅ Merged **Merged:** 10/16/2023 **Merged by:** [@axllent](https://github.com/axllent) **Base:** `develop` ← **Head:** `uuid` --- ### 📝 Commits (1) - [`c059f2e`](https://github.com/axllent/mailpit/commit/c059f2e66d171a050c319ca2aac4cfee32ce58b7) Feat: replace satori/go.uuid by github.com/google/uuid ### 📊 Changes **5 files changed** (+7 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -2) 📝 `go.sum` (+0 -2) 📝 `internal/storage/database.go` (+2 -2) 📝 `server/apiv1/api.go` (+2 -2) 📝 `server/smtpd/smtpd.go` (+2 -2) </details> ### 📄 Description fix #189 github.com/google/uuid seems to be the most popular option and it looks like it's well maintained --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 14:20:59 +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/mailpit#475
No description provided.