mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-03-02 18:10:20 +00:00
28 lines
966 B
Modula-2
28 lines
966 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-20160726135117-62c6fe619375
|
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/fatih/color v1.7.0
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/go-chi/chi v4.1.1+incompatible // indirect
|
|
github.com/gomodule/redigo v1.8.1
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/hashicorp/go-getter v1.4.1
|
|
github.com/prometheus/client_golang v1.5.1
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.6.2
|
|
github.com/swaggo/http-swagger v0.0.0-20190614090009-c2865af9083e
|
|
github.com/swaggo/swag v1.6.5
|
|
go.uber.org/zap v1.15.0
|
|
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
|
|
google.golang.org/grpc v1.23.0
|
|
)
|