-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.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
)