diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 10962fe8..77c433b4 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6 + ruby-version: 2.7.1 - name: Install dependencies run: gem install license_finder - name: Run tests diff --git a/.license/README.md b/.license/README.md index 16505721..8319f0d5 100644 --- a/.license/README.md +++ b/.license/README.md @@ -1,6 +1,6 @@ # License Checker -Our license checker CI rely on https://github.com/pivotal/LicenseFinder. +Our license checker CI relies on https://github.com/pivotal/LicenseFinder. ## How to add a new license? diff --git a/.license/dependency_decisions.yml b/.license/dependency_decisions.yml index f721d441..affec049 100644 --- a/.license/dependency_decisions.yml +++ b/.license/dependency_decisions.yml @@ -4,40 +4,34 @@ - :who: :why: :versions: [] - :when: 2021-03-12 07:35:34.645031000 Z + :when: 2021-04-15 12:18:26.211513000 Z - - :permit - Apache 2.0 - :who: :why: :versions: [] - :when: 2021-03-12 07:19:18.243194000 Z + :when: 2021-04-15 12:19:17.193520000 Z - - :permit - New BSD - :who: :why: :versions: [] - :when: 2021-03-12 07:19:28.540675000 Z -- - :permit - - Simplified BSD - - :who: - :why: - :versions: [] - :when: 2021-03-12 07:20:01.774212000 Z + :when: 2021-04-15 12:19:45.731543000 Z - - :permit - Mozilla Public License 2.0 - :who: :why: :versions: [] - :when: 2021-03-12 07:21:05.194536000 Z + :when: 2021-04-15 12:20:07.300078000 Z - - :permit - - unknown + - ISC - :who: :why: :versions: [] - :when: 2021-03-12 07:21:43.379269000 Z + :when: 2021-04-15 12:20:29.066906000 Z - - :permit - - ISC + - Simplified BSD - :who: :why: :versions: [] - :when: 2021-03-12 07:22:07.265966000 Z + :when: 2021-04-15 12:20:48.882621000 Z diff --git a/go.mod b/go.mod index ab58a23a..08b12faa 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/ghodss/yaml v1.0.0 github.com/go-logr/logr v0.4.0 github.com/go-logr/zapr v0.4.0 // indirect - github.com/onsi/ginkgo v1.14.1 + github.com/onsi/ginkgo v1.13.0 github.com/onsi/gomega v1.10.3 github.com/pkg/errors v0.9.1 k8s.io/api v0.18.8 @@ -19,7 +19,6 @@ require ( sigs.k8s.io/controller-runtime v0.6.2 ) -// clint-go had a buggy release, https://github.com/kubernetes/client-go/issues/749 replace ( // fix build issue https://github.com/ory/dockertest/issues/208 golang.org/x/sys => golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 diff --git a/go.sum b/go.sum index d4fac169..06143c62 100644 --- a/go.sum +++ b/go.sum @@ -227,8 +227,7 @@ github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W github.com/onsi/ginkgo v1.11.0 h1:JAKSXpt1YjtLA7YpPiqO9ss6sNXEsPfSGdwN0UHqzrw= github.com/onsi/ginkgo v1.11.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= -github.com/onsi/ginkgo v1.14.1 h1:jMU0WaQrP0a/YAEq8eJmJKjBoMs+pClEr1vDMlM/Do4= -github.com/onsi/ginkgo v1.14.1/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= +github.com/onsi/ginkgo v1.13.0/go.mod h1:+REjRxOmWfHCjfv9TTWB1jD1Frx4XydAD3zm1lskyM0= github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= 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 github.com/prometheus/procfs v0.0.11/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= +github.com/sclevine/agouti v3.0.0+incompatible/go.mod h1:b4WX9W9L1sfQKXeJf1mUTLZKJ48R1S7H23Ji7oFO5Bw= github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=