Bump gqlparser, crypto, image, and their deps to the latest versions (#1117)

Co-authored-by: Konstantin Koval
This commit is contained in:
Kostiantyn
2024-11-09 19:02:43 +02:00
committed by GitHub
parent a0a2380f90
commit 3cf63e7e2b
2 changed files with 18 additions and 20 deletions

View File

@@ -21,11 +21,11 @@ require (
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
github.com/stretchr/testify v1.9.0
github.com/strukturag/libheif v1.18.2
github.com/vektah/gqlparser/v2 v2.5.18
github.com/vektah/gqlparser/v2 v2.5.19
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0
github.com/xor-gate/goexif2 v1.1.0
golang.org/x/crypto v0.28.0
golang.org/x/image v0.21.0
golang.org/x/crypto v0.29.0
golang.org/x/image v0.22.0
gopkg.in/vansante/go-ffprobe.v2 v2.2.0
gorm.io/driver/mysql v1.5.7
gorm.io/driver/postgres v1.5.9
@@ -57,9 +57,9 @@ require (
github.com/urfave/cli/v2 v2.27.4 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
golang.org/x/tools v0.24.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)