| 123456789101112131415161718192021222324252627282930313233 |
- module github.com/porter-dev/porter
- go 1.14
- require (
- github.com/cosmtrek/air v1.21.2 // indirect
- github.com/creack/pty v1.1.11 // indirect
- github.com/fatih/color v1.9.0 // indirect
- github.com/go-chi/chi v4.1.2+incompatible
- github.com/go-playground/locales v0.13.0
- github.com/go-playground/universal-translator v0.17.0
- github.com/go-playground/validator/v10 v10.3.0
- github.com/imdario/mergo v0.3.11 // indirect
- github.com/jinzhu/gorm v1.9.16
- github.com/joeshaw/envdecode v0.0.0-20200121155833-099f1fc765bd
- github.com/leodido/go-urn v1.2.0 // indirect
- github.com/mattn/go-colorable v0.1.7 // indirect
- github.com/pelletier/go-toml v1.8.1 // indirect
- github.com/rs/zerolog v1.20.0
- golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
- golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
- golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
- golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d // indirect
- golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
- gopkg.in/go-playground/validator.v9 v9.31.0
- gopkg.in/yaml.v2 v2.3.0
- gorm.io/driver/postgres v1.0.1
- gorm.io/gorm v1.20.1
- k8s.io/apimachinery v0.19.2
- k8s.io/client-go v0.0.0-20200917000235-cba7285b7f29
- k8s.io/klog v1.0.0 // indirect
- k8s.io/utils v0.0.0-20200912215256-4140de9c8800 // indirect
- )
|