Skip to content

Commit 0385adf

Browse files
committed
bumped to 1.24
1 parent cd63a70 commit 0385adf

File tree

2 files changed

+51
-983
lines changed

2 files changed

+51
-983
lines changed

go.mod

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,47 @@
11
module github.com/aotimme/gocsv
22

3-
go 1.14
3+
go 1.24
44

55
require (
66
github.com/Masterminds/sprig/v3 v3.2.3
77
github.com/alphagov/router v0.0.0-20221221092104-2672e1cfdb5e
8+
github.com/xuri/excelize/v2 v2.6.1
9+
golang.org/x/tools v0.32.0
10+
modernc.org/sqlite v1.21.1
11+
)
12+
13+
require (
14+
github.com/Masterminds/goutils v1.1.1 // indirect
15+
github.com/Masterminds/semver/v3 v3.2.0 // indirect
16+
github.com/dustin/go-humanize v1.0.0 // indirect
17+
github.com/google/uuid v1.3.0 // indirect
818
github.com/huandu/xstrings v1.4.0 // indirect
919
github.com/imdario/mergo v0.3.13 // indirect
20+
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
21+
github.com/mattn/go-isatty v0.0.16 // indirect
1022
github.com/mitchellh/copystructure v1.2.0 // indirect
23+
github.com/mitchellh/reflectwalk v1.0.2 // indirect
24+
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
25+
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
26+
github.com/richardlehane/mscfb v1.0.4 // indirect
27+
github.com/richardlehane/msoleps v1.0.3 // indirect
1128
github.com/shopspring/decimal v1.3.1 // indirect
1229
github.com/spf13/cast v1.5.0 // indirect
13-
github.com/xuri/excelize/v2 v2.6.1
14-
golang.org/x/crypto v0.31.0 // indirect
15-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
16-
modernc.org/sqlite v1.21.1
30+
github.com/xuri/efp v0.0.0-20220603152613-6918739fd470 // indirect
31+
github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22 // indirect
32+
golang.org/x/crypto v0.37.0 // indirect
33+
golang.org/x/mod v0.24.0 // indirect
34+
golang.org/x/net v0.39.0 // indirect
35+
golang.org/x/sync v0.13.0 // indirect
36+
golang.org/x/sys v0.32.0 // indirect
37+
golang.org/x/text v0.24.0 // indirect
38+
lukechampine.com/uint128 v1.2.0 // indirect
39+
modernc.org/cc/v3 v3.40.0 // indirect
40+
modernc.org/ccgo/v3 v3.16.13 // indirect
41+
modernc.org/libc v1.22.3 // indirect
42+
modernc.org/mathutil v1.5.0 // indirect
43+
modernc.org/memory v1.5.0 // indirect
44+
modernc.org/opt v0.1.3 // indirect
45+
modernc.org/strutil v1.1.3 // indirect
46+
modernc.org/token v1.0.1 // indirect
1747
)

0 commit comments

Comments
 (0)