Skip to content

feat: bump x/net package for CVE #200

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,6 @@ replace (
github.com/expr-lang/expr => github.com/expr-lang/expr v1.17.0
github.com/observeinc/observe-agent/components/processors/observek8sattributesprocessor v0.0.0-00010101000000-000000000000 => ./components/processors/observek8sattributesprocessor
github.com/observeinc/observe-agent/observecol => ./observecol
golang.org/x/net => golang.org/x/net v0.36.0
golang.org/x/net => golang.org/x/net v0.38.0
golang.org/x/oauth2 => golang.org/x/oauth2 v0.27.0
)
1,256 changes: 629 additions & 627 deletions vendor/golang.org/x/net/html/atom/table.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions vendor/golang.org/x/net/html/parse.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 16 additions & 2 deletions vendor/golang.org/x/net/html/token.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions vendor/golang.org/x/net/http2/frame.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion vendor/golang.org/x/net/http2/server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified vendor/golang.org/x/net/publicsuffix/data/children
Binary file not shown.
Binary file modified vendor/golang.org/x/net/publicsuffix/data/nodes
Binary file not shown.
2 changes: 1 addition & 1 deletion vendor/golang.org/x/net/publicsuffix/data/text

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/golang.org/x/net/publicsuffix/list.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions vendor/golang.org/x/net/publicsuffix/table.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2372,9 +2372,9 @@ golang.org/x/exp/slices
# golang.org/x/mod v0.24.0
## explicit; go 1.23.0
golang.org/x/mod/semver
# golang.org/x/net v0.29.0 => golang.org/x/net v0.36.0
# golang.org/x/net v0.29.0 => golang.org/x/net v0.38.0
## explicit; go 1.23.0
# golang.org/x/net v0.39.0 => golang.org/x/net v0.36.0
# golang.org/x/net v0.39.0 => golang.org/x/net v0.38.0
## explicit; go 1.23.0
golang.org/x/net/bpf
golang.org/x/net/context
Expand Down Expand Up @@ -3113,5 +3113,5 @@ sigs.k8s.io/structured-merge-diff/v4/value
sigs.k8s.io/yaml
sigs.k8s.io/yaml/goyaml.v2
# github.com/expr-lang/expr => github.com/expr-lang/expr v1.17.0
# golang.org/x/net => golang.org/x/net v0.36.0
# golang.org/x/net => golang.org/x/net v0.38.0
# golang.org/x/oauth2 => golang.org/x/oauth2 v0.27.0
Loading