Integrate loaded settings values into ui
Not yet done for single choice and multi choice, but getting there...
This commit is contained in:
@@ -11,18 +11,20 @@ require (
|
||||
github.com/go-chi/render v1.0.1
|
||||
github.com/golang/protobuf v1.4.0
|
||||
github.com/grpc-ecosystem/grpc-gateway v1.14.4
|
||||
github.com/micro/cli/v2 v2.1.1
|
||||
github.com/micro/go-micro/v2 v2.0.0
|
||||
github.com/micro/cli/v2 v2.1.2
|
||||
github.com/micro/go-micro/v2 v2.5.1-0.20200417165434-16db76bee2fb
|
||||
github.com/micro/protoc-gen-micro/v2 v2.3.0 // indirect
|
||||
github.com/oklog/run v1.0.0
|
||||
github.com/openzipkin/zipkin-go v0.2.2
|
||||
github.com/owncloud/ocis-hello v0.1.0-alpha1
|
||||
github.com/owncloud/ocis-pkg/v2 v2.0.1
|
||||
github.com/restic/calens v0.2.0
|
||||
github.com/spf13/viper v1.6.1
|
||||
github.com/spf13/viper v1.6.3
|
||||
go.opencensus.io v0.22.2
|
||||
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa
|
||||
golang.org/x/net v0.0.0-20200222125558-5a598a2470a0
|
||||
google.golang.org/genproto v0.0.0-20200420144010-e5e8543f8aeb
|
||||
google.golang.org/grpc v1.27.0
|
||||
google.golang.org/protobuf v1.21.0
|
||||
)
|
||||
|
||||
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
|
||||
|
||||
Reference in New Issue
Block a user