[PR #100] [MERGED] Replace UUID library #291

Closed
opened 2026-03-13 16:15:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/acme-dns/acme-dns/pull/100
Author: @joohoi
Created: 8/10/2018
Status: Merged
Merged: 8/10/2018
Merged by: @joohoi

Base: masterHead: replace_uuid


📝 Commits (1)

  • d30d03a Update dependencies and replace uuid library

📊 Changes

1782 files changed (+105096 additions, -40560 deletions)

View changed files

📝 Gopkg.lock (+181 -47)
📝 Gopkg.toml (+0 -4)
📝 acmetxt.go (+3 -3)
📝 api_test.go (+2 -2)
📝 db.go (+1 -1)
📝 types.go (+3 -2)
📝 validation.go (+3 -3)
📝 validation_test.go (+3 -2)
📝 vendor/github.com/gavv/httpexpect/.gometalinter (+1 -3)
📝 vendor/github.com/gavv/httpexpect/.travis.yml (+1 -2)
📝 vendor/github.com/gavv/httpexpect/value_test.go (+201 -0)
vendor/github.com/google/uuid/.travis.yml (+9 -0)
vendor/github.com/google/uuid/CONTRIBUTING.md (+10 -0)
vendor/github.com/google/uuid/CONTRIBUTORS (+9 -0)
vendor/github.com/google/uuid/LICENSE (+27 -0)
vendor/github.com/google/uuid/README.md (+23 -0)
vendor/github.com/google/uuid/dce.go (+80 -0)
vendor/github.com/google/uuid/doc.go (+12 -0)
vendor/github.com/google/uuid/hash.go (+53 -0)
vendor/github.com/google/uuid/json_test.go (+62 -0)

...and 80 more files

📄 Description

There is an outstanding critical issue (https://github.com/satori/go.uuid/issues/73) in the UUID library that's used by acme-dns. The maintainer is unresponsive, and the issue remains unfixed. This PR replaces the library with google/uuid.

This PR also updates the vendored dependencies.


🔄 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/acme-dns/acme-dns/pull/100 **Author:** [@joohoi](https://github.com/joohoi) **Created:** 8/10/2018 **Status:** ✅ Merged **Merged:** 8/10/2018 **Merged by:** [@joohoi](https://github.com/joohoi) **Base:** `master` ← **Head:** `replace_uuid` --- ### 📝 Commits (1) - [`d30d03a`](https://github.com/acme-dns/acme-dns/commit/d30d03a6609a97726a580b08a616acc60a7e4b9a) Update dependencies and replace uuid library ### 📊 Changes **1782 files changed** (+105096 additions, -40560 deletions) <details> <summary>View changed files</summary> 📝 `Gopkg.lock` (+181 -47) 📝 `Gopkg.toml` (+0 -4) 📝 `acmetxt.go` (+3 -3) 📝 `api_test.go` (+2 -2) 📝 `db.go` (+1 -1) 📝 `types.go` (+3 -2) 📝 `validation.go` (+3 -3) 📝 `validation_test.go` (+3 -2) 📝 `vendor/github.com/gavv/httpexpect/.gometalinter` (+1 -3) 📝 `vendor/github.com/gavv/httpexpect/.travis.yml` (+1 -2) 📝 `vendor/github.com/gavv/httpexpect/value_test.go` (+201 -0) ➕ `vendor/github.com/google/uuid/.travis.yml` (+9 -0) ➕ `vendor/github.com/google/uuid/CONTRIBUTING.md` (+10 -0) ➕ `vendor/github.com/google/uuid/CONTRIBUTORS` (+9 -0) ➕ `vendor/github.com/google/uuid/LICENSE` (+27 -0) ➕ `vendor/github.com/google/uuid/README.md` (+23 -0) ➕ `vendor/github.com/google/uuid/dce.go` (+80 -0) ➕ `vendor/github.com/google/uuid/doc.go` (+12 -0) ➕ `vendor/github.com/google/uuid/hash.go` (+53 -0) ➕ `vendor/github.com/google/uuid/json_test.go` (+62 -0) _...and 80 more files_ </details> ### 📄 Description There is an outstanding critical issue (https://github.com/satori/go.uuid/issues/73) in the UUID library that's used by acme-dns. The maintainer is unresponsive, and the issue remains unfixed. This PR replaces the library with google/uuid. This PR also updates the vendored dependencies. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 16:15:46 +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/acme-dns#291
No description provided.