airshipui/go.mod
Danny Massa a0d1b40230 Adding Angular to UI
Angular was added to organize the FE
of the UI application better. In doing so I
have rebuilt the build scripts, added a routing
mechanism for the Go server to route and
serve the compiled TS pages from Angular.

Change-Id: I7ae2cacfd90372fa536b1639e5b54a8da786e2cd
2020-08-04 10:58:46 -05:00

19 lines
614 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/pkg/errors v0.9.1
github.com/spf13/cobra v0.0.7
github.com/stretchr/testify v1.6.1
github.com/vmware-tanzu/octant v0.12.0
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f
opendev.org/airship/airshipctl v0.0.0-20200518155418-7276dd68d8d0
)
replace k8s.io/client-go => k8s.io/client-go v0.0.0-20191114101535-6c5935290e33