2021-10-30 11:35:55 +02:00
|
|
|
module nocternity.net/go/fetchcert
|
|
|
|
|
|
|
|
go 1.17
|
2021-10-30 17:07:06 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gemnasium/logrus-graylog-hook/v3 v3.0.3
|
|
|
|
github.com/karrick/golf v1.4.0
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
|
|
|
|
)
|