You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
logrus_init/go.mod

14 lines
295 B

module github.com/PCManiac/logrus_init
go 1.17
require (
github.com/caarlos0/env/v6 v6.10.0
github.com/sirupsen/logrus v1.8.1
)
require (
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/sys v0.0.0-20211109184856-51b60fd695b3 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)