[PR #10] [MERGED] Bump goodhosts/hostsfile to v0.0.3 #24

Closed
opened 2026-03-02 05:09:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/goodhosts/cli/pull/10
Author: @luthermonson
Created: 5/25/2020
Status: Merged
Merged: 5/25/2020
Merged by: @luthermonson

Base: masterHead: hostsfile-v0.0.3


📝 Commits (3)

📊 Changes

229 files changed (+24322 additions, -3756 deletions)

View changed files

.github/workflows/ci.yml (+27 -0)
📝 .github/workflows/release.yml (+3 -2)
📝 .gitignore (+6 -6)
📝 cmd/add.go (+1 -1)
📝 cmd/remove.go (+4 -2)
📝 go.mod (+1 -1)
📝 go.sum (+296 -2)
vendor/github.com/dimchansky/utfbom/.gitignore (+37 -0)
vendor/github.com/dimchansky/utfbom/.travis.yml (+18 -0)
vendor/github.com/dimchansky/utfbom/LICENSE (+201 -0)
vendor/github.com/dimchansky/utfbom/README.md (+66 -0)
vendor/github.com/dimchansky/utfbom/go.mod (+1 -0)
vendor/github.com/dimchansky/utfbom/utfbom.go (+192 -0)
vendor/github.com/goodhosts/hostsfile/.gitignore (+1 -0)
vendor/github.com/goodhosts/hostsfile/LICENSE (+176 -0)
vendor/github.com/goodhosts/hostsfile/Makefile (+5 -0)
vendor/github.com/goodhosts/hostsfile/const.go (+6 -0)
vendor/github.com/goodhosts/hostsfile/const_windows.go (+4 -0)
vendor/github.com/goodhosts/hostsfile/go.mod (+9 -0)
vendor/github.com/goodhosts/hostsfile/go.sum (+381 -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/goodhosts/cli/pull/10 **Author:** [@luthermonson](https://github.com/luthermonson) **Created:** 5/25/2020 **Status:** ✅ Merged **Merged:** 5/25/2020 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `master` ← **Head:** `hostsfile-v0.0.3` --- ### 📝 Commits (3) - [`06a601f`](https://github.com/goodhosts/cli/commit/06a601ff3a2ed4a88ef7bc4f3d4e9e7f62e53d85) vendor - [`39ee2d4`](https://github.com/goodhosts/cli/commit/39ee2d4faf8a575108f9a5bccab324f25084853a) gorelease on tag, ci on pull/push - [`071a707`](https://github.com/goodhosts/cli/commit/071a707c0b0630a3f8eee5c44a0f8d4647d4c3af) lint and goimports ### 📊 Changes **229 files changed** (+24322 additions, -3756 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/ci.yml` (+27 -0) 📝 `.github/workflows/release.yml` (+3 -2) 📝 `.gitignore` (+6 -6) 📝 `cmd/add.go` (+1 -1) 📝 `cmd/remove.go` (+4 -2) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+296 -2) ➕ `vendor/github.com/dimchansky/utfbom/.gitignore` (+37 -0) ➕ `vendor/github.com/dimchansky/utfbom/.travis.yml` (+18 -0) ➕ `vendor/github.com/dimchansky/utfbom/LICENSE` (+201 -0) ➕ `vendor/github.com/dimchansky/utfbom/README.md` (+66 -0) ➕ `vendor/github.com/dimchansky/utfbom/go.mod` (+1 -0) ➕ `vendor/github.com/dimchansky/utfbom/utfbom.go` (+192 -0) ➕ `vendor/github.com/goodhosts/hostsfile/.gitignore` (+1 -0) ➕ `vendor/github.com/goodhosts/hostsfile/LICENSE` (+176 -0) ➕ `vendor/github.com/goodhosts/hostsfile/Makefile` (+5 -0) ➕ `vendor/github.com/goodhosts/hostsfile/const.go` (+6 -0) ➕ `vendor/github.com/goodhosts/hostsfile/const_windows.go` (+4 -0) ➕ `vendor/github.com/goodhosts/hostsfile/go.mod` (+9 -0) ➕ `vendor/github.com/goodhosts/hostsfile/go.sum` (+381 -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-02 05:09:17 +03:00
Sign in to join this conversation.
No labels
bug
bug
bug
pull-request
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/cli#24
No description provided.