amseltools/go.mod
Marvin Preuss fafd94b075
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat(logging): from log to slog
2023-04-05 08:24:32 +00:00

26 lines
826 B
Modula-2

module go.xsfx.dev/amseltools
go 1.20
require (
github.com/lmittmann/tint v0.1.2
github.com/matryer/is v1.4.1
github.com/spf13/cobra v1.6.1
github.com/xuri/excelize/v2 v2.7.0
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
)
require (
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.8.2 // indirect
github.com/xuri/efp v0.0.0-20220603152613-6918739fd470 // indirect
github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/text v0.6.0 // indirect
)