Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit326886d

Browse files
chore: go mod tidy during fmt/go (#14779)
1 parentae522c5 commit326886d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎Makefile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ fmt: fmt/ts fmt/go fmt/terraform fmt/shfmt fmt/prettier
395395
.PHONY: fmt
396396

397397
fmt/go:
398+
go mod tidy
398399
echo"$(GREEN)==>$(RESET)$(BOLD)fmt/go$(RESET)"
399400
# VS Code users should check out
400401
# https://github.com/mvdan/gofumpt#visual-studio-code

‎go.mod‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ require (
203203
github.com/cespare/xxhashv1.1.0
204204
github.com/charmbracelet/bubblesv0.20.0
205205
github.com/charmbracelet/bubbleteav1.1.0
206+
github.com/charmbracelet/lipglossv0.13.0
206207
github.com/coder/serpentv0.8.0
207208
github.com/emersion/go-saslv0.0.0-20200509203442-7bfe0ed36a21
208209
github.com/emersion/go-smtpv0.21.2
@@ -287,9 +288,6 @@ require (
287288
github.com/bep/godartsass/v2v2.1.0// indirect
288289
github.com/bep/golibsassv1.2.0// indirect
289290
github.com/cespare/xxhash/v2v2.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/lipglossv0.13.0// indirect
293291
github.com/chromedp/sysutilv1.0.0// indirect
294292
github.com/clbanning/mxj/v2v2.7.0// indirect
295293
github.com/cloudflare/circlv1.3.7// indirect

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp