[PR #32] [MERGED] Update dependencies #255

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

📋 Pull Request Information

Original PR: https://github.com/acme-dns/acme-dns/pull/32
Author: @joohoi
Created: 1/22/2018
Status: Merged
Merged: 1/22/2018
Merged by: @joohoi

Base: masterHead: update-deps


📝 Commits (1)

📊 Changes

1727 files changed (+697910 additions, -12700 deletions)

View changed files

📝 Gopkg.lock (+160 -16)
📝 Gopkg.toml (+18 -4)
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)

...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.

## 📋 Pull Request Information **Original PR:** https://github.com/acme-dns/acme-dns/pull/32 **Author:** [@joohoi](https://github.com/joohoi) **Created:** 1/22/2018 **Status:** ✅ Merged **Merged:** 1/22/2018 **Merged by:** [@joohoi](https://github.com/joohoi) **Base:** `master` ← **Head:** `update-deps` --- ### 📝 Commits (1) - [`4d8f648`](https://github.com/acme-dns/acme-dns/commit/4d8f64889fe10a23c43f11717edf9ac3a19023d2) Update dependencies ### 📊 Changes **1727 files changed** (+697910 additions, -12700 deletions) <details> <summary>View changed files</summary> 📝 `Gopkg.lock` (+160 -16) 📝 `Gopkg.toml` (+18 -4) ➕ `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) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 16:13:52 +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#255
No description provided.