Skip to content

Commit 2288033

Browse files
authored
Merge pull request #311 from qor/dependabot/go_modules/go_modules-44917c1e6c
build(deps): bump golang.org/x/image from 0.18.0 to 0.38.0 in the go_modules group across 1 directory
2 parents 683b8d5 + af848d5 commit 2288033

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/qor/admin
22

3-
go 1.25
3+
go 1.25.0
44

55
require (
66
github.com/fatih/color v1.9.0
@@ -42,7 +42,7 @@ require (
4242
github.com/qor/serializable_meta v0.0.0-20180510060738-5fd8542db417 // indirect
4343
github.com/qor/validations v0.0.0-20171228122639-f364bca61b46 // indirect
4444
github.com/yosssi/gohtml v0.0.0-20200519115854-476f5b4b8047 // indirect
45-
golang.org/x/image v0.18.0 // indirect
45+
golang.org/x/image v0.38.0 // indirect
4646
golang.org/x/net v0.47.0 // indirect
4747
golang.org/x/sys v0.38.0 // indirect
4848
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd/go.mod h1:LzIPMQfyMNhhGPh
141141
golang.org/x/crypto v0.44.0 h1:A97SsFvM3AIwEEmTBiaxPPTYpDC47w720rdiiUvgoAU=
142142
golang.org/x/crypto v0.44.0/go.mod h1:013i+Nw79BMiQiMsOPcVCB5ZIJbYkerPrGnOa00tvmc=
143143
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
144-
golang.org/x/image v0.18.0 h1:jGzIakQa/ZXI1I0Fxvaa9W7yP25TqT6cHIHn+6CqvSQ=
145-
golang.org/x/image v0.18.0/go.mod h1:4yyo5vMFQjVjUcVk4jEQcU9MGy/rulF5WvUILseCM2E=
144+
golang.org/x/image v0.38.0 h1:5l+q+Y9JDC7mBOMjo4/aPhMDcxEptsX+Tt3GgRQRPuE=
145+
golang.org/x/image v0.38.0/go.mod h1:/3f6vaXC+6CEanU4KJxbcUZyEePbyKbaLoDOe4ehFYY=
146146
golang.org/x/net v0.0.0-20180218175443-cbe0f9307d01/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
147147
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
148148
golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=

0 commit comments

Comments
 (0)