![Matthew Fuller](/assets/img/avatar_default.png)
- Updates airshipctl reference - Fixes bug where loading spinner was left running after an error is encountered loading a phase subtree - Adds PatchesStrategicMerge to the tree.go resource map - Explicitly defines 'configs' object fields in config-new component Change-Id: Ibdd9d8af32e4df1627f285c69fe52c2a870e2993
19 lines
519 B
Modula-2
19 lines
519 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/mattn/go-sqlite3 v1.14.3
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/stretchr/testify v1.6.1
|
|
opendev.org/airship/airshipctl v0.0.0-20201215193018-a8eb8c5d19bf
|
|
sigs.k8s.io/cli-utils v0.20.6
|
|
sigs.k8s.io/kustomize/api v0.6.5
|
|
)
|
|
|
|
replace k8s.io/kubectl => k8s.io/kubectl v0.0.0-20191219154910-1528d4eea6dd
|