
Fixes #50 The yaml files exposed in the editor are now based on the phase configuration specified in the metadataPath key of the airship config file, and associated phase documents. Changes have been made to the backend to allow for on-demand loading of phase bundle documents, which will be necessary for an upcoming change implementing the rendered document viewer. Change-Id: I6d1a586e500fb9d82a65f5b73de6ca85bdff824c
22 lines
659 B
Modula-2
22 lines
659 B
Modula-2
module opendev.org/airship/airshipui
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
|
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
|
|
opendev.org/airship/airshipctl v0.0.0-20200812155702-f61953bcf558
|
|
sigs.k8s.io/kustomize/api v0.5.1
|
|
)
|
|
|
|
replace (
|
|
k8s.io/client-go => k8s.io/client-go v0.0.0-20191114101535-6c5935290e33
|
|
k8s.io/kubectl => k8s.io/kubectl v0.0.0-20191219154910-1528d4eea6dd
|
|
)
|