diff --git a/operator/licenses/dep.txt b/operator/licenses/dep.txt index ecb4b78c70..ebdb7b870a 100644 --- a/operator/licenses/dep.txt +++ b/operator/licenses/dep.txt @@ -50,7 +50,6 @@ github.com/alecthomas/kingpin/v2 github.com/alecthomas/template github.com/alecthomas/units github.com/antihax/optional -github.com/antlr/antlr4/runtime/Go/antlr/v4 github.com/antlr4-go/antlr/v4 github.com/armon/circbuf github.com/armon/go-metrics @@ -153,6 +152,7 @@ github.com/frankban/quicktest github.com/fsnotify/fsevents github.com/fsnotify/fsnotify github.com/fvbommel/sortorder +github.com/fxamacker/cbor/v2 github.com/ghodss/yaml github.com/go-gl/glfw github.com/go-gl/glfw/v3.3/glfw @@ -408,6 +408,7 @@ github.com/tsenart/vegeta/v12 github.com/urfave/cli github.com/urfave/cli/v2 github.com/wk8/go-ordered-map/v2 +github.com/x448/float16 github.com/xdg-go/pbkdf2 github.com/xdg-go/scram github.com/xdg-go/stringprep @@ -480,6 +481,7 @@ gopkg.in/cenkalti/backoff.v1 gopkg.in/check.v1 gopkg.in/cheggaaa/pb.v1 gopkg.in/errgo.v2 +gopkg.in/evanphx/json-patch.v4 gopkg.in/fsnotify.v1 gopkg.in/inf.v0 gopkg.in/ini.v1 @@ -501,6 +503,7 @@ k8s.io/client-go k8s.io/code-generator k8s.io/component-base k8s.io/gengo +k8s.io/gengo/v2 k8s.io/klog k8s.io/klog/v2 k8s.io/kms diff --git a/operator/licenses/repo.txt b/operator/licenses/repo.txt index 2d6228afe0..568486cbb2 100644 --- a/operator/licenses/repo.txt +++ b/operator/licenses/repo.txt @@ -25,7 +25,6 @@ alecthomas/kingpin alecthomas/template alecthomas/units antihax/optional -antlr/antlr4 antlr4-go/antlr armon/circbuf armon/go-metrics @@ -110,6 +109,7 @@ frankban/quicktest fsnotify/fsevents fsnotify/fsnotify fvbommel/sortorder +fxamacker/cbor ghodss/yaml go-gl/glfw go-jose/go-jose @@ -348,6 +348,7 @@ tsenart/go-tsz tsenart/vegeta urfave/cli wk8/go-ordered-map +x448/float16 xdg-go/pbkdf2 xdg-go/scram xdg-go/stringprep