[PR #211] [CLOSED] Support Go Modules #877

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

📋 Pull Request Information

Original PR: https://github.com/rivo/tview/pull/211
Author: @SamWhited
Created: 12/21/2018
Status: Closed

Base: masterHead: support_modules


📝 Commits (1)

📊 Changes

2 files changed (+21 additions, -0 deletions)

View changed files

go.mod (+9 -0)
go.sum (+12 -0)

📄 Description

Hello,

Please consider supporting Go Modules, the new packaging standard that will be adopted fully in Go 1.12. Experimental support is in Go 1.11 and the new module paths are supported in Go 1.9.7+ and Go 1.10.3+ in a read-only manner for backwards compatibility with all supported versions of Go.

Because this library is still below version 2 the go.mod file is fairly simple. The only other thing that would need to be done if this PR were merged is to create a semver compatible tag (eg. v0.0.1) that users of this library can pin to.

Thank you for your consideration.


🔄 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/211 **Author:** [@SamWhited](https://github.com/SamWhited) **Created:** 12/21/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `support_modules` --- ### 📝 Commits (1) - [`a2eb34f`](https://github.com/rivo/tview/commit/a2eb34f1e2905f6c585743d939d6f47d44f6b296) Support Go Modules ### 📊 Changes **2 files changed** (+21 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `go.mod` (+9 -0) ➕ `go.sum` (+12 -0) </details> ### 📄 Description Hello, Please consider supporting [Go Modules], the new packaging standard that will be adopted fully in Go 1.12. Experimental support is in Go 1.11 and the new module paths are supported in Go 1.9.7+ and Go 1.10.3+ in a read-only manner for backwards compatibility with all supported versions of Go. Because this library is still below version 2 the [`go.mod`] file is fairly simple. The only other thing that would need to be done if this PR were merged is to create a semver compatible tag (eg. `v0.0.1`) that users of this library can pin to. Thank you for your consideration. [Go Modules]: https://github.com/golang/go/wiki/Modules [`go.mod`]: https://tip.golang.org/cmd/go/#hdr-The_go_mod_file --- <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:22 +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#877
No description provided.