Skip to content

Commit

Permalink
go workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
veggiemonk committed Apr 15, 2024
1 parent fb5261d commit 9215e8c
Show file tree
Hide file tree
Showing 10 changed files with 420 additions and 308 deletions.
102 changes: 51 additions & 51 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ github.com/agext/levenshtein v1.2.3 : Apache-2.0
github.com/apparentlymart/go-textseg/v15/textseg v15.0.0 : MIT
github.com/dave/jennifer/jen v1.7.0 : MIT
github.com/gabriel-vasile/mimetype v1.4.3 : MIT
github.com/go-logr/logr v1.3.0 : Apache-2.0
github.com/go-logr/logr v1.4.1 : Apache-2.0
github.com/go-playground/locales v0.14.1 : MIT
github.com/go-playground/universal-translator v0.18.1 : MIT
github.com/go-playground/validator/v10 v10.19.0 : MIT
Expand All @@ -19,7 +19,7 @@ github.com/google/gofuzz v1.2.0 : Apache-2.0
github.com/hashicorp/go-version v1.6.0 : MPL-2.0
github.com/hashicorp/hcl/v2 v2.20.1 : MPL-2.0
github.com/hashicorp/terraform-exec v0.20.0 : MPL-2.0
github.com/hashicorp/terraform-json v0.19.0 : MPL-2.0
github.com/hashicorp/terraform-json v0.21.0 : MPL-2.0
github.com/json-iterator/go v1.1.12 : MIT
github.com/leodido/go-urn v1.4.0 : MIT
github.com/mitchellh/go-wordwrap v1.0.1 : MIT
Expand All @@ -29,25 +29,25 @@ github.com/tidwall/gjson v1.17.1 : MIT
github.com/tidwall/match v1.1.1 : MIT
github.com/tidwall/pretty v1.2.1 : MIT
github.com/tidwall/sjson v1.2.5 : MIT
github.com/veggiemonk/strcase v0.0.0-20230627213939-a882c834bcab : MIT
github.com/zclconf/go-cty/cty v1.14.1 : MIT
golang.org/x/crypto/sha3 v0.19.0 : BSD-3-Clause
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 : BSD-3-Clause
golang.org/x/mod v0.14.0 : BSD-3-Clause
golang.org/x/net v0.21.0 : BSD-3-Clause
github.com/veggiemonk/strcase v0.0.0-20240108101409-9f441287a9a9 : MIT
github.com/zclconf/go-cty/cty v1.14.4 : MIT
golang.org/x/crypto/sha3 v0.22.0 : BSD-3-Clause
golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8 : BSD-3-Clause
golang.org/x/mod v0.17.0 : BSD-3-Clause
golang.org/x/net v0.24.0 : BSD-3-Clause
golang.org/x/text v0.14.0 : BSD-3-Clause
golang.org/x/tools v0.17.0 : BSD-3-Clause
golang.org/x/tools v0.20.0 : BSD-3-Clause
gopkg.in/inf.v0 v0.9.1 : BSD-3-Clause
gopkg.in/yaml.v2 v2.4.0 : Apache-2.0
gopkg.in/yaml.v3 v3.0.1 : MIT
k8s.io/api v0.29.3 : Apache-2.0
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions v0.29.3 : Apache-2.0
k8s.io/apimachinery/pkg v0.29.3 : Apache-2.0
k8s.io/apimachinery/third_party/forked/golang/reflect v0.29.3 : BSD-3-Clause
k8s.io/client-go/kubernetes/scheme v0.29.3 : Apache-2.0
k8s.io/klog/v2 v2.110.1 : Apache-2.0
k8s.io/utils v0.0.0-20230726121419-3b25d923346b : Apache-2.0
k8s.io/utils/internal/third_party/forked/golang/net v0.0.0-20230726121419-3b25d923346b : BSD-3-Clause
k8s.io/api v0.26.2 : Apache-2.0
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions v0.23.1 : Apache-2.0
k8s.io/apimachinery/pkg v0.26.2 : Apache-2.0
k8s.io/apimachinery/third_party/forked/golang/reflect v0.26.2 : BSD-3-Clause
k8s.io/client-go/kubernetes/scheme v0.26.2 : Apache-2.0
k8s.io/klog/v2 v2.120.1 : Apache-2.0
k8s.io/utils v0.0.0-20240310230437-4693a0247e57 : Apache-2.0
k8s.io/utils/internal/third_party/forked/golang/net v0.0.0-20240310230437-4693a0247e57 : BSD-3-Clause
mvdan.cc/gofumpt v0.6.0 : BSD-3-Clause
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd : Apache-2.0
sigs.k8s.io/structured-merge-diff/v4/value v4.4.1 : Apache-2.0
Expand All @@ -71,7 +71,7 @@ github.com/dave/jennifer/jen v1.7.0

github.com/gabriel-vasile/mimetype v1.4.3

github.com/go-logr/logr v1.3.0
github.com/go-logr/logr v1.4.1

github.com/go-playground/locales v0.14.1

Expand All @@ -91,7 +91,7 @@ github.com/hashicorp/hcl/v2 v2.20.1

github.com/hashicorp/terraform-exec v0.20.0

github.com/hashicorp/terraform-json v0.19.0
github.com/hashicorp/terraform-json v0.21.0

github.com/json-iterator/go v1.1.12

Expand All @@ -111,21 +111,21 @@ github.com/tidwall/pretty v1.2.1

github.com/tidwall/sjson v1.2.5

github.com/veggiemonk/strcase v0.0.0-20230627213939-a882c834bcab
github.com/veggiemonk/strcase v0.0.0-20240108101409-9f441287a9a9

github.com/zclconf/go-cty/cty v1.14.1
github.com/zclconf/go-cty/cty v1.14.4

golang.org/x/crypto/sha3 v0.19.0
golang.org/x/crypto/sha3 v0.22.0

golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8

golang.org/x/mod v0.14.0
golang.org/x/mod v0.17.0

golang.org/x/net v0.21.0
golang.org/x/net v0.24.0

golang.org/x/text v0.14.0

golang.org/x/tools v0.17.0
golang.org/x/tools v0.20.0

gopkg.in/inf.v0 v0.9.1

Expand Down Expand Up @@ -159,21 +159,21 @@ gopkg.in/yaml.v3 v3.0.1
See the License for the specific language governing permissions and
limitations under the License.

k8s.io/api v0.29.3
k8s.io/api v0.26.2

k8s.io/apiextensions-apiserver/pkg/apis/apiextensions v0.29.3
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions v0.23.1

k8s.io/apimachinery/pkg v0.29.3
k8s.io/apimachinery/pkg v0.26.2

k8s.io/apimachinery/third_party/forked/golang/reflect v0.29.3
k8s.io/apimachinery/third_party/forked/golang/reflect v0.26.2

k8s.io/client-go/kubernetes/scheme v0.29.3
k8s.io/client-go/kubernetes/scheme v0.26.2

k8s.io/klog/v2 v2.110.1
k8s.io/klog/v2 v2.120.1

k8s.io/utils v0.0.0-20230726121419-3b25d923346b
k8s.io/utils v0.0.0-20240310230437-4693a0247e57

k8s.io/utils/internal/third_party/forked/golang/net v0.0.0-20230726121419-3b25d923346b
k8s.io/utils/internal/third_party/forked/golang/net v0.0.0-20240310230437-4693a0247e57

mvdan.cc/gofumpt v0.6.0

Expand Down Expand Up @@ -603,7 +603,7 @@ SOFTWARE.
---

Apache-2.0
(github.com/go-logr/logr v1.3.0)
(github.com/go-logr/logr v1.4.1)

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -2285,7 +2285,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
---

MPL-2.0
(github.com/hashicorp/terraform-json v0.19.0)
(github.com/hashicorp/terraform-json v0.21.0)

Copyright (c) 2019 HashiCorp, Inc.

Expand Down Expand Up @@ -3276,7 +3276,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---

MIT
(github.com/veggiemonk/strcase v0.0.0-20230627213939-a882c834bcab)
(github.com/veggiemonk/strcase v0.0.0-20240108101409-9f441287a9a9)

The MIT License (MIT)

Expand Down Expand Up @@ -3304,7 +3304,7 @@ SOFTWARE.
---

MIT
(github.com/zclconf/go-cty/cty v1.14.1)
(github.com/zclconf/go-cty/cty v1.14.4)

MIT License

Expand Down Expand Up @@ -3332,7 +3332,7 @@ SOFTWARE.
---

BSD-3-Clause
(golang.org/x/crypto/sha3 v0.19.0)
(golang.org/x/crypto/sha3 v0.22.0)

Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -3366,7 +3366,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---

BSD-3-Clause
(golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1)
(golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8)

Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -3400,7 +3400,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---

BSD-3-Clause
(golang.org/x/mod v0.14.0)
(golang.org/x/mod v0.17.0)

Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -3434,7 +3434,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---

BSD-3-Clause
(golang.org/x/net v0.21.0)
(golang.org/x/net v0.24.0)

Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -3502,7 +3502,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---

BSD-3-Clause
(golang.org/x/tools v0.17.0)
(golang.org/x/tools v0.20.0)

Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -3836,7 +3836,7 @@ limitations under the License.
---

Apache-2.0
(k8s.io/api v0.29.3)
(k8s.io/api v0.26.2)


Apache License
Expand Down Expand Up @@ -4045,7 +4045,7 @@ Apache-2.0
---

Apache-2.0
(k8s.io/apiextensions-apiserver/pkg/apis/apiextensions v0.29.3)
(k8s.io/apiextensions-apiserver/pkg/apis/apiextensions v0.23.1)


Apache License
Expand Down Expand Up @@ -4254,7 +4254,7 @@ Apache-2.0
---

Apache-2.0
(k8s.io/apimachinery/pkg v0.29.3)
(k8s.io/apimachinery/pkg v0.26.2)


Apache License
Expand Down Expand Up @@ -4463,7 +4463,7 @@ Apache-2.0
---

BSD-3-Clause
(k8s.io/apimachinery/third_party/forked/golang/reflect v0.29.3)
(k8s.io/apimachinery/third_party/forked/golang/reflect v0.26.2)

Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -4497,7 +4497,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---

Apache-2.0
(k8s.io/client-go/kubernetes/scheme v0.29.3)
(k8s.io/client-go/kubernetes/scheme v0.26.2)


Apache License
Expand Down Expand Up @@ -4706,7 +4706,7 @@ Apache-2.0
---

Apache-2.0
(k8s.io/klog/v2 v2.110.1)
(k8s.io/klog/v2 v2.120.1)

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -4904,7 +4904,7 @@ third-party archives.
---

Apache-2.0
(k8s.io/utils v0.0.0-20230726121419-3b25d923346b)
(k8s.io/utils v0.0.0-20240310230437-4693a0247e57)


Apache License
Expand Down Expand Up @@ -5113,7 +5113,7 @@ Apache-2.0
---

BSD-3-Clause
(k8s.io/utils/internal/third_party/forked/golang/net v0.0.0-20230726121419-3b25d923346b)
(k8s.io/utils/internal/third_party/forked/golang/net v0.0.0-20240310230437-4693a0247e57)

Copyright (c) 2012 The Go Authors. All rights reserved.

Expand Down
8 changes: 4 additions & 4 deletions cmd/tools/ci/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
const (
// OSVScanner is the OSV Scanner to find vulnerabilities
osvScannerRepo = "github.com/google/osv-scanner/cmd/osv-scanner"
osvScannerVersion = "@v1.3.2"
osvScannerVersion = "@v1.7.0"

// goVuln to find vulnerabilities
vulnRepo = "golang.org/x/vuln/cmd/govulncheck"
Expand All @@ -27,7 +27,7 @@ const (

// syft is for generating SBOM
syftRepo = "github.com/anchore/syft/cmd/syft"
syftVersion = "@v0.85.0"
syftVersion = "@v1.2.0"

// goLicenses is Google's go-licenses to export all licenses
goLicensesRepo = "github.com/google/go-licenses"
Expand All @@ -36,12 +36,12 @@ const (

// goCILint is for linting code
goCILintRepo = "github.com/golangci/golangci-lint/cmd/golangci-lint"
goCILintVersion = "@v1.53.3"
goCILintVersion = "@v1.57.2"
goCILint = goCILintRepo + goCILintVersion

// goFumpt is mvdan.cc/gofumpt to format code
goFumptRepo = "mvdan.cc/gofumpt"
goFumptVersion = "@v0.5.0"
goFumptVersion = "@v0.6.0"
goFumpt = goFumptRepo + goFumptVersion
)

Expand Down
36 changes: 18 additions & 18 deletions docs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ go 1.21.7
replace github.com/golingon/lingon => ../

require (
github.com/golingon/lingon v0.0.0-20240410151041-d6e1fef1f2a8
github.com/golingon/lingon v0.0.0-20240415181906-fb5261d4fb3b
github.com/hashicorp/hcl/v2 v2.20.1
github.com/hashicorp/terraform-json v0.19.0
github.com/hashicorp/terraform-json v0.21.0
github.com/rogpeppe/go-internal v1.12.0
istio.io/api v1.19.0-beta.1
istio.io/client-go v1.18.1
istio.io/api v1.21.1
istio.io/client-go v1.21.1
k8s.io/api v0.29.3
k8s.io/apiextensions-apiserver v0.29.3
k8s.io/apimachinery v0.29.3
k8s.io/client-go v0.29.3
sigs.k8s.io/secrets-store-csi-driver v1.3.4
sigs.k8s.io/secrets-store-csi-driver v1.4.2
)

require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/dave/jennifer v1.7.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.19.0 // indirect
Expand All @@ -42,23 +42,23 @@ require (
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
github.com/veggiemonk/strcase v0.0.0-20230627213939-a882c834bcab // indirect
github.com/zclconf/go-cty v1.14.1 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
github.com/veggiemonk/strcase v0.0.0-20240108101409-9f441287a9a9 // indirect
github.com/zclconf/go-cty v1.14.4 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.17.0 // indirect
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
golang.org/x/tools v0.20.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.110.1 // indirect
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
k8s.io/klog/v2 v2.120.1 // indirect
k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect
mvdan.cc/gofumpt v0.6.0 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
Expand Down
Loading

0 comments on commit 9215e8c

Please sign in to comment.