build: imagor 1.5.8, vipsgen 1.1.0
This commit is contained in:
parent
fda0567b64
commit
dc3d0d2061
2 changed files with 14 additions and 14 deletions
8
go.mod
8
go.mod
|
|
@ -3,8 +3,8 @@ module github.com/cshum/imagorvideo
|
|||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/cshum/imagor v1.5.6
|
||||
github.com/cshum/vipsgen v1.0.1
|
||||
github.com/cshum/imagor v1.5.8
|
||||
github.com/cshum/vipsgen v1.1.0
|
||||
github.com/gabriel-vasile/mimetype v1.4.9
|
||||
github.com/stretchr/testify v1.10.0
|
||||
go.uber.org/zap v1.27.0
|
||||
|
|
@ -18,7 +18,7 @@ require (
|
|||
cloud.google.com/go/compute/metadata v0.7.0 // indirect
|
||||
cloud.google.com/go/iam v1.5.2 // indirect
|
||||
cloud.google.com/go/monitoring v1.24.2 // indirect
|
||||
cloud.google.com/go/storage v1.54.0 // indirect
|
||||
cloud.google.com/go/storage v1.55.0 // indirect
|
||||
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
|
||||
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect
|
||||
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect
|
||||
|
|
@ -69,7 +69,7 @@ require (
|
|||
golang.org/x/sys v0.33.0 // indirect
|
||||
golang.org/x/text v0.25.0 // indirect
|
||||
golang.org/x/time v0.11.0 // indirect
|
||||
google.golang.org/api v0.234.0 // indirect
|
||||
google.golang.org/api v0.235.0 // indirect
|
||||
google.golang.org/genproto v0.0.0-20250519155744-55703ea1f237 // indirect
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue