2022-11-26 20:45:32 +00:00
|
|
|
module git.dev.m-and-m.ovh/mderasse/gocommon
|
2022-11-21 17:40:07 +00:00
|
|
|
|
2022-11-26 20:45:32 +00:00
|
|
|
go 1.19
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
|
|
|
github.com/juju/errors v1.0.0
|
|
|
|
github.com/sirupsen/logrus v1.9.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gemnasium/logrus-graylog-hook/v3 v3.1.0 // indirect
|
|
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
|
|
)
|