airshipui/go.mod
Alexander Hughes 811ca7153f Add make target to check that go.mod is current
Sister project airshipctl is using this make target and supporting
script and is very helpful to ensure dependencies are up to date and
unused dependencies are removed. Adding to airshipui.

Change-Id: Ic1ad3b134dbe871e489f851d41aea9bb3d25e9ba
Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
2020-05-20 09:10:06 -04:00

19 lines
624 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/spf13/pflag v1.0.5
github.com/vmware-tanzu/octant v0.12.0
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
k8s.io/api v0.17.4 // indirect
opendev.org/airship/airshipctl v0.0.0-20200324160507-db6217f011b9
)
replace k8s.io/client-go => k8s.io/client-go v0.0.0-20191114101535-6c5935290e33