Skip to content

Commit a2fa997

Browse files
chore: deps: bump github.com/xuri/excelize/v2
--- updated-dependencies: - dependency-name: github.com/xuri/excelize/v2 dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8aca297 commit a2fa997

File tree

1 file changed

+8
-6
lines changed
  • qubership-apihub-service

1 file changed

+8
-6
lines changed

qubership-apihub-service/go.mod

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/stretchr/testify v1.10.0
3131
github.com/x-cray/logrus-prefixed-formatter v0.5.2
3232
github.com/xanzy/go-gitlab v0.53.0
33-
github.com/xuri/excelize/v2 v2.7.1
33+
github.com/xuri/excelize/v2 v2.9.1
3434
golang.org/x/crypto v0.39.0
3535
golang.org/x/net v0.41.0
3636
golang.org/x/sync v0.15.0
@@ -39,7 +39,10 @@ require (
3939
gopkg.in/resty.v1 v1.12.0
4040
)
4141

42-
require github.com/go-jose/go-jose/v4 v4.0.5 // indirect
42+
require (
43+
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
44+
github.com/tiendc/go-deepcopy v1.6.0 // indirect
45+
)
4346

4447
require (
4548
cloud.google.com/go v0.67.0 // indirect
@@ -127,7 +130,6 @@ require (
127130
github.com/mitchellh/mapstructure v1.2.2 // indirect
128131
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
129132
github.com/modern-go/reflect2 v1.0.2 // indirect
130-
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
131133
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
132134
github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 // indirect
133135
github.com/packethost/packngo v0.3.0 // indirect
@@ -136,7 +138,7 @@ require (
136138
github.com/prometheus/common v0.62.0 // indirect
137139
github.com/prometheus/procfs v0.15.1 // indirect
138140
github.com/richardlehane/mscfb v1.0.4 // indirect
139-
github.com/richardlehane/msoleps v1.0.3 // indirect
141+
github.com/richardlehane/msoleps v1.0.4 // indirect
140142
github.com/rs/xid v1.6.0 // indirect
141143
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
142144
github.com/softlayer/softlayer-go v1.0.1 // indirect
@@ -151,8 +153,8 @@ require (
151153
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
152154
github.com/vmware/govmomi v0.23.1 // indirect
153155
github.com/x448/float16 v0.8.4 // indirect
154-
github.com/xuri/efp v0.0.0-20220603152613-6918739fd470 // indirect
155-
github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22 // indirect
156+
github.com/xuri/efp v0.0.1 // indirect
157+
github.com/xuri/nfp v0.0.1 // indirect
156158
go.opencensus.io v0.22.4 // indirect
157159
golang.org/x/oauth2 v0.28.0
158160
golang.org/x/sys v0.33.0 // indirect

0 commit comments

Comments
 (0)