Skip to content

Commit

Permalink
fix golang.org/x/net
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Klimov <eklimov@altinity.com>
  • Loading branch information
Slach committed Dec 19, 2024
1 parent 2bddea7 commit ac28cae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 172 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/grafana/grafana-plugin-sdk-go v0.260.1
github.com/klauspost/compress v1.17.11
github.com/stretchr/testify v1.10.0
golang.org/x/sync v0.9.0
golang.org/x/sync v0.10.0
)

require (
Expand Down Expand Up @@ -53,7 +53,6 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
Expand Down Expand Up @@ -87,9 +86,9 @@ require (
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/tools v0.27.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697 // indirect
Expand Down
Loading

0 comments on commit ac28cae

Please sign in to comment.