Skip to content

Commit 6535e13

Browse files
authored
Merge pull request #13 from etilite/bump-deps
chore: bump deps
2 parents 46a19d2 + e6a6424 commit 6535e13

File tree

3 files changed

+21
-32
lines changed

3 files changed

+21
-32
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.23.4
1+
ARG GO_VERSION=1.23.8
22
ARG DISTROLESS_IMAGE=gcr.io/distroless/static:nonroot
33
############################
44
# STEP 1 build executable binary

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/etilite/xlsx-builder
22

3-
go 1.23
3+
go 1.23.4
44

55
require (
6-
github.com/gojuno/minimock/v3 v3.4.3
6+
github.com/gojuno/minimock/v3 v3.4.5
77
github.com/stretchr/testify v1.10.0
88
github.com/xuri/excelize/v2 v2.9.0
99
)
@@ -15,10 +15,10 @@ require (
1515
github.com/pmezard/go-difflib v1.0.0 // indirect
1616
github.com/richardlehane/mscfb v1.0.4 // indirect
1717
github.com/richardlehane/msoleps v1.0.4 // indirect
18-
github.com/xuri/efp v0.0.0-20241211021726-c4e992084aa6 // indirect
19-
github.com/xuri/nfp v0.0.0-20240318013403-ab9948c2c4a7 // indirect
20-
golang.org/x/crypto v0.31.0 // indirect
21-
golang.org/x/net v0.33.0 // indirect
22-
golang.org/x/text v0.21.0 // indirect
18+
github.com/xuri/efp v0.0.0-20250227110027-3491fafc2b79 // indirect
19+
github.com/xuri/nfp v0.0.0-20250226145837-86d5fc24b2ba // indirect
20+
golang.org/x/crypto v0.37.0 // indirect
21+
golang.org/x/net v0.39.0 // indirect
22+
golang.org/x/text v0.24.0 // indirect
2323
gopkg.in/yaml.v3 v3.0.1 // indirect
2424
)

go.sum

Lines changed: 13 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)