Skip to content

Commit

Permalink
Merge pull request #68 from golingon/update-deps
Browse files Browse the repository at this point in the history
update go.mod
  • Loading branch information
veggiemonk authored Jul 13, 2024
2 parents e22f0cd + c735565 commit 2762cfa
Show file tree
Hide file tree
Showing 8 changed files with 225 additions and 208 deletions.
46 changes: 24 additions & 22 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ dario.cat/mergo v1.0.0 : BSD-3-Clause
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.4.1 : Apache-2.0
github.com/gabriel-vasile/mimetype v1.4.4 : MIT
github.com/go-logr/logr v1.4.2 : 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.22.0 : MIT
github.com/gogo/protobuf v1.3.2 : BSD-3-Clause
github.com/google/go-cmp/cmp v0.6.0 : BSD-3-Clause
github.com/google/gofuzz v1.2.0 : Apache-2.0
github.com/hashicorp/go-version v1.6.0 : MPL-2.0
github.com/hashicorp/go-version v1.7.0 : MPL-2.0
github.com/hashicorp/hcl/v2 v2.21.0 : MPL-2.0
github.com/hashicorp/terraform-exec v0.21.0 : MPL-2.0
github.com/hashicorp/terraform-json v0.22.1 : MPL-2.0
Expand All @@ -32,7 +32,7 @@ github.com/tidwall/sjson v1.2.5 : MIT
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.25.0 : BSD-3-Clause
golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8 : BSD-3-Clause
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 : BSD-3-Clause
golang.org/x/mod v0.19.0 : BSD-3-Clause
golang.org/x/net v0.27.0 : BSD-3-Clause
golang.org/x/sys/cpu v0.22.0 : BSD-3-Clause
Expand All @@ -46,9 +46,9 @@ k8s.io/apiextensions-apiserver/pkg/apis/apiextensions v0.30.0 : Apache-2.0
k8s.io/apimachinery/pkg v0.30.0 : Apache-2.0
k8s.io/apimachinery/third_party/forked/golang/reflect v0.30.0 : BSD-3-Clause
k8s.io/client-go/kubernetes/scheme v0.30.0 : 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
k8s.io/klog/v2 v2.130.1 : Apache-2.0
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 : Apache-2.0
k8s.io/utils/internal/third_party/forked/golang/net v0.0.0-20240711033017-18e509b52bc8 : 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 @@ -70,9 +70,9 @@ github.com/apparentlymart/go-textseg/v15/textseg v15.0.0

github.com/dave/jennifer/jen v1.7.0

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

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

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

Expand All @@ -86,7 +86,7 @@ github.com/google/go-cmp/cmp v0.6.0

github.com/google/gofuzz v1.2.0

github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/go-version v1.7.0

github.com/hashicorp/hcl/v2 v2.21.0

Expand Down Expand Up @@ -118,7 +118,7 @@ github.com/zclconf/go-cty/cty v1.14.4

golang.org/x/crypto/sha3 v0.25.0

golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8
golang.org/x/exp v0.0.0-20240707233637-46b078467d37

golang.org/x/mod v0.19.0

Expand Down Expand Up @@ -172,11 +172,11 @@ k8s.io/apimachinery/third_party/forked/golang/reflect v0.30.0

k8s.io/client-go/kubernetes/scheme v0.30.0

k8s.io/klog/v2 v2.120.1
k8s.io/klog/v2 v2.130.1

k8s.io/utils v0.0.0-20240310230437-4693a0247e57
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8

k8s.io/utils/internal/third_party/forked/golang/net v0.0.0-20240310230437-4693a0247e57
k8s.io/utils/internal/third_party/forked/golang/net v0.0.0-20240711033017-18e509b52bc8

mvdan.cc/gofumpt v0.6.0

Expand Down Expand Up @@ -578,11 +578,11 @@ SOFTWARE.
---

MIT
(github.com/gabriel-vasile/mimetype v1.4.3)
(github.com/gabriel-vasile/mimetype v1.4.4)

MIT License

Copyright (c) 2018-2020 Gabriel Vasile
Copyright (c) 2018 Gabriel Vasile

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -606,7 +606,7 @@ SOFTWARE.
---

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

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -1183,7 +1183,9 @@ Apache-2.0
---

MPL-2.0
(github.com/hashicorp/go-version v1.6.0)
(github.com/hashicorp/go-version v1.7.0)

Copyright (c) 2014 HashiCorp, Inc.

Mozilla Public License, version 2.0

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

BSD-3-Clause
(golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8)
(golang.org/x/exp v0.0.0-20240707233637-46b078467d37)

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

Expand Down Expand Up @@ -4743,7 +4745,7 @@ Apache-2.0
---

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

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

Apache-2.0
(k8s.io/utils v0.0.0-20240310230437-4693a0247e57)
(k8s.io/utils v0.0.0-20240711033017-18e509b52bc8)


Apache License
Expand Down Expand Up @@ -5150,7 +5152,7 @@ Apache-2.0
---

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

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

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

require (
github.com/golingon/lingon v0.0.0-20240416053339-0bf5a7f001ce
github.com/hashicorp/hcl/v2 v2.20.1
github.com/hashicorp/terraform-json v0.21.0
github.com/golingon/lingon v0.0.0-20240712195002-e22f0cd27ead
github.com/hashicorp/hcl/v2 v2.21.0
github.com/hashicorp/terraform-json v0.22.1
github.com/rogpeppe/go-internal v1.12.0
istio.io/api v1.21.1
istio.io/client-go v1.21.1
k8s.io/api v0.30.0
k8s.io/apiextensions-apiserver v0.30.0
k8s.io/apimachinery v0.30.0
istio.io/api v1.22.2
istio.io/client-go v1.22.2
k8s.io/api v0.30.2
k8s.io/apiextensions-apiserver v0.30.2
k8s.io/apimachinery v0.30.2
k8s.io/client-go v12.0.0+incompatible
sigs.k8s.io/secrets-store-csi-driver v1.4.2
sigs.k8s.io/secrets-store-csi-driver v1.4.4
)

replace (
Expand All @@ -31,17 +31,17 @@ 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.4.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.4 // indirect
github.com/go-logr/logr v1.4.2 // 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
github.com/go-playground/validator/v10 v10.22.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/terraform-exec v0.20.0 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/hashicorp/terraform-exec v0.21.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
Expand All @@ -53,21 +53,21 @@ require (
github.com/tidwall/sjson v1.2.5 // 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/crypto v0.25.0 // indirect
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/net v0.27.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.20.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be // indirect
google.golang.org/protobuf v1.33.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/tools v0.23.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240711142825-46eb208f015d // indirect
google.golang.org/protobuf v1.34.2 // 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.120.1 // indirect
k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // 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 2762cfa

Please sign in to comment.