File tree Expand file tree Collapse file tree 3 files changed +21
-32
lines changed Expand file tree Collapse file tree 3 files changed +21
-32
lines changed Original file line number Diff line number Diff line change 1- ARG GO_VERSION=1.23.4
1+ ARG GO_VERSION=1.23.8
22ARG DISTROLESS_IMAGE=gcr.io/distroless/static:nonroot
33# ###########################
44# STEP 1 build executable binary
Original file line number Diff line number Diff line change 11module github.com/etilite/xlsx-builder
22
3- go 1.23
3+ go 1.23.4
44
55require (
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)
You can’t perform that action at this time.
0 commit comments