[PR #254] [CLOSED] Support Go Modules #889

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

📋 Pull Request Information

Original PR: https://github.com/rivo/tview/pull/254
Author: @SamWhited
Created: 3/24/2019
Status: Closed

Base: masterHead: support_modules


📝 Commits (1)

📊 Changes

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

View changed files

go.mod (+11 -0)
go.sum (+18 -0)

📄 Description

I know you've had reservations about modules in the past, but last time you mentioned that you would merge modules support after it was broadly supported in Go.

Now that Go 1.12 is out, all supported versions of Go have full module support and use modules by default when a package isn't in the lelgacy GOPATH.
Please consider merging this updated go.mod file to make it easier on those who do use modules to consume this library.

Thanks 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/254 **Author:** [@SamWhited](https://github.com/SamWhited) **Created:** 3/24/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `support_modules` --- ### 📝 Commits (1) - [`97148c5`](https://github.com/rivo/tview/commit/97148c5a568a16b71f1a99d6cd48101747bddafd) Support Go Modules ### 📊 Changes **2 files changed** (+29 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `go.mod` (+11 -0) ➕ `go.sum` (+18 -0) </details> ### 📄 Description I know you've had reservations about modules in the past, but last time you mentioned that you would merge modules support after it was broadly supported in Go. Now that Go 1.12 is out, all supported versions of Go have full module support and use modules by default when a package isn't in the lelgacy GOPATH. Please consider merging this updated `go.mod` file to make it easier on those who do use modules to consume this library. Thanks for your consideration. --- <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:25 +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#889
No description provided.