mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Use canonical module name and clean up go.mod/sum
This commit is contained in:
8
go.mod
8
go.mod
@@ -1,9 +1,5 @@
|
||||
module tea
|
||||
module github.com/charmbracelet/tea
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
|
||||
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942
|
||||
golang.org/x/sys v0.0.0-20190626150813-e07cf5db2756 // indirect
|
||||
)
|
||||
require github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942
|
||||
|
||||
Reference in New Issue
Block a user