
Removing octant reference for now, it will need to be later embedded into the ui Working on this will require these commands to be run in the web directory: npm install npm install --save-dev electron behind a proxy npm install may have issues, this might work: npx cross-env ELECTRON_GET_USE_PROXY=true GLOBAL_AGENT_HTTPS_PROXY= http://<proxy>:<port> npm install -D electron@latest Change-Id: I5bd054a767fe8ab7b0461a16eced1921c4de11f6
17 lines
451 B
Modula-2
17 lines
451 B
Modula-2
module opendev.org/airship/airshipui
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gophercloud/gophercloud v0.9.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/spf13/cobra v0.0.6
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/net v0.0.0-20191204025024-5ee1b9f4859a
|
|
k8s.io/api v0.17.4
|
|
k8s.io/apimachinery v0.17.4
|
|
opendev.org/airship/airshipctl v0.0.0-20200324160507-db6217f011b9
|
|
)
|
|
|
|
replace k8s.io/client-go => k8s.io/client-go v0.0.0-20191114101535-6c5935290e33
|