|
|
|
@ -4,11 +4,8 @@ go 1.17 |
|
|
|
|
|
|
|
|
|
|
|
require ( |
|
|
|
require ( |
|
|
|
github.com/PCManiac/logrus_init v0.0.0 |
|
|
|
github.com/PCManiac/logrus_init v0.0.0 |
|
|
|
|
|
|
|
github.com/caarlos0/env/v6 v6.10.0 // indirect |
|
|
|
github.com/klyve/go-healthz v0.0.0-20190408055138-fd2dad35640e |
|
|
|
github.com/klyve/go-healthz v0.0.0-20190408055138-fd2dad35640e |
|
|
|
github.com/sirupsen/logrus v1.9.0 |
|
|
|
github.com/sirupsen/logrus v1.9.0 |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
require ( |
|
|
|
|
|
|
|
github.com/caarlos0/env/v6 v6.10.0 // indirect |
|
|
|
|
|
|
|
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect |
|
|
|
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect |
|
|
|
) |
|
|
|
) |
|
|
|
|