gobuch-trainingfellow/registrierung/go.mod
2020-08-31 15:23:01 +02:00

19 lines
584 B
Modula-2

module training-fellow.de/registrierung
go 1.13
require (
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/validator/v10 v10.3.0 // indirect
github.com/nats-io/nats-server/v2 v2.1.7 // indirect
github.com/nats-io/nats.go v1.10.0
github.com/prometheus/client_golang v1.7.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.7.0
github.com/zsais/go-gin-prometheus v0.1.0
go.mongodb.org/mongo-driver v1.3.5
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)