Skip to content

Commit a93deac

Browse files
Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#158)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/9d2ee975ef9fe627bf0a6f01c1f69e8ef1d4f05d"><code>9d2ee97</code></a> ssh: implement strict KEX protocol changes</li> <li><a href="https://github.com/golang/crypto/commit/4e5a26183ecb4f9a0f85c8f8dbe7982885435436"><code>4e5a261</code></a> ssh: close net.Conn on all NewServerConn errors</li> <li><a href="https://github.com/golang/crypto/commit/152cdb1503ebc13bc0fbb68f92ee189ebf9e3d00"><code>152cdb1</code></a> x509roots/fallback: update bundle</li> <li><a href="https://github.com/golang/crypto/commit/fdfe1f8531a1adcc300c8eba98cb372044826d62"><code>fdfe1f8</code></a> ssh: defer channel window adjustment</li> <li><a href="https://github.com/golang/crypto/commit/b8ffc16e10063067bac0e15c6d7f7995937503ce"><code>b8ffc16</code></a> blake2b: drop Go 1.6, Go 1.8 compatibility</li> <li><a href="https://github.com/golang/crypto/commit/7e6fbd82c804e1760feb603fe21caecb0af0a124"><code>7e6fbd8</code></a> ssh: wrap errors from client handshake</li> <li><a href="https://github.com/golang/crypto/commit/bda2f3f5cfce3f27039acccd823693f6d67c2a74"><code>bda2f3f</code></a> argon2: avoid clobbering BP</li> <li><a href="https://github.com/golang/crypto/commit/325b735346247f48971d2b37d24dd180a35f391f"><code>325b735</code></a> ssh/test: skip TestSSHCLIAuth on Windows</li> <li><a href="https://github.com/golang/crypto/commit/1eadac50a566dfaa1b603ca15e8ad3cbd1c77b20"><code>1eadac5</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/b2d7c26edb17864f117d8b0ee73c1843bcc6090f"><code>b2d7c26</code></a> ssh: add (*Client).DialContext method</li> <li>Additional commits viewable in <a href="https://github.com/golang/crypto/compare/v0.14.0...v0.17.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.14.0&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Azure/InnovationEngine/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1429e12 commit a93deac

File tree

2 files changed

+10
-502
lines changed

2 files changed

+10
-502
lines changed

go.mod

+5-42
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ go 1.20
55
require (
66
github.com/charmbracelet/bubbles v0.17.1
77
github.com/charmbracelet/bubbletea v0.25.0
8+
github.com/charmbracelet/glamour v0.6.0
89
github.com/charmbracelet/lipgloss v0.9.1
9-
github.com/google/uuid v1.3.0
10-
github.com/labstack/echo/v4 v4.10.2
1110
github.com/sergi/go-diff v1.3.1
1211
github.com/sirupsen/logrus v1.9.3
1312
github.com/spf13/cobra v1.7.0
@@ -16,73 +15,37 @@ require (
1615
github.com/yuin/goldmark v1.5.4
1716
golang.org/x/sys v0.16.0
1817
gopkg.in/ini.v1 v1.67.0
19-
k8s.io/api v0.27.1
20-
k8s.io/apimachinery v0.27.1
21-
k8s.io/client-go v0.27.1
2218
)
2319

2420
require (
2521
github.com/alecthomas/chroma v0.10.0 // indirect
2622
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
2723
github.com/aymerick/douceur v0.2.0 // indirect
28-
github.com/charmbracelet/glamour v0.6.0 // indirect
2924
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
3025
github.com/davecgh/go-spew v1.1.1 // indirect
3126
github.com/dlclark/regexp2 v1.4.0 // indirect
32-
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
33-
github.com/go-logr/logr v1.2.3 // indirect
34-
github.com/go-openapi/jsonpointer v0.19.6 // indirect
35-
github.com/go-openapi/jsonreference v0.20.1 // indirect
36-
github.com/go-openapi/swag v0.22.3 // indirect
37-
github.com/gogo/protobuf v1.3.2 // indirect
38-
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
39-
github.com/golang/protobuf v1.5.3 // indirect
40-
github.com/google/gnostic v0.5.7-v3refs // indirect
41-
github.com/google/go-cmp v0.5.9 // indirect
42-
github.com/google/gofuzz v1.1.0 // indirect
4327
github.com/gorilla/css v1.0.0 // indirect
44-
github.com/imdario/mergo v0.3.6 // indirect
4528
github.com/inconshreveable/mousetrap v1.1.0 // indirect
46-
github.com/josharian/intern v1.0.0 // indirect
47-
github.com/json-iterator/go v1.1.12 // indirect
48-
github.com/labstack/gommon v0.4.0 // indirect
29+
github.com/kr/pretty v0.3.0 // indirect
4930
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
50-
github.com/mailru/easyjson v0.7.7 // indirect
51-
github.com/mattn/go-colorable v0.1.13 // indirect
5231
github.com/mattn/go-isatty v0.0.18 // indirect
5332
github.com/mattn/go-localereader v0.0.1 // indirect
5433
github.com/mattn/go-runewidth v0.0.15 // indirect
5534
github.com/microcosm-cc/bluemonday v1.0.21 // indirect
56-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
57-
github.com/modern-go/reflect2 v1.0.2 // indirect
5835
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
5936
github.com/muesli/cancelreader v0.2.2 // indirect
6037
github.com/muesli/reflow v0.3.0 // indirect
6138
github.com/muesli/termenv v0.15.2 // indirect
62-
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6339
github.com/olekukonko/tablewriter v0.0.5 // indirect
6440
github.com/pmezard/go-difflib v1.0.0 // indirect
6541
github.com/rivo/uniseg v0.4.4 // indirect
42+
github.com/rogpeppe/go-internal v1.10.0 // indirect
6643
github.com/spf13/pflag v1.0.5 // indirect
67-
github.com/valyala/bytebufferpool v1.0.0 // indirect
68-
github.com/valyala/fasttemplate v1.2.2 // indirect
6944
github.com/yuin/goldmark-emoji v1.0.1 // indirect
70-
golang.org/x/crypto v0.14.0 // indirect
7145
golang.org/x/net v0.17.0 // indirect
72-
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
7346
golang.org/x/sync v0.1.0 // indirect
7447
golang.org/x/term v0.16.0 // indirect
75-
golang.org/x/text v0.13.0 // indirect
76-
golang.org/x/time v0.3.0 // indirect
77-
google.golang.org/appengine v1.6.7 // indirect
78-
google.golang.org/protobuf v1.28.1 // indirect
79-
gopkg.in/inf.v0 v0.9.1 // indirect
80-
gopkg.in/yaml.v2 v2.4.0 // indirect
48+
golang.org/x/text v0.14.0 // indirect
49+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
8150
gopkg.in/yaml.v3 v3.0.1 // indirect
82-
k8s.io/klog/v2 v2.90.1 // indirect
83-
k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a // indirect
84-
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
85-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
86-
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
87-
sigs.k8s.io/yaml v1.3.0 // indirect
8851
)

0 commit comments

Comments
 (0)