From b49afd9ffb45069b3a34040302168ff91239380b Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 25 May 2022 16:49:05 -0400 Subject: [PATCH] mod tidy --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index e0a00c6..e5c6d54 100644 --- a/go.mod +++ b/go.mod @@ -3,14 +3,14 @@ module git.saintnet.tech/stryan/spacetea go 1.18 require ( + github.com/BurntSushi/toml v1.1.0 github.com/charmbracelet/bubbles v0.10.3 github.com/charmbracelet/bubbletea v0.20.0 + github.com/charmbracelet/lipgloss v0.4.0 ) require ( - github.com/BurntSushi/toml v1.1.0 // indirect github.com/atotto/clipboard v0.1.4 // indirect - github.com/charmbracelet/lipgloss v0.4.0 // indirect github.com/containerd/console v1.0.3 // indirect github.com/lucasb-eyer/go-colorful v1.2.0 // indirect github.com/mattn/go-isatty v0.0.14 // indirect