[PR #1086] [MERGED] deps: remove shlex #1767

Closed
opened 2026-03-01 21:52:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1086
Author: @catthehacker
Created: 3/29/2022
Status: Merged
Merged: 3/29/2022
Merged by: @mergify[bot]

Base: masterHead: refactor/remove-shlex


📝 Commits (1)

📊 Changes

3 files changed (+2 additions, -4 deletions)

View changed files

📝 go.mod (+0 -1)
📝 go.sum (+0 -1)
📝 pkg/runner/run_context.go (+2 -2)

📄 Description

removes github.com/google/shlex which was added in #809 but we already have shell splitting library github.com/kballard/go-shellquote


🔄 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/nektos/act/pull/1086 **Author:** [@catthehacker](https://github.com/catthehacker) **Created:** 3/29/2022 **Status:** ✅ Merged **Merged:** 3/29/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `refactor/remove-shlex` --- ### 📝 Commits (1) - [`1f58e9b`](https://github.com/nektos/act/commit/1f58e9be5364e70745a44232169685c8bb51d418) deps: remove shlex ### 📊 Changes **3 files changed** (+2 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+0 -1) 📝 `go.sum` (+0 -1) 📝 `pkg/runner/run_context.go` (+2 -2) </details> ### 📄 Description removes `github.com/google/shlex` which was added in #809 but we already have shell splitting library `github.com/kballard/go-shellquote` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:52:35 +03:00
Sign in to join this conversation.
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/act#1767
No description provided.