-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
25 lines (22 loc) · 839 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
module github.com/delicb/ligno
go 1.23.1
require (
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/fatih/color v1.17.0
github.com/inconshreveable/log15 v2.16.0+incompatible
github.com/labstack/gommon v0.4.2
github.com/mattn/go-isatty v0.0.20
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab
github.com/sirupsen/logrus v1.9.3
go.delic.rs/ligno v0.0.0-20170418230247-93f5fbffb114
resenje.org/logging v0.1.8
)
require (
github.com/go-stack/stack v1.8.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
)