mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 08:45:54 +03:00
[PR #190] [MERGED] Feat: replace satori/go.uuid by github.com/google/uuid #475
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#475
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:uuid📝 Commits (1)
c059f2eFeat: 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.