mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #100] [MERGED] Replace UUID library #291
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#291
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/acme-dns/acme-dns/pull/100
Author: @joohoi
Created: 8/10/2018
Status: ✅ Merged
Merged: 8/10/2018
Merged by: @joohoi
Base:
master← Head:replace_uuid📝 Commits (1)
d30d03aUpdate 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.