aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2023-08-11 00:08:44 +0200
committerGitHub <noreply@github.com>2023-08-11 00:08:44 +0200
commit528c9446034a686e693734e31f22a61e6c133f10 (patch)
tree16b15160affb65272a0e5c0a65efa4d796cd38c2
parent500fa2c4600074d0650274e3bcecf5d6572d0c8d (diff)
parentd8bcd71d220e54c9e99b760d54e708755e16a010 (diff)
downloadgit-bug-528c9446034a686e693734e31f22a61e6c133f10.tar.gz
Merge pull request #1082 from MichaelMure/dependabot/go_modules/golang.org/x/term-0.11.0
build(deps): bump golang.org/x/term from 0.8.0 to 0.11.0
-rw-r--r--.codespellrc5
-rw-r--r--.github/workflows/codespell.yml3
-rw-r--r--go.mod2
-rw-r--r--go.sum4
4 files changed, 6 insertions, 8 deletions
diff --git a/.codespellrc b/.codespellrc
index 750692b5..502a0de7 100644
--- a/.codespellrc
+++ b/.codespellrc
@@ -1,6 +1,7 @@
[codespell]
-skip = .git,.venv,*.svg,package-lock.json
+skip = .git,.venv,*.svg,package-lock.json,go.mod,go.sum
# ot,fo,te - used as short variable names
# optionall - OptionAll but codespell is case insensitive
# testing - TestIn
-ignore-words-list = ot,fo,te,optionall,testin
+# transfered - github import test: the test repo to be imported has that typo, and it's not easy to change
+ignore-words-list = ot,fo,te,optionall,testin,transfered
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index 2abb1a14..5768d7c6 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -17,6 +17,3 @@ jobs:
uses: actions/checkout@v3
- name: Codespell
uses: codespell-project/actions-codespell@v1
- with:
- # github import test: the repo to be imported has that typo, and it's not easy to change
- ignore_words_list: transfered
diff --git a/go.mod b/go.mod
index 9f9fee77..1b18b62c 100644
--- a/go.mod
+++ b/go.mod
@@ -116,7 +116,7 @@ require (
go.etcd.io/bbolt v1.3.5 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.10.0 // indirect
- golang.org/x/term v0.8.0
+ golang.org/x/term v0.11.0
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.6.0 // indirect
golang.org/x/vuln v0.0.0-20220908155419-5537ad2271a7
diff --git a/go.sum b/go.sum
index deb0651d..129fed45 100644
--- a/go.sum
+++ b/go.sum
@@ -392,8 +392,8 @@ golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf/go.mod h1:bj7SfCRtBDWHUb9sn
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=
-golang.org/x/term v0.8.0 h1:n5xxQn2i3PC0yLAbjTpNT85q/Kgzcr2gIoX9OrJUols=
-golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo=
+golang.org/x/term v0.11.0 h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0=
+golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=