| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- module github.com/porter-dev/porter
- go 1.14
- require (
- github.com/DATA-DOG/go-sqlmock v1.5.0
- 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-chi/cors v1.1.1
- 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/go-test/deep v1.0.7
- github.com/gorilla/securecookie v1.1.1
- github.com/gorilla/sessions v1.2.1
- 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/pkg/errors v0.9.1
- github.com/rs/zerolog v1.20.0
- github.com/stretchr/testify v1.5.1
- golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
- 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.2
- gorm.io/driver/sqlite v1.1.3
- gorm.io/gorm v1.20.2
- 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
- )
|