-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
27 lines (24 loc) · 960 Bytes
/
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
module github.com/lippkg/lip
go 1.19
require (
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/blang/semver/v4 v4.0.0
github.com/olekukonko/tablewriter v0.0.5
github.com/schollz/progressbar/v3 v3.14.6
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli/v2 v2.27.5
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/mod v0.20.0
golang.org/x/term v0.27.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/sys v0.28.0 // indirect
)