airshipui/go.mod
Fuller, Matthew (mf4192) 93fc1b1ac8 Remove unnecessary code
1. Removed alerts and associated tests from webservice pkg
2. Removed the plugin / executable functionality as it's no
   longer being used
3. Removed example octant plugin
4. Modified documentation to be consistent with above changes

Change-Id: I3cb74547792c3cd60e472e4748d33f2ba529188f
2020-08-13 09:15:03 -07:00

20 lines
629 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
google.golang.org/grpc v1.27.0 // indirect
opendev.org/airship/airshipctl v0.0.0-20200518155418-7276dd68d8d0
sigs.k8s.io/kustomize/api v0.5.1
)
replace k8s.io/client-go => k8s.io/client-go v0.0.0-20191114101535-6c5935290e33