Go mod tidy

This commit is contained in:
Christian Rocha
2020-01-25 22:22:28 -05:00
parent 887eb4bd99
commit 29799c3151
2 changed files with 0 additions and 3 deletions

1
go.mod
View File

@@ -3,7 +3,6 @@ module github.com/charmbracelet/tea
go 1.13
require (
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776 // indirect
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942
golang.org/x/sys v0.0.0-20200120151820-655fe14d7479 // indirect
)