Skip to content

Commit d97eb4b

Browse files
build(deps): bump golang.org/x/net from 0.2.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.2.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](golang/net@v0.2.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e191b2f commit d97eb4b

113 files changed

Lines changed: 4665 additions & 1627 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ require (
1212
github.com/gorilla/websocket v1.5.0
1313
github.com/hashicorp/go-hclog v0.14.1
1414
github.com/hashicorp/go-plugin v1.4.5
15+
github.com/json-iterator/go v1.1.12
1516
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
1617
github.com/pyroscope-io/pyroscope v0.18.0
1718
github.com/seeadoog/jsonschema v1.1.0
@@ -20,7 +21,7 @@ require (
2021
github.com/swaggo/swag v1.8.7
2122
github.com/xfyun/uuid v0.0.0-20220331052528-3a275a5702d5
2223
github.com/xfyun/xsf v0.0.0-20220402010628-6507dace16c0
23-
golang.org/x/net v0.2.0
24+
golang.org/x/net v0.7.0
2425
google.golang.org/grpc v1.32.0
2526
google.golang.org/protobuf v1.28.0
2627
)
@@ -55,7 +56,6 @@ require (
5556
github.com/invopop/yaml v0.1.0 // indirect
5657
github.com/jmespath/go-jmespath v0.4.0 // indirect
5758
github.com/josharian/intern v1.0.0 // indirect
58-
github.com/json-iterator/go v1.1.12 // indirect
5959
github.com/leodido/go-urn v1.2.1 // indirect
6060
github.com/mailru/easyjson v0.7.6 // indirect
6161
github.com/mattn/go-colorable v0.1.8 // indirect
@@ -97,8 +97,8 @@ require (
9797
go.uber.org/multierr v1.6.0 // indirect
9898
go.uber.org/zap v1.21.0 // indirect
9999
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
100-
golang.org/x/sys v0.2.0 // indirect
101-
golang.org/x/text v0.4.0 // indirect
100+
golang.org/x/sys v0.5.0 // indirect
101+
golang.org/x/text v0.7.0 // indirect
102102
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
103103
golang.org/x/tools v0.1.12 // indirect
104104
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 // indirect

go.sum

Lines changed: 499 additions & 7 deletions
Large diffs are not rendered by default.

vendor/github.com/cihub/seelog/LICENSE.txt

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mitchellh/go-ps/Vagrantfile

Lines changed: 43 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/oliveagle/jsonpath/.travis.yml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)