Skip to content

Commit c1507ef

Browse files
committed
Clean go.mod comments and make all depended library consistent to kubevela
1 parent 5689b7b commit c1507ef

File tree

4 files changed

+12
-19
lines changed

4 files changed

+12
-19
lines changed

.license/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# License Checker
22

3-
Our license checker CI rely on https://github.com/pivotal/LicenseFinder.
3+
Our license checker CI relies on https://github.com/pivotal/LicenseFinder.
44

55
## How to add a new license?
66

.license/dependency_decisions.yml

+8-14
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,34 @@
44
- :who:
55
:why:
66
:versions: []
7-
:when: 2021-03-12 07:35:34.645031000 Z
7+
:when: 2021-04-15 12:18:26.211513000 Z
88
- - :permit
99
- Apache 2.0
1010
- :who:
1111
:why:
1212
:versions: []
13-
:when: 2021-03-12 07:19:18.243194000 Z
13+
:when: 2021-04-15 12:19:17.193520000 Z
1414
- - :permit
1515
- New BSD
1616
- :who:
1717
:why:
1818
:versions: []
19-
:when: 2021-03-12 07:19:28.540675000 Z
20-
- - :permit
21-
- Simplified BSD
22-
- :who:
23-
:why:
24-
:versions: []
25-
:when: 2021-03-12 07:20:01.774212000 Z
19+
:when: 2021-04-15 12:19:45.731543000 Z
2620
- - :permit
2721
- Mozilla Public License 2.0
2822
- :who:
2923
:why:
3024
:versions: []
31-
:when: 2021-03-12 07:21:05.194536000 Z
25+
:when: 2021-04-15 12:20:07.300078000 Z
3226
- - :permit
33-
- unknown
27+
- ISC
3428
- :who:
3529
:why:
3630
:versions: []
37-
:when: 2021-03-12 07:21:43.379269000 Z
31+
:when: 2021-04-15 12:20:29.066906000 Z
3832
- - :permit
39-
- ISC
33+
- Simplified BSD
4034
- :who:
4135
:why:
4236
:versions: []
43-
:when: 2021-03-12 07:22:07.265966000 Z
37+
:when: 2021-04-15 12:20:48.882621000 Z

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/ghodss/yaml v1.0.0
88
github.com/go-logr/logr v0.4.0
99
github.com/go-logr/zapr v0.4.0 // indirect
10-
github.com/onsi/ginkgo v1.14.1
10+
github.com/onsi/ginkgo v1.13.0
1111
github.com/onsi/gomega v1.10.3
1212
github.com/pkg/errors v0.9.1
1313
k8s.io/api v0.18.8
@@ -19,7 +19,6 @@ require (
1919
sigs.k8s.io/controller-runtime v0.6.2
2020
)
2121

22-
// clint-go had a buggy release, https://github.com/kubernetes/client-go/issues/749
2322
replace (
2423
// fix build issue https://github.com/ory/dockertest/issues/208
2524
golang.org/x/sys => golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,7 @@ github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W
227227
github.com/onsi/ginkgo v1.11.0 h1:JAKSXpt1YjtLA7YpPiqO9ss6sNXEsPfSGdwN0UHqzrw=
228228
github.com/onsi/ginkgo v1.11.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
229229
github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk=
230-
github.com/onsi/ginkgo v1.14.1 h1:jMU0WaQrP0a/YAEq8eJmJKjBoMs+pClEr1vDMlM/Do4=
231-
github.com/onsi/ginkgo v1.14.1/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY=
230+
github.com/onsi/ginkgo v1.13.0/go.mod h1:+REjRxOmWfHCjfv9TTWB1jD1Frx4XydAD3zm1lskyM0=
232231
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
233232
github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
234233
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
@@ -256,6 +255,7 @@ github.com/prometheus/procfs v0.0.11 h1:DhHlBtkHWPYi8O2y31JkK0TF+DGM+51OopZjH/Ia
256255
github.com/prometheus/procfs v0.0.11/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
257256
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
258257
github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g=
258+
github.com/sclevine/agouti v3.0.0+incompatible/go.mod h1:b4WX9W9L1sfQKXeJf1mUTLZKJ48R1S7H23Ji7oFO5Bw=
259259
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
260260
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
261261
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=

0 commit comments

Comments
 (0)