[PR #53] [CLOSED] vendor dependencies with dep #846

Closed
opened 2026-03-04 01:08:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rivo/tview/pull/53
Author: @jmank88
Created: 2/6/2018
Status: Closed

Base: masterHead: dep


📝 Commits (1)

  • ccb710a vendor dependencies with dep

📊 Changes

128 files changed (+22784 additions, -0 deletions)

View changed files

Gopkg.lock (+48 -0)
Gopkg.toml (+16 -0)
vendor/github.com/gdamore/encoding/LICENSE (+202 -0)
vendor/github.com/gdamore/encoding/ascii.go (+36 -0)
vendor/github.com/gdamore/encoding/charmap.go (+192 -0)
vendor/github.com/gdamore/encoding/doc.go (+17 -0)
vendor/github.com/gdamore/encoding/ebcdic.go (+273 -0)
vendor/github.com/gdamore/encoding/latin1.go (+33 -0)
vendor/github.com/gdamore/encoding/latin5.go (+35 -0)
vendor/github.com/gdamore/encoding/utf8.go (+35 -0)
vendor/github.com/gdamore/tcell/AUTHORS (+4 -0)
vendor/github.com/gdamore/tcell/LICENSE (+202 -0)
vendor/github.com/gdamore/tcell/attr.go (+32 -0)
vendor/github.com/gdamore/tcell/cell.go (+186 -0)
vendor/github.com/gdamore/tcell/charset_stub.go (+21 -0)
vendor/github.com/gdamore/tcell/charset_unix.go (+49 -0)
vendor/github.com/gdamore/tcell/charset_windows.go (+21 -0)
vendor/github.com/gdamore/tcell/color.go (+1019 -0)
vendor/github.com/gdamore/tcell/colorfit.go (+52 -0)
vendor/github.com/gdamore/tcell/console_stub.go (+23 -0)

...and 80 more files

📄 Description

This PR proposes vendoring dependencies with dep. Gopkg.toml was generated by dep init, then I removed the example comments and added non-go pruning.


🔄 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/rivo/tview/pull/53 **Author:** [@jmank88](https://github.com/jmank88) **Created:** 2/6/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dep` --- ### 📝 Commits (1) - [`ccb710a`](https://github.com/rivo/tview/commit/ccb710a2985dce0c776de07a0f440116858e288f) vendor dependencies with dep ### 📊 Changes **128 files changed** (+22784 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Gopkg.lock` (+48 -0) ➕ `Gopkg.toml` (+16 -0) ➕ `vendor/github.com/gdamore/encoding/LICENSE` (+202 -0) ➕ `vendor/github.com/gdamore/encoding/ascii.go` (+36 -0) ➕ `vendor/github.com/gdamore/encoding/charmap.go` (+192 -0) ➕ `vendor/github.com/gdamore/encoding/doc.go` (+17 -0) ➕ `vendor/github.com/gdamore/encoding/ebcdic.go` (+273 -0) ➕ `vendor/github.com/gdamore/encoding/latin1.go` (+33 -0) ➕ `vendor/github.com/gdamore/encoding/latin5.go` (+35 -0) ➕ `vendor/github.com/gdamore/encoding/utf8.go` (+35 -0) ➕ `vendor/github.com/gdamore/tcell/AUTHORS` (+4 -0) ➕ `vendor/github.com/gdamore/tcell/LICENSE` (+202 -0) ➕ `vendor/github.com/gdamore/tcell/attr.go` (+32 -0) ➕ `vendor/github.com/gdamore/tcell/cell.go` (+186 -0) ➕ `vendor/github.com/gdamore/tcell/charset_stub.go` (+21 -0) ➕ `vendor/github.com/gdamore/tcell/charset_unix.go` (+49 -0) ➕ `vendor/github.com/gdamore/tcell/charset_windows.go` (+21 -0) ➕ `vendor/github.com/gdamore/tcell/color.go` (+1019 -0) ➕ `vendor/github.com/gdamore/tcell/colorfit.go` (+52 -0) ➕ `vendor/github.com/gdamore/tcell/console_stub.go` (+23 -0) _...and 80 more files_ </details> ### 📄 Description This PR proposes vendoring dependencies with [`dep`](https://github.com/golang/dep). `Gopkg.toml` was generated by `dep init`, then I removed the example comments and added `non-go` pruning. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:08:12 +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/tview#846
No description provided.