[PR #136] [MERGED] chore(deps): cleanup go.mod a little bit #1362

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/136
Author: @chenrui333
Created: 3/6/2020
Status: Merged
Merged: 3/6/2020
Merged by: @cplee

Base: masterHead: update-go-mod


📝 Commits (3)

📊 Changes

463 files changed (+67604 additions, -38415 deletions)

View changed files

📝 .github/workflows/push.yml (+1 -1)
📝 go.mod (+5 -14)
📝 go.sum (+79 -27)
📝 vendor/github.com/Microsoft/go-winio/file.go (+17 -1)
vendor/github.com/Microsoft/go-winio/go.mod (+9 -0)
vendor/github.com/Microsoft/go-winio/go.sum (+18 -0)
vendor/github.com/Microsoft/go-winio/hvsock.go (+305 -0)
📝 vendor/github.com/Microsoft/go-winio/pipe.go (+160 -71)
vendor/github.com/Microsoft/go-winio/pkg/guid/guid.go (+235 -0)
📝 vendor/github.com/Microsoft/go-winio/syscall.go (+1 -1)
📝 vendor/github.com/Microsoft/go-winio/zsyscall_windows.go (+65 -23)
vendor/github.com/Microsoft/hcsshim/LICENSE (+21 -0)
vendor/github.com/Microsoft/hcsshim/osversion/osversion_windows.go (+57 -0)
vendor/github.com/Microsoft/hcsshim/osversion/windowsbuilds.go (+27 -0)
vendor/github.com/containerd/containerd/LICENSE (+191 -0)
vendor/github.com/containerd/containerd/NOTICE (+16 -0)
vendor/github.com/containerd/containerd/errdefs/errors.go (+93 -0)
vendor/github.com/containerd/containerd/errdefs/grpc.go (+147 -0)
vendor/github.com/containerd/continuity/fs/copy.go (+172 -0)
vendor/github.com/containerd/continuity/fs/copy_linux.go (+144 -0)

...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/nektos/act/pull/136 **Author:** [@chenrui333](https://github.com/chenrui333) **Created:** 3/6/2020 **Status:** ✅ Merged **Merged:** 3/6/2020 **Merged by:** [@cplee](https://github.com/cplee) **Base:** `master` ← **Head:** `update-go-mod` --- ### 📝 Commits (3) - [`41b4ff6`](https://github.com/nektos/act/commit/41b4ff6d4155f0f88c2fcb33540bb42df5fa09c0) Upgrade docker to v19.03.7 - [`c90f035`](https://github.com/nektos/act/commit/c90f035b1475acd123374cd92b787597d084f806) go mod vendor - [`2741725`](https://github.com/nektos/act/commit/27417253e9e02f72a5aa61449cd54c160f8b76c0) golangci-lint 1.23.8 ### 📊 Changes **463 files changed** (+67604 additions, -38415 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/push.yml` (+1 -1) 📝 `go.mod` (+5 -14) 📝 `go.sum` (+79 -27) 📝 `vendor/github.com/Microsoft/go-winio/file.go` (+17 -1) ➕ `vendor/github.com/Microsoft/go-winio/go.mod` (+9 -0) ➕ `vendor/github.com/Microsoft/go-winio/go.sum` (+18 -0) ➕ `vendor/github.com/Microsoft/go-winio/hvsock.go` (+305 -0) 📝 `vendor/github.com/Microsoft/go-winio/pipe.go` (+160 -71) ➕ `vendor/github.com/Microsoft/go-winio/pkg/guid/guid.go` (+235 -0) 📝 `vendor/github.com/Microsoft/go-winio/syscall.go` (+1 -1) 📝 `vendor/github.com/Microsoft/go-winio/zsyscall_windows.go` (+65 -23) ➕ `vendor/github.com/Microsoft/hcsshim/LICENSE` (+21 -0) ➕ `vendor/github.com/Microsoft/hcsshim/osversion/osversion_windows.go` (+57 -0) ➕ `vendor/github.com/Microsoft/hcsshim/osversion/windowsbuilds.go` (+27 -0) ➕ `vendor/github.com/containerd/containerd/LICENSE` (+191 -0) ➕ `vendor/github.com/containerd/containerd/NOTICE` (+16 -0) ➕ `vendor/github.com/containerd/containerd/errdefs/errors.go` (+93 -0) ➕ `vendor/github.com/containerd/containerd/errdefs/grpc.go` (+147 -0) ➕ `vendor/github.com/containerd/continuity/fs/copy.go` (+172 -0) ➕ `vendor/github.com/containerd/continuity/fs/copy_linux.go` (+144 -0) _...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-01 21:50:51 +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#1362
No description provided.