mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[PR #30] [CLOSED] Update vendored deps #256
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#256
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/30
Author: @joohoi
Created: 1/21/2018
Status: ❌ Closed
Base:
master← Head:update_deps📝 Commits (1)
0242e35Update vendored deps📊 Changes
1418 files changed (+674362 additions, -2 deletions)
View changed files
📝
Gopkg.lock(+140 -2)➕
vendor/github.com/ajg/form/.travis.yml(+25 -0)➕
vendor/github.com/ajg/form/LICENSE(+27 -0)➕
vendor/github.com/ajg/form/README.md(+246 -0)➕
vendor/github.com/ajg/form/TODO.md(+4 -0)➕
vendor/github.com/ajg/form/decode.go(+370 -0)➕
vendor/github.com/ajg/form/decode_test.go(+114 -0)➕
vendor/github.com/ajg/form/encode.go(+388 -0)➕
vendor/github.com/ajg/form/encode_test.go(+101 -0)➕
vendor/github.com/ajg/form/form.go(+14 -0)➕
vendor/github.com/ajg/form/form_test.go(+342 -0)➕
vendor/github.com/ajg/form/node.go(+152 -0)➕
vendor/github.com/ajg/form/node_test.go(+87 -0)➕
vendor/github.com/ajg/form/pre-commit.sh(+18 -0)➕
vendor/github.com/davecgh/go-spew/.gitignore(+22 -0)➕
vendor/github.com/davecgh/go-spew/.travis.yml(+14 -0)➕
vendor/github.com/davecgh/go-spew/LICENSE(+15 -0)➕
vendor/github.com/davecgh/go-spew/README.md(+205 -0)➕
vendor/github.com/davecgh/go-spew/cov_report.sh(+22 -0)➕
vendor/github.com/davecgh/go-spew/spew/bypass.go(+152 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.