-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (26 loc) · 1 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
module github.com/corestoreio/log
go 1.17
require (
github.com/apex/log v1.9.0
github.com/corestoreio/errors v3.1.1+incompatible
github.com/corestoreio/pkg v0.0.0-20220201205541-03a0aa0e4021
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
github.com/rs/zerolog v1.26.1
github.com/tdewolff/parse v2.3.4+incompatible
go.uber.org/zap v1.21.0
)
require (
github.com/alecthomas/colour v0.1.0 // indirect
github.com/alecthomas/repr v0.0.0-20210301060118-828286944d6a // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/tdewolff/test v1.0.6 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
)