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
|
2022-12-06 21:45:50 +00:00
|
|
|
github.com/gemnasium/logrus-graylog-hook/v3 v3.1.0
|
2022-11-26 20:45:32 +00:00
|
|
|
github.com/juju/errors v1.0.0
|
2022-12-06 21:45:50 +00:00
|
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
2022-11-26 20:45:32 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2022-12-14 16:48:40 +00:00
|
|
|
go.opentelemetry.io/otel v1.11.2
|
2022-12-17 19:54:41 +00:00
|
|
|
go.opentelemetry.io/otel/exporters/jaeger v1.11.2
|
|
|
|
go.opentelemetry.io/otel/exporters/zipkin v1.11.2
|
2022-12-14 16:48:40 +00:00
|
|
|
go.opentelemetry.io/otel/sdk v1.11.2
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2022-11-26 20:45:32 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-12-14 16:48:40 +00:00
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2022-12-06 21:45:50 +00:00
|
|
|
github.com/jonboulle/clockwork v0.3.0 // indirect
|
|
|
|
github.com/lestrrat-go/strftime v1.0.6 // indirect
|
2022-12-17 19:54:41 +00:00
|
|
|
github.com/openzipkin/zipkin-go v0.4.1 // indirect
|
2022-12-06 21:45:50 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2022-12-14 16:48:40 +00:00
|
|
|
go.opentelemetry.io/otel/trace v1.11.2 // indirect
|
2022-12-17 19:54:41 +00:00
|
|
|
golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect
|
2022-11-26 20:45:32 +00:00
|
|
|
)
|