2ff942f766
Sister project airshipctl uses gomod tidy checks to ensure dependencies are up to date. These checks are performed at the gate with an error message for remediation (run go mod tidy) when dependencies in a patchset are not current. Adding the same functionality to airshipui. Change-Id: Ica3602cccd5d84d30f0ffae25667e968369349fd Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
16 lines
453 B
Modula-2
16 lines
453 B
Modula-2
module opendev.org/airship/airshipui
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/spf13/cobra v0.0.6
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/vmware-tanzu/octant v0.12.0
|
|
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527
|
|
opendev.org/airship/airshipctl v0.0.0-20200518155418-7276dd68d8d0
|
|
)
|
|
|
|
replace k8s.io/client-go => k8s.io/client-go v0.0.0-20191114101535-6c5935290e33
|