File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -395,6 +395,7 @@ fmt: fmt/ts fmt/go fmt/terraform fmt/shfmt fmt/prettier
395
395
.PHONY : fmt
396
396
397
397
fmt/go :
398
+ go mod tidy
398
399
echo " $( GREEN) ==>$( RESET) $( BOLD) fmt/go$( RESET) "
399
400
# VS Code users should check out
400
401
# https://github.com/mvdan/gofumpt#visual-studio-code
Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ require (
203
203
github.com/cespare/xxhash v1.1.0
204
204
github.com/charmbracelet/bubbles v0.20.0
205
205
github.com/charmbracelet/bubbletea v1.1.0
206
+ github.com/charmbracelet/lipgloss v0.13.0
206
207
github.com/coder/serpent v0.8.0
207
208
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
208
209
github.com/emersion/go-smtp v0.21.2
@@ -287,9 +288,6 @@ require (
287
288
github.com/bep/godartsass/v2 v2.1.0 // indirect
288
289
github.com/bep/golibsass v1.2.0 // indirect
289
290
github.com/cespare/xxhash/v2 v2.3.0 // indirect
290
- // In later at least v0.7.1, lipgloss changes its terminal detection
291
- // which breaks most of our CLI golden files tests.
292
- github.com/charmbracelet/lipgloss v0.13.0 // indirect
293
291
github.com/chromedp/sysutil v1.0.0 // indirect
294
292
github.com/clbanning/mxj/v2 v2.7.0 // indirect
295
293
github.com/cloudflare/circl v1.3.7 // indirect
You can’t perform that action at this time.
0 commit comments