mirror of
https://github.com/fosrl/newt.git
synced 2026-07-11 13:40:01 -05:00
[PR #255] refactor(network): migrate net.IP to netip #6470
Reference in New Issue
Block a user
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/fosrl/newt/pull/255
Author: @LaurenceJJones
Created: 3/6/2026
Status: 🔄 Open
Base:
dev← Head:migrate-to-netip📝 Commits (10+)
71c5bf7update template348b8f6Try to fix overwriting config filef287888Bump the prod-minor-updates group across 1 directory with 2 updatesfb110baMerge pull request #156 from fosrl/dependabot/go_modules/prod-minor-updates-51461da29cb383cecMerge pull request #157 from fosrl/dev552617cBump github.com/docker/docker in the prod-patch-updates groupc729ab5Bump the prod-minor-updates group with 2 updatesc086e69Adding OpenTelemetry Metrics and Tracing9fec22aMerge pull request #159 from fosrl/dependabot/go_modules/prod-minor-updates-a55d2abe4a6048f24Merge pull request #158 from fosrl/dependabot/go_modules/prod-patch-updates-46361b25de📊 Changes
99 files changed (+18538 additions, -1102 deletions)
View changed files
➕
.env.example(+5 -0)➕
.github/DISCUSSION_TEMPLATE/feature-requests.yml(+47 -0)➕
.github/ISSUE_TEMPLATE/1.bug_report.yml(+51 -0)➕
.github/ISSUE_TEMPLATE/config.yml(+8 -0)📝
.github/dependabot.yml(+5 -0)📝
.github/workflows/cicd.yml(+611 -56)➕
.github/workflows/mirror.yaml(+132 -0)➕
.github/workflows/nix-build.yml(+23 -0)➕
.github/workflows/nix-dependabot-update-hash.yml(+48 -0)➕
.github/workflows/stale-bot.yml(+37 -0)📝
.github/workflows/test.yml(+24 -13)📝
.gitignore(+6 -2)📝
.go-version(+1 -1)📝
CONTRIBUTING.md(+2 -6)📝
Dockerfile(+12 -5)📝
Makefile(+50 -17)📝
README.md(+7 -157)📝
SECURITY.md(+1 -1)➕
authdaemon.go(+150 -0)➕
authdaemon/connection.go(+27 -0)...and 79 more files
📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Simply migrate from net.ip to netip golang package which has improved code and access methods
How to test?
simply internal only changes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.