mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-04-06 02:56:51 +00:00
27 lines
892 B
Modula-2
27 lines
892 B
Modula-2
module github.com/stefanprodan/podinfo
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/chzyer/logex v1.1.10 // indirect
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
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.8.0
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/swaggo/http-swagger v1.0.0
|
|
github.com/swaggo/swag v1.7.0
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/net v0.0.0-20201207224615-747e23833adb
|
|
google.golang.org/grpc v1.36.0
|
|
)
|