mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-05-18 16:25:14 +02:00
go.mod: bump golang.org/x/net from 0.25.0 to 0.38.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.38.0. - [Commits](https://github.com/golang/net/compare/v0.25.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5a27a2ec45
commit
13aeac2bb2
2 changed files with 16 additions and 15 deletions
11
go.mod
11
go.mod
|
|
@ -1,6 +1,7 @@
|
|||
module willnorris.com/go/imageproxy
|
||||
|
||||
go 1.21
|
||||
toolchain go1.24.1
|
||||
|
||||
require (
|
||||
cloud.google.com/go/storage v1.40.0
|
||||
|
|
@ -60,12 +61,12 @@ require (
|
|||
go.opentelemetry.io/otel v1.26.0 // indirect
|
||||
go.opentelemetry.io/otel/metric v1.26.0 // indirect
|
||||
go.opentelemetry.io/otel/trace v1.26.0 // indirect
|
||||
golang.org/x/crypto v0.23.0 // indirect
|
||||
golang.org/x/net v0.25.0 // indirect
|
||||
golang.org/x/crypto v0.36.0 // indirect
|
||||
golang.org/x/net v0.38.0 // indirect
|
||||
golang.org/x/oauth2 v0.20.0 // indirect
|
||||
golang.org/x/sync v0.7.0 // indirect
|
||||
golang.org/x/sys v0.20.0 // indirect
|
||||
golang.org/x/text v0.15.0 // indirect
|
||||
golang.org/x/sync v0.12.0 // indirect
|
||||
golang.org/x/sys v0.31.0 // indirect
|
||||
golang.org/x/text v0.23.0 // indirect
|
||||
golang.org/x/time v0.5.0 // indirect
|
||||
google.golang.org/api v0.178.0 // indirect
|
||||
google.golang.org/genproto v0.0.0-20240506185236-b8a5c65736ae // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue