module github.com/stefanprodan/podinfo go 1.16 require ( github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 github.com/fatih/color v1.9.0 github.com/fsnotify/fsnotify v1.4.9 github.com/gomodule/redigo v1.8.4 github.com/gorilla/mux v1.8.0 github.com/gorilla/websocket v1.4.2 github.com/mattn/go-isatty v0.0.12 // indirect github.com/prometheus/client_golang v1.11.0 github.com/spf13/cobra v1.2.1 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.8.1 github.com/swaggo/http-swagger v1.0.0 github.com/swaggo/swag v1.7.0 go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.26.1 go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.26.1 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.26.1 go.opentelemetry.io/contrib/propagators/aws v1.1.1 go.opentelemetry.io/contrib/propagators/b3 v1.1.1 go.opentelemetry.io/contrib/propagators/jaeger v1.1.1 go.opentelemetry.io/contrib/propagators/ot v1.1.1 go.opentelemetry.io/otel v1.1.0 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.1.0 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.1.0 go.opentelemetry.io/otel/sdk v1.1.0 go.opentelemetry.io/otel/trace v1.1.0 go.uber.org/zap v1.19.1 golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 google.golang.org/grpc v1.41.0 )