[PR #9] [CLOSED] hostsfile library version bump + misc vendors #23

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/9
Author: @luthermonson
Created: 5/25/2020
Status: Closed

Base: masterHead: bump


📝 Commits (3)

📊 Changes

213 files changed (+23304 additions, -3746 deletions)

View changed files

📝 go.mod (+2 -2)
📝 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/golang.org/x/sys/unix/affinity_linux.go (+2 -40)
vendor/golang.org/x/sys/unix/asm_linux_riscv64.s (+54 -0)
vendor/golang.org/x/sys/unix/asm_openbsd_arm64.s (+29 -0)
📝 vendor/golang.org/x/sys/unix/bluetooth_linux.go (+1 -0)
📝 vendor/golang.org/x/sys/unix/dirent.go (+88 -3)
📝 vendor/golang.org/x/sys/unix/endian_little.go (+1 -1)
vendor/golang.org/x/sys/unix/fdset.go (+29 -0)
📝 vendor/golang.org/x/sys/unix/ioctl.go (+38 -3)
📝 vendor/golang.org/x/sys/unix/mkall.sh (+25 -8)
📝 vendor/golang.org/x/sys/unix/mkerrors.sh (+45 -17)
vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl (+0 -265)
📝 vendor/golang.org/x/sys/unix/pledge_openbsd.go (+0 -3)

...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/9 **Author:** [@luthermonson](https://github.com/luthermonson) **Created:** 5/25/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `bump` --- ### 📝 Commits (3) - [`11eb3ff`](https://github.com/goodhosts/cli/commit/11eb3ff71e0908c0acafcb549a8993d7f52d862f) vendor - [`cce5f77`](https://github.com/goodhosts/cli/commit/cce5f77a65191042433f86bce25508f4cf262c83) vendor - [`1d7bb41`](https://github.com/goodhosts/cli/commit/1d7bb41280597f8da3cb1e53b17b80f370d7759e) Merge branch 'bump' of github.com:luthermonson/cli-2 into bump ### 📊 Changes **213 files changed** (+23304 additions, -3746 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `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/golang.org/x/sys/unix/affinity_linux.go` (+2 -40) ➕ `vendor/golang.org/x/sys/unix/asm_linux_riscv64.s` (+54 -0) ➕ `vendor/golang.org/x/sys/unix/asm_openbsd_arm64.s` (+29 -0) 📝 `vendor/golang.org/x/sys/unix/bluetooth_linux.go` (+1 -0) 📝 `vendor/golang.org/x/sys/unix/dirent.go` (+88 -3) 📝 `vendor/golang.org/x/sys/unix/endian_little.go` (+1 -1) ➕ `vendor/golang.org/x/sys/unix/fdset.go` (+29 -0) 📝 `vendor/golang.org/x/sys/unix/ioctl.go` (+38 -3) 📝 `vendor/golang.org/x/sys/unix/mkall.sh` (+25 -8) 📝 `vendor/golang.org/x/sys/unix/mkerrors.sh` (+45 -17) ➖ `vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl` (+0 -265) 📝 `vendor/golang.org/x/sys/unix/pledge_openbsd.go` (+0 -3) _...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#23
No description provided.