Skip to content

Commit 0079f28

Browse files
authored
Update dependencies.md
Signed-off-by: Piotr Piotrowski <[email protected]>
1 parent d670bf2 commit 0079f28

File tree

1 file changed

+13
-65
lines changed

1 file changed

+13
-65
lines changed

dependencies.md

Lines changed: 13 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -2,68 +2,16 @@
22

33
This file lists the dependencies used in this repository.
44

5-
| Dependency | License |
6-
|-----------------------------------------------------|--------------|
7-
| cloud.google.com/go/compute/metadata | Apache-2.0 |
8-
| github.com/Azure/go-autorest/autorest | Apache-2.0 |
9-
| github.com/Azure/go-autorest/autorest/adal | Apache-2.0 |
10-
| github.com/Azure/go-autorest/autorest/date | Apache-2.0 |
11-
| github.com/Azure/go-autorest/logger | Apache-2.0 |
12-
| github.com/Azure/go-autorest/tracing | Apache-2.0 |
13-
| github.com/davecgh/go-spew/spew | ISC |
14-
| github.com/dustin/go-humanize | MIT |
15-
| github.com/emicklei/go-restful | MIT |
16-
| github.com/evanphx/json-patch | BSD-3-Clause |
17-
| github.com/fsnotify/fsnotify | BSD-3-Clause |
18-
| github.com/go-logr/logr | Apache-2.0 |
19-
| github.com/go-openapi/jsonpointer | Apache-2.0 |
20-
| github.com/go-openapi/jsonreference | Apache-2.0 |
21-
| github.com/go-openapi/swag | Apache-2.0 |
22-
| github.com/gogo/protobuf | BSD-3-Clause |
23-
| github.com/golang-jwt/jwt/v4 | MIT |
24-
| github.com/golang/groupcache/lru | Apache-2.0 |
25-
| github.com/golang/protobuf | BSD-3-Clause |
26-
| github.com/google/gnostic | Apache-2.0 |
27-
| github.com/google/go-cmp/cmp | BSD-3-Clause |
28-
| github.com/google/gofuzz | Apache-2.0 |
29-
| github.com/imdario/mergo | BSD-3-Clause |
30-
| github.com/josharian/intern | MIT |
31-
| github.com/json-iterator/go | MIT |
32-
| github.com/klauspost/compress/s2 | BSD-3-Clause |
33-
| github.com/mailru/easyjson | MIT |
34-
| github.com/modern-go/concurrent | Apache-2.0 |
35-
| github.com/modern-go/reflect2 | Apache-2.0 |
36-
| github.com/munnerz/goautoneg | BSD-3-Clause |
37-
| github.com/nats-io/jsm.go | Apache-2.0 |
38-
| github.com/nats-io/nack | Apache-2.0 |
39-
| github.com/nats-io/nats.go | Apache-2.0 |
40-
| github.com/nats-io/nkeys | Apache-2.0 |
41-
| github.com/nats-io/nuid | Apache-2.0 |
42-
| github.com/pkg/errors | BSD-2-Clause |
43-
| github.com/sirupsen/logrus | MIT |
44-
| github.com/spf13/pflag | BSD-3-Clause |
45-
| golang.org/x/crypto | BSD-3-Clause |
46-
| golang.org/x/net | BSD-3-Clause |
47-
| golang.org/x/oauth2 | BSD-3-Clause |
48-
| golang.org/x/sys | BSD-3-Clause |
49-
| golang.org/x/term | BSD-3-Clause |
50-
| golang.org/x/text | BSD-3-Clause |
51-
| golang.org/x/time/rate | BSD-3-Clause |
52-
| google.golang.org/protobuf | BSD-3-Clause |
53-
| gopkg.in/inf.v0 | BSD-3-Clause |
54-
| gopkg.in/yaml.v2 | Apache-2.0 |
55-
| gopkg.in/yaml.v3 | MIT |
56-
| k8s.io/api | Apache-2.0 |
57-
| k8s.io/apimachinery/pkg | Apache-2.0 |
58-
| k8s.io/apimachinery/third_party/forked/golang | BSD-3-Clause |
59-
| k8s.io/client-go | Apache-2.0 |
60-
| k8s.io/client-go/third_party/forked/golang/template | BSD-3-Clause |
61-
| k8s.io/code-generator | Apache-2.0 |
62-
| k8s.io/klog/v2 | Apache-2.0 |
63-
| k8s.io/kube-openapi/pkg | Apache-2.0 |
64-
| k8s.io/kube-openapi/pkg/validation/spec | Apache-2.0 |
65-
| k8s.io/utils | Apache-2.0 |
66-
| k8s.io/utils/internal/third_party/forked/golang/net | BSD-3-Clause |
67-
| sigs.k8s.io/json | Apache-2.0 |
68-
| sigs.k8s.io/structured-merge-diff/v4 | Apache-2.0 |
69-
| sigs.k8s.io/yaml | MIT |
5+
| Dependency | License |
6+
|--------------------------------------|--------------|
7+
| github.com/fsnotify/fsnotify | BSD-3-Clause |
8+
| github.com/nats-io/jsm.go | Apache-2.0 |
9+
| github.com/nats-io/nats.go | Apache-2.0 |
10+
| github.com/sirupsen/logrus | MIT |
11+
| github.com/stretchr/testify | MIT |
12+
| k8s.io/api | Apache-2.0 |
13+
| k8s.io/apimachinery | Apache-2.0 |
14+
| k8s.io/client-go | Apache-2.0 |
15+
| k8s.io/code-generator | Apache-2.0 |
16+
| k8s.io/klog/v2 | Apache-2.0 |
17+
| sigs.k8s.io/structured-merge-diff/v4 | Apache-2.0 |

0 commit comments

Comments
 (0)