20 lines
591 B
Modula-2
20 lines
591 B
Modula-2
module git.dev.m-and-m.ovh/mderasse/gocommon
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
|
github.com/gemnasium/logrus-graylog-hook/v3 v3.1.0
|
|
github.com/juju/errors v1.0.0
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/sirupsen/logrus v1.9.0
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
)
|
|
|
|
require (
|
|
github.com/jonboulle/clockwork v0.3.0 // indirect
|
|
github.com/lestrrat-go/strftime v1.0.6 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
)
|