2018-09-08 09:27:05 +03:00
|
|
|
module github.com/sirupsen/logrus
|
2018-09-06 15:49:06 +03:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2020-04-29 09:56:01 +03:00
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.3
|
2018-09-06 15:49:06 +03:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.2.2
|
2019-04-23 12:34:05 +03:00
|
|
|
golang.org/x/sys v0.0.0-20190422165155-953cdadca894
|
2018-09-06 15:49:06 +03:00
|
|
|
)
|
2019-10-14 02:39:54 +03:00
|
|
|
|
|
|
|
go 1.13
|