mirror of
https://github.com/goodhosts/cli.git
synced 2026-04-27 07:06:00 +03:00
[PR #10] [MERGED] Bump goodhosts/hostsfile to v0.0.3 #24
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/goodhosts/cli/pull/10
Author: @luthermonson
Created: 5/25/2020
Status: ✅ Merged
Merged: 5/25/2020
Merged by: @luthermonson
Base:
master← Head:hostsfile-v0.0.3📝 Commits (3)
06a601fvendor39ee2d4gorelease on tag, ci on pull/push071a707lint and goimports📊 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.