File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,4 @@ module github.com/randlabs/go-logger
2
2
3
3
go 1.13
4
4
5
- require (
6
- github.com/gookit/color v1.2.3
7
- )
5
+ require github.com/gookit/color v1.3.5
Original file line number Diff line number Diff line change 1
1
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
2
2
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3
- github.com/gookit/color v1.2.3 h1:2Si0/JAEE2+1hkNYuTszu54Ti9wfp+M4JNNrknf9/D0 =
4
- github.com/gookit/color v1.2.3 /go.mod h1:AhIE+pS6D4Ql0SQWbBeXPHw7gY0/sjHoA4s/n1KB7xg =
3
+ github.com/gookit/color v1.3.5 h1:1nszcmDVrfti1Su5fhtuS5YBs/Xs6v8UIi0bJ/2oDHY =
4
+ github.com/gookit/color v1.3.5 /go.mod h1:GqqLKF1le3EfrbHbYsYa5WdLqfc/PHMdMRbt6tMnqIc =
5
5
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
6
6
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
7
7
github.com/randlabs/server-watchdog-go v1.0.0 h1:Rk0y8scYH/OOZ1IwskwmgS8zA6OXA75ugOdCgaZxIX0 =
Original file line number Diff line number Diff line change 1
1
package go_logger
2
2
3
3
import (
4
- filelogger "github.com/randlabs/go-logger/file_logger"
5
4
"testing"
6
5
6
+ filelogger "github.com/randlabs/go-logger/file_logger"
7
7
sysloglogger "github.com/randlabs/go-logger/syslog_logger"
8
8
)
9
9
You can’t perform that action at this time.
0 commit comments