mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 21:45:59 +03:00
[PR #503] Updated the deprecated ioutil dependency #475
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#475
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/FiloSottile/mkcert/pull/503
Author: @zachary-walters
Created: 2/3/2023
Status: 🔄 Open
Base:
master← Head:update-deprecated-dependency-ioutil📝 Commits (1)
d33c076Updated the deprecated ioutil dependency📊 Changes
4 files changed (+15 additions, -19 deletions)
View changed files
📝
cert.go(+10 -11)📝
truststore_darwin.go(+3 -4)📝
truststore_linux.go(+1 -2)📝
truststore_windows.go(+1 -2)📄 Description
The ioutil package has been deprecated as of Go v1.16: https://go.dev/doc/go1.16#ioutil
This commit replaces ioutil functions with their respective io/os functions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.