[PR #187] [MERGED] Migrate to Go 1.13 and gomodules #341

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

📋 Pull Request Information

Original PR: https://github.com/acme-dns/acme-dns/pull/187
Author: @joohoi
Created: 10/17/2019
Status: Merged
Merged: 10/17/2019
Merged by: @joohoi

Base: masterHead: update_1.13


📝 Commits (1)

  • 1fac7a2 Migrate to Go 1.13 and gomodules

📊 Changes

3455 files changed (+135 additions, -1485115 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 Dockerfile (+1 -1)
Gopkg.lock (+0 -367)
Gopkg.toml (+0 -72)
📝 README.md (+1 -1)
📝 api_test.go (+1 -1)
go.mod (+33 -0)
go.sum (+98 -0)
vendor/github.com/BurntSushi/toml/.gitignore (+0 -5)
vendor/github.com/BurntSushi/toml/.travis.yml (+0 -15)
vendor/github.com/BurntSushi/toml/COMPATIBLE (+0 -3)
vendor/github.com/BurntSushi/toml/COPYING (+0 -21)
vendor/github.com/BurntSushi/toml/Makefile (+0 -19)
vendor/github.com/BurntSushi/toml/README.md (+0 -218)
vendor/github.com/BurntSushi/toml/_examples/example.go (+0 -61)
vendor/github.com/BurntSushi/toml/_examples/example.toml (+0 -35)
vendor/github.com/BurntSushi/toml/_examples/hard.toml (+0 -22)
vendor/github.com/BurntSushi/toml/_examples/implicit.toml (+0 -4)
vendor/github.com/BurntSushi/toml/_examples/invalid-apples.toml (+0 -6)
vendor/github.com/BurntSushi/toml/_examples/invalid.toml (+0 -35)

...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/187 **Author:** [@joohoi](https://github.com/joohoi) **Created:** 10/17/2019 **Status:** ✅ Merged **Merged:** 10/17/2019 **Merged by:** [@joohoi](https://github.com/joohoi) **Base:** `master` ← **Head:** `update_1.13` --- ### 📝 Commits (1) - [`1fac7a2`](https://github.com/acme-dns/acme-dns/commit/1fac7a2fccfed409d238c5a14b5035f573388e9e) Migrate to Go 1.13 and gomodules ### 📊 Changes **3455 files changed** (+135 additions, -1485115 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `Dockerfile` (+1 -1) ➖ `Gopkg.lock` (+0 -367) ➖ `Gopkg.toml` (+0 -72) 📝 `README.md` (+1 -1) 📝 `api_test.go` (+1 -1) ➕ `go.mod` (+33 -0) ➕ `go.sum` (+98 -0) ➖ `vendor/github.com/BurntSushi/toml/.gitignore` (+0 -5) ➖ `vendor/github.com/BurntSushi/toml/.travis.yml` (+0 -15) ➖ `vendor/github.com/BurntSushi/toml/COMPATIBLE` (+0 -3) ➖ `vendor/github.com/BurntSushi/toml/COPYING` (+0 -21) ➖ `vendor/github.com/BurntSushi/toml/Makefile` (+0 -19) ➖ `vendor/github.com/BurntSushi/toml/README.md` (+0 -218) ➖ `vendor/github.com/BurntSushi/toml/_examples/example.go` (+0 -61) ➖ `vendor/github.com/BurntSushi/toml/_examples/example.toml` (+0 -35) ➖ `vendor/github.com/BurntSushi/toml/_examples/hard.toml` (+0 -22) ➖ `vendor/github.com/BurntSushi/toml/_examples/implicit.toml` (+0 -4) ➖ `vendor/github.com/BurntSushi/toml/_examples/invalid-apples.toml` (+0 -6) ➖ `vendor/github.com/BurntSushi/toml/_examples/invalid.toml` (+0 -35) _...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:18:30 +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#341
No description provided.