mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[PR #53] [CLOSED] vendor dependencies with dep #846
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#846
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/rivo/tview/pull/53
Author: @jmank88
Created: 2/6/2018
Status: ❌ Closed
Base:
master← Head:dep📝 Commits (1)
ccb710avendor 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.tomlwas generated bydep init, then I removed the example comments and addednon-gopruning.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.