mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
15 lines
450 B
Modula-2
15 lines
450 B
Modula-2
module example.com/playlists-api
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/go-redis/redis/v8 v8.0.0-beta.7
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/opentracing/opentracing-go v1.1.1-0.20190913142402-a7454ce5950e
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/uber/jaeger-client-go v2.25.0+incompatible
|
|
github.com/uber/jaeger-lib v2.4.0+incompatible // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
)
|