Skip to content

Commit

Permalink
Update dependencies.md
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Piotrowski <[email protected]>
  • Loading branch information
piotrpio authored Nov 17, 2023
1 parent d670bf2 commit 0079f28
Showing 1 changed file with 13 additions and 65 deletions.
78 changes: 13 additions & 65 deletions dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,68 +2,16 @@

This file lists the dependencies used in this repository.

| Dependency | License |
|-----------------------------------------------------|--------------|
| cloud.google.com/go/compute/metadata | Apache-2.0 |
| github.com/Azure/go-autorest/autorest | Apache-2.0 |
| github.com/Azure/go-autorest/autorest/adal | Apache-2.0 |
| github.com/Azure/go-autorest/autorest/date | Apache-2.0 |
| github.com/Azure/go-autorest/logger | Apache-2.0 |
| github.com/Azure/go-autorest/tracing | Apache-2.0 |
| github.com/davecgh/go-spew/spew | ISC |
| github.com/dustin/go-humanize | MIT |
| github.com/emicklei/go-restful | MIT |
| github.com/evanphx/json-patch | BSD-3-Clause |
| github.com/fsnotify/fsnotify | BSD-3-Clause |
| github.com/go-logr/logr | Apache-2.0 |
| github.com/go-openapi/jsonpointer | Apache-2.0 |
| github.com/go-openapi/jsonreference | Apache-2.0 |
| github.com/go-openapi/swag | Apache-2.0 |
| github.com/gogo/protobuf | BSD-3-Clause |
| github.com/golang-jwt/jwt/v4 | MIT |
| github.com/golang/groupcache/lru | Apache-2.0 |
| github.com/golang/protobuf | BSD-3-Clause |
| github.com/google/gnostic | Apache-2.0 |
| github.com/google/go-cmp/cmp | BSD-3-Clause |
| github.com/google/gofuzz | Apache-2.0 |
| github.com/imdario/mergo | BSD-3-Clause |
| github.com/josharian/intern | MIT |
| github.com/json-iterator/go | MIT |
| github.com/klauspost/compress/s2 | BSD-3-Clause |
| github.com/mailru/easyjson | MIT |
| github.com/modern-go/concurrent | Apache-2.0 |
| github.com/modern-go/reflect2 | Apache-2.0 |
| github.com/munnerz/goautoneg | BSD-3-Clause |
| github.com/nats-io/jsm.go | Apache-2.0 |
| github.com/nats-io/nack | Apache-2.0 |
| github.com/nats-io/nats.go | Apache-2.0 |
| github.com/nats-io/nkeys | Apache-2.0 |
| github.com/nats-io/nuid | Apache-2.0 |
| github.com/pkg/errors | BSD-2-Clause |
| github.com/sirupsen/logrus | MIT |
| github.com/spf13/pflag | BSD-3-Clause |
| golang.org/x/crypto | BSD-3-Clause |
| golang.org/x/net | BSD-3-Clause |
| golang.org/x/oauth2 | BSD-3-Clause |
| golang.org/x/sys | BSD-3-Clause |
| golang.org/x/term | BSD-3-Clause |
| golang.org/x/text | BSD-3-Clause |
| golang.org/x/time/rate | BSD-3-Clause |
| google.golang.org/protobuf | BSD-3-Clause |
| gopkg.in/inf.v0 | BSD-3-Clause |
| gopkg.in/yaml.v2 | Apache-2.0 |
| gopkg.in/yaml.v3 | MIT |
| k8s.io/api | Apache-2.0 |
| k8s.io/apimachinery/pkg | Apache-2.0 |
| k8s.io/apimachinery/third_party/forked/golang | BSD-3-Clause |
| k8s.io/client-go | Apache-2.0 |
| k8s.io/client-go/third_party/forked/golang/template | BSD-3-Clause |
| k8s.io/code-generator | Apache-2.0 |
| k8s.io/klog/v2 | Apache-2.0 |
| k8s.io/kube-openapi/pkg | Apache-2.0 |
| k8s.io/kube-openapi/pkg/validation/spec | Apache-2.0 |
| k8s.io/utils | Apache-2.0 |
| k8s.io/utils/internal/third_party/forked/golang/net | BSD-3-Clause |
| sigs.k8s.io/json | Apache-2.0 |
| sigs.k8s.io/structured-merge-diff/v4 | Apache-2.0 |
| sigs.k8s.io/yaml | MIT |
| Dependency | License |
|--------------------------------------|--------------|
| github.com/fsnotify/fsnotify | BSD-3-Clause |
| github.com/nats-io/jsm.go | Apache-2.0 |
| github.com/nats-io/nats.go | Apache-2.0 |
| github.com/sirupsen/logrus | MIT |
| github.com/stretchr/testify | MIT |
| k8s.io/api | Apache-2.0 |
| k8s.io/apimachinery | Apache-2.0 |
| k8s.io/client-go | Apache-2.0 |
| k8s.io/code-generator | Apache-2.0 |
| k8s.io/klog/v2 | Apache-2.0 |
| sigs.k8s.io/structured-merge-diff/v4 | Apache-2.0 |

0 comments on commit 0079f28

Please sign in to comment.