From 5401d083297c57df0ef669525ebb8d38323b5d07 Mon Sep 17 00:00:00 2001 From: Ethan Dickson Date: Tue, 24 Sep 2024 06:57:03 +0000 Subject: [PATCH] chore: go mod tidy during fmt/go --- Makefile | 1 + go.mod | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4da623d54be..0b2f14a8d34 100644 --- a/Makefile +++ b/Makefile @@ -395,6 +395,7 @@ fmt: fmt/ts fmt/go fmt/terraform fmt/shfmt fmt/prettier .PHONY: fmt fmt/go: + go mod tidy echo "$(GREEN)==>$(RESET) $(BOLD)fmt/go$(RESET)" # VS Code users should check out # https://github.com/mvdan/gofumpt#visual-studio-code diff --git a/go.mod b/go.mod index 2205f5997e5..bd88517b628 100644 --- a/go.mod +++ b/go.mod @@ -203,6 +203,7 @@ require ( github.com/cespare/xxhash v1.1.0 github.com/charmbracelet/bubbles v0.20.0 github.com/charmbracelet/bubbletea v1.1.0 + github.com/charmbracelet/lipgloss v0.13.0 github.com/coder/serpent v0.8.0 github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 github.com/emersion/go-smtp v0.21.2 @@ -287,9 +288,6 @@ require ( github.com/bep/godartsass/v2 v2.1.0 // indirect github.com/bep/golibsass v1.2.0 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect - // In later at least v0.7.1, lipgloss changes its terminal detection - // which breaks most of our CLI golden files tests. - github.com/charmbracelet/lipgloss v0.13.0 // indirect github.com/chromedp/sysutil v1.0.0 // indirect github.com/clbanning/mxj/v2 v2.7.0 // indirect github.com/cloudflare/circl v1.3.7 // indirect