14 lines
369 B
Modula-2
14 lines
369 B
Modula-2
module iwarma.ru/console/correlator
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/uuid v1.2.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
|
github.com/olivere/elastic/v7 v7.0.24
|
|
github.com/segmentio/fasthash v1.0.3
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/viper v1.7.1
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
)
|