[PR #2719] [MERGED] remove format private key #16231

Closed
opened 2026-04-16 05:21:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2719
Author: @mxyng
Created: 2/24/2024
Status: Merged
Merged: 2/24/2024
Merged by: @mxyng

Base: mainHead: mxyng/format-private-key


📝 Commits (2)

📊 Changes

4 files changed (+11 additions, -155 deletions)

View changed files

📝 cmd/cmd.go (+8 -11)
format/openssh.go (+0 -102)
📝 go.mod (+2 -14)
📝 go.sum (+1 -28)

📄 Description

the utility format/openssh.go is no longer necessary since x/crypto/ssh v0.14.0 introduced MarshalPrivateKey


🔄 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/ollama/ollama/pull/2719 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 2/24/2024 **Status:** ✅ Merged **Merged:** 2/24/2024 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/format-private-key` --- ### 📝 Commits (2) - [`fd10a2a`](https://github.com/ollama/ollama/commit/fd10a2ad4b141ee3117f6a110046f003dbba1b05) remove format/openssh.go - [`fc48327`](https://github.com/ollama/ollama/commit/fc483274ad61c5f39876f2e7863fda7d21919fca) clean up go.mod ### 📊 Changes **4 files changed** (+11 additions, -155 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+8 -11) ➖ `format/openssh.go` (+0 -102) 📝 `go.mod` (+2 -14) 📝 `go.sum` (+1 -28) </details> ### 📄 Description the utility format/openssh.go is no longer necessary since x/crypto/ssh v0.14.0 introduced MarshalPrivateKey --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 05:21:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#16231