-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
38 lines (33 loc) · 1.17 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/ForceCLI/force-md
go 1.23.0
toolchain go1.23.1
require (
github.com/antonmedv/expr v1.15.0
github.com/cwarden/mergo v0.3.12-0.20210528180603-9b708ca2c584
github.com/imdario/mergo v0.3.16
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.7.0
github.com/thediveo/enumflag v0.10.1
golang.org/x/net v0.10.0
)
require (
github.com/nbio/xml v0.0.0-20240718025449-4db9e55cd3bf
github.com/octoberswimmer/sformula v0.0.0-20241120234835-d6f4f835efd9
)
require (
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)