Vincent Batts
80fe32f52e
pulled the serving-crds.yaml for knative, then made a json form of it, for marshaling to cbor for comparison Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
9 lines
141 B
Modula-2
9 lines
141 B
Modula-2
module mtest
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/fxamacker/cbor v1.5.1
|
|
github.com/fxamacker/cbor/v2 v2.2.0
|
|
github.com/sirupsen/logrus v1.7.0
|
|
)
|