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

Commit46c8a81

Browse files
chore(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 (#76)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent4e8c674 commit46c8a81

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/breml/rootcertsv0.2.18
1313
github.com/coder/coder/v2v2.10.1-0.20240703121105-f6639b788f7b
1414
github.com/coder/quartzv0.1.2
15-
github.com/fatih/colorv1.17.0
15+
github.com/fatih/colorv1.18.0
1616
github.com/go-chi/chi/v5v5.1.0
1717
github.com/google/uuidv1.6.0
1818
github.com/hashicorp/yamuxv0.1.1
@@ -192,7 +192,7 @@ require (
192192
golang.org/x/netv0.26.0// indirect
193193
golang.org/x/oauth2v0.21.0// indirect
194194
golang.org/x/syncv0.7.0// indirect
195-
golang.org/x/sysv0.21.0// indirect
195+
golang.org/x/sysv0.25.0// indirect
196196
golang.org/x/termv0.21.0// indirect
197197
golang.org/x/textv0.16.0// indirect
198198
golang.org/x/timev0.5.0// indirect

‎go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ github.com/elastic/go-windows v1.0.0/go.mod h1:TsU0Nrp7/y3+VwE82FoZF8gC/XFg/Elz6
161161
github.com/emicklei/go-restful/v3v3.11.0 h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g=
162162
github.com/emicklei/go-restful/v3v3.11.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
163163
github.com/fatih/colorv1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
164-
github.com/fatih/colorv1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4=
165-
github.com/fatih/colorv1.17.0/go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI=
164+
github.com/fatih/colorv1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=
165+
github.com/fatih/colorv1.18.0/go.mod h1:4FelSpRwEGDpQ12mAdzqdOukCy4u8WUtOY6lkT/6HfU=
166166
github.com/felixge/httpsnoopv1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
167167
github.com/felixge/httpsnoopv1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
168168
github.com/frankban/quicktestv1.14.5 h1:dfYrrRyLtiqT9GyKXgdh+k4inNeTvmGbuSgZ3lx3GhA=
@@ -691,8 +691,8 @@ golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
691691
golang.org/x/sysv0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
692692
golang.org/x/sysv0.4.1-0.20230131160137-e7d7f63158de/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
693693
golang.org/x/sysv0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
694-
golang.org/x/sysv0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
695-
golang.org/x/sysv0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
694+
golang.org/x/sysv0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34=
695+
golang.org/x/sysv0.25.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
696696
golang.org/x/termv0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
697697
golang.org/x/termv0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
698698
golang.org/x/termv0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp