Skip to content

Commit 1ecff67

Browse files
committed
Update sources, update LICENSE files
1 parent 5234612 commit 1ecff67

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+7106
-110
lines changed

.goreleaser.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ builds:
2121
mod_timestamp: '{{ .CommitTimestamp }}'
2222
ldflags:
2323
- >-
24-
-X github.com/buttahtoast/subst/subst/cmd.Version={{ .Tag }}
25-
-X github.com/buttahtoast/subst/subst/cmd.GitCommit={{ .Commit }}
26-
-X github.com/buttahtoast/subst/subst/cmd.BuildDate={{ .Date }}
24+
-X github.com/bedag/subst/subst/cmd.Version={{ .Tag }}
25+
-X github.com/bedag/subst/subst/cmd.GitCommit={{ .Commit }}
26+
-X github.com/bedag/subst/subst/cmd.BuildDate={{ .Date }}
2727
release:
2828
footer: |
29-
**Full Changelog**: https://github.com/buttahtoast/{{ .ProjectName }}/compare/{{ .PreviousTag }}...{{ .Tag }}
29+
**Full Changelog**: https://github.com/bedag/{{ .ProjectName }}/compare/{{ .PreviousTag }}...{{ .Tag }}
3030
3131
* * *
3232
3333
**Docker Images**
34-
- `ghcr.io/buttahtoast/{{ .ProjectName }}:{{ .Tag }}`
35-
- `ghcr.io/buttahtoast/{{ .ProjectName }}-cmp:{{ .Tag }}`
34+
- `ghcr.io/bedag/{{ .ProjectName }}:{{ .Tag }}`
35+
- `ghcr.io/bedag/{{ .ProjectName }}-cmp:{{ .Tag }}`
3636
3737
checksum:
3838
name_template: 'checksums.txt'
@@ -41,8 +41,8 @@ snapshot:
4141
name_template: "{{ .Tag }}-next"
4242
dockers:
4343
- image_templates:
44-
- "ghcr.io/buttahtoast/{{ .ProjectName }}:{{ .Tag }}"
45-
- "ghcr.io/buttahtoast/{{ .ProjectName }}:latest"
44+
- "ghcr.io/bedag/{{ .ProjectName }}:{{ .Tag }}"
45+
- "ghcr.io/bedag/{{ .ProjectName }}:latest"
4646
dockerfile: Dockerfile.goreleaser
4747
goos: linux
4848
goarch: amd64
@@ -56,14 +56,14 @@ dockers:
5656
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
5757
- "--label=org.opencontainers.image.version={{.Version}}"
5858
- "--label=org.opencontainers.image.source={{.GitURL}}"
59-
- "--label=org.opencontainers.image.vendor=Buttahtoast"
59+
- "--label=org.opencontainers.image.vendor=Bedag"
6060
- "--label=org.opencontainers.image.licenses=Apache-2.0"
61-
- "--label=org.opencontainers.image.source=https://github.com/butthatoast/subst"
62-
- "--label=org.opencontainers.image.authors=Buttahtoast"
63-
- "--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/buttahtoast/subst/main/README.md"
64-
- "--label=io.artifacthub.package.logo-url=https://github.com/buttahtoast/subst/raw/main/img/subst.png"
61+
- "--label=org.opencontainers.image.source=https://github.com/bedag/subst"
62+
- "--label=org.opencontainers.image.authors=Bedag"
63+
- "--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/bedag/subst/main/README.md"
64+
- "--label=io.artifacthub.package.logo-url=https://github.com/bedag/subst/raw/main/img/subst.png"
6565
- "--label=io.artifacthub.package.license=Apache-2.0"
66-
#- image_templates: [ "ghcr.io/buttahtoast/{{ .ProjectName }}:{{ .Tag }}" ]
66+
#- image_templates: [ "ghcr.io/bedag/{{ .ProjectName }}:{{ .Tag }}" ]
6767
# dockerfile: Dockerfile
6868
# goos: linux
6969
# goarch: arm64
@@ -77,16 +77,16 @@ dockers:
7777
# - "--label=org.opencontainers.image.revision={{.FullCommit}}"
7878
# - "--label=org.opencontainers.image.version={{.Version}}"
7979
# - "--label=org.opencontainers.image.source={{.GitURL}}"
80-
# - "--label=org.opencontainers.image.vendor=Buttahtoast"
80+
# - "--label=org.opencontainers.image.vendor=Bedag"
8181
# - "--label=org.opencontainers.image.licenses=Apache-2.0"
82-
# - "--label=org.opencontainers.image.source=https://github.com/butthatoast/subst"
83-
# - "--label=org.opencontainers.image.authors=Buttahtoast"
84-
# - "--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/buttahtoast/subst/main/README.md"
85-
# - "--label=io.artifacthub.package.logo-url=https://github.com/buttahtoast/subst/raw/main/img/subst.png"
82+
# - "--label=org.opencontainers.image.source=https://github.com/bedag/subst"
83+
# - "--label=org.opencontainers.image.authors=Bedag"
84+
# - "--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/bedag/subst/main/README.md"
85+
# - "--label=io.artifacthub.package.logo-url=https://github.com/bedag/subst/raw/main/img/subst.png"
8686
# - "--label=io.artifacthub.package.license=Apache-2.0"
8787
- image_templates:
88-
- "ghcr.io/buttahtoast/{{ .ProjectName }}-cmp:{{ .Tag }}"
89-
- "ghcr.io/buttahtoast/{{ .ProjectName }}-cmp:latest"
88+
- "ghcr.io/bedag/{{ .ProjectName }}-cmp:{{ .Tag }}"
89+
- "ghcr.io/bedag/{{ .ProjectName }}-cmp:latest"
9090
dockerfile: argocd-cmp/Dockerfile.goreleaser
9191
goos: linux
9292
goarch: amd64
@@ -100,17 +100,17 @@ dockers:
100100
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
101101
- "--label=org.opencontainers.image.version={{.Version}}"
102102
- "--label=org.opencontainers.image.source={{.GitURL}}"
103-
- "--label=org.opencontainers.image.vendor=Buttahtoast"
103+
- "--label=org.opencontainers.image.vendor=Bedag"
104104
- "--label=org.opencontainers.image.licenses=Apache-2.0"
105-
- "--label=org.opencontainers.image.source=https://github.com/butthatoast/subst"
106-
- "--label=org.opencontainers.image.authors=Buttahtoast"
107-
- "--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/buttahtoast/subst/main/README.md"
108-
- "--label=io.artifacthub.package.logo-url=https://github.com/buttahtoast/subst/raw/main/img/subst.png"
105+
- "--label=org.opencontainers.image.source=https://github.com/bedag/subst"
106+
- "--label=org.opencontainers.image.authors=Bedag"
107+
- "--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/bedag/subst/main/README.md"
108+
- "--label=io.artifacthub.package.logo-url=https://github.com/bedag/subst/raw/main/img/subst.png"
109109
- "--label=io.artifacthub.package.license=Apache-2.0"
110110
extra_files:
111111
- argocd-cmp/cmp.yaml
112112
- argocd-cmp/entrypoint.sh
113-
#- image_templates: [ "ghcr.io/buttahtoast/{{ .ProjectName }}-cmp:{{ .Tag }}" ]
113+
#- image_templates: [ "ghcr.io/bedag/{{ .ProjectName }}-cmp:{{ .Tag }}" ]
114114
# dockerfile: Dockerfile.argo-cmp
115115
# goos: linux
116116
# goarch: arm64
@@ -124,12 +124,12 @@ dockers:
124124
# - "--label=org.opencontainers.image.revision={{.FullCommit}}"
125125
# - "--label=org.opencontainers.image.version={{.Version}}"
126126
# - "--label=org.opencontainers.image.source={{.GitURL}}"
127-
# - "--label=org.opencontainers.image.vendor=Buttahtoast"
127+
# - "--label=org.opencontainers.image.vendor=Bedag"
128128
# - "--label=org.opencontainers.image.licenses=Apache-2.0"
129-
# - "--label=org.opencontainers.image.source=https://github.com/butthatoast/subst"
130-
# - "--label=org.opencontainers.image.authors=Buttahtoast"
131-
# - "--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/buttahtoast/subst/main/README.md"
132-
# - "--label=io.artifacthub.package.logo-url=https://github.com/buttahtoast/subst/raw/main/img/subst.png"
129+
# - "--label=org.opencontainers.image.source=https://github.com/bedag/subst"
130+
# - "--label=org.opencontainers.image.authors=Bedag"
131+
# - "--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/bedag/subst/main/README.md"
132+
# - "--label=io.artifacthub.package.logo-url=https://github.com/bedag/subst/raw/main/img/subst.png"
133133
# - "--label=io.artifacthub.package.license=Apache-2.0"
134134
# extra_files:
135135
# - argocd-cmp/cmp.yaml
@@ -183,11 +183,11 @@ docker_signs:
183183
- --yes
184184
#brews:
185185
# - tap:
186-
# owner: buttahtoast
186+
# owner: bedag
187187
# name: subst
188188
# branch: main
189189
# license: Apache-2.0
190-
# homepage: "github.com/buttahtoast/subst"
190+
# homepage: "github.com/bedag/subst"
191191
# description: "subst - Substitution based on Kustomize"
192192
# post_install: |
193193
# puts '🌈 subst installed 🌈'

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @buttahtoast
1+
* @bedag/sre

Dockerfile.argo-cmp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG TARGETARCH
77

88
WORKDIR /app/
99
ADD . .
10-
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags="-w -s -X github.com/buttahtoast/subst/subst/cmd.Version={{ .Tag }} -X github.com/buttahtoast/subst/subst/cmd.GitCommit={{ .Commit }} -X github.com/buttahtoast/subst/subst/cmd.BuildDate={{ .Date }}" -o subst ./subst/main.go
10+
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags="-w -s -X github.com/bedag/subst/subst/cmd.Version={{ .Tag }} -X github.com/bedag/subst/subst/cmd.GitCommit={{ .Commit }} -X github.com/bedag/subst/subst/cmd.BuildDate={{ .Date }}" -o subst ./subst/main.go
1111

1212

1313
FROM --platform=${TARGETPLATFORM:-linux/amd64} scratch

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
identification within third-party archives.
188188

189189
Copyright [2020] Clastix Labs
190+
Copyright [2024] Bedag Informatik AG
190191

191192
Licensed under the Apache License, Version 2.0 (the "License");
192193
you may not use this file except in compliance with the License.

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ LOCAL_PLATFORM := linux/$(GOARCH)
1919
TARGET_PLATFORMS ?= $(LOCAL_PLATFORM)
2020

2121
VERSION ?= $$(git describe --abbrev=0 --tags --match "v*")
22-
IMG ?= ghcr.io/buttahtoast/subst:$(VERSION)
23-
PLUGIN_IMG ?= ghcr.io/buttahtoast/subst-cmp:$(VERSION)
22+
IMG ?= ghcr.io/bedag/subst:$(VERSION)
23+
PLUGIN_IMG ?= ghcr.io/bedag/subst-cmp:$(VERSION)
2424

2525
default: help
2626

@@ -102,7 +102,7 @@ kind-up:
102102
@echo "Building kubernetes $${KIND_K8S_VERSION:-v1.25.0}..."
103103
@kind create cluster --name $(K3S_NAME) --image kindest/node:$${KIND_K8S_VERSION:-v1.25.0} --wait=120s
104104

105-
kind-load-image: PLUGIN_IMG = ghcr.io/buttahtoast/subst-cmp:local
105+
kind-load-image: PLUGIN_IMG = ghcr.io/bedag/subst-cmp:local
106106
kind-load-image: docker-build-cmp
107107
@echo "Loading image into cluster..."
108108
@kind load docker-image ${PLUGIN_IMG} --name $(K3S_NAME)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Install it with the [ArgoCD community chart](https://github.com/argoproj/argo-he
5353
extraContainers:
5454
- name: cmp-subst
5555
args: [/var/run/argocd/argocd-cmp-server]
56-
image: ghcr.io/buttahtoast/subst-cmp:v0.3.0
56+
image: ghcr.io/bedag/subst-cmp:v0.3.0
5757
imagePullPolicy: Always
5858
securityContext:
5959
allowPrivilegeEscalation: false
@@ -197,18 +197,18 @@ For all decryptors you can create a kubernetes secret, which contains the privat
197197
**Brew**
198198

199199
```bash
200-
brew tap buttahtoast/subst
200+
brew tap bedag/subst
201201
```
202202

203203
**Docker**
204204

205205
```bash
206-
docker run -it ghcr.io/buttahtoast/subst -h
206+
docker run -it ghcr.io/bedag/subst -h
207207
```
208208

209209
**Github Releases**
210210

211-
https://github.com/buttahtoast/subst/releases
211+
https://github.com/bedag/subst/releases
212212

213213

214214
## ArgoCD Plugin

go.mod

Lines changed: 47 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,46 @@
1-
module github.com/buttahtoast/subst
1+
module github.com/bedag/subst
22

33
go 1.19
44

55
require (
6+
cloud.google.com/go/kms v1.15.1
7+
filippo.io/age v1.1.1
8+
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
9+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.6.1
10+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0
11+
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.0.0
612
github.com/BurntSushi/toml v1.2.1
713
github.com/MakeNowJust/heredoc v1.0.0
814
github.com/Masterminds/sprig/v3 v3.2.3
9-
github.com/buttahtoast/pkg/decryptors v0.0.0-20240118231345-2f3b4888024a
15+
github.com/Shopify/ejson v1.4.1
16+
github.com/aws/aws-sdk-go v1.44.321
17+
github.com/aws/aws-sdk-go-v2 v1.18.1
18+
github.com/aws/aws-sdk-go-v2/config v1.18.27
19+
github.com/aws/aws-sdk-go-v2/credentials v1.13.26
20+
github.com/aws/aws-sdk-go-v2/service/kms v1.22.2
21+
github.com/aws/aws-sdk-go-v2/service/sts v1.19.2
22+
github.com/dimchansky/utfbom v1.1.1
1023
github.com/geofffranks/simpleyaml v0.0.0-20161109204137-c9320f076de5
1124
github.com/geofffranks/spruce v1.29.0
25+
github.com/hashicorp/vault/api v1.9.2
26+
github.com/onsi/gomega v1.27.8
27+
github.com/ory/dockertest/v3 v3.10.0
1228
github.com/sirupsen/logrus v1.9.3
1329
github.com/spf13/cobra v1.6.1
1430
github.com/spf13/pflag v1.0.5
1531
github.com/spf13/viper v1.14.0
1632
github.com/starkandwayne/goutils v0.0.0-20190115202530-896b8a6904be
33+
github.com/stretchr/testify v1.8.4
34+
go.mozilla.org/sops/v3 v3.7.3
35+
golang.org/x/net v0.14.0
36+
google.golang.org/api v0.136.0
37+
google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5
38+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577
39+
google.golang.org/grpc v1.57.0
40+
google.golang.org/protobuf v1.31.0
1741
gopkg.in/yaml.v2 v2.4.0
42+
gopkg.in/yaml.v3 v3.0.1
43+
k8s.io/apimachinery v0.27.4
1844
k8s.io/client-go v0.27.4
1945
sigs.k8s.io/kustomize/api v0.13.2
2046
sigs.k8s.io/kustomize/kyaml v0.14.1
@@ -25,14 +51,10 @@ require (
2551
cloud.google.com/go/compute v1.23.0 // indirect
2652
cloud.google.com/go/compute/metadata v0.2.3 // indirect
2753
cloud.google.com/go/iam v1.1.1 // indirect
28-
cloud.google.com/go/kms v1.15.1 // indirect
29-
filippo.io/age v1.1.1 // indirect
3054
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
31-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.6.1 // indirect
32-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0 // indirect
3355
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect
34-
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.0.0 // indirect
3556
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v0.8.0 // indirect
57+
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
3658
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
3759
github.com/Azure/go-autorest/autorest v0.11.29 // indirect
3860
github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
@@ -47,29 +69,29 @@ require (
4769
github.com/Knetic/govaluate v3.0.0+incompatible // indirect
4870
github.com/Masterminds/goutils v1.1.1 // indirect
4971
github.com/Masterminds/semver/v3 v3.2.0 // indirect
72+
github.com/Microsoft/go-winio v0.6.0 // indirect
73+
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
5074
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
51-
github.com/Shopify/ejson v1.4.1 // indirect
52-
github.com/aws/aws-sdk-go v1.44.321 // indirect
53-
github.com/aws/aws-sdk-go-v2 v1.18.1 // indirect
54-
github.com/aws/aws-sdk-go-v2/config v1.18.27 // indirect
55-
github.com/aws/aws-sdk-go-v2/credentials v1.13.26 // indirect
5675
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.4 // indirect
5776
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.34 // indirect
5877
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.28 // indirect
5978
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.35 // indirect
6079
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.28 // indirect
61-
github.com/aws/aws-sdk-go-v2/service/kms v1.22.2 // indirect
6280
github.com/aws/aws-sdk-go-v2/service/sso v1.12.12 // indirect
6381
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.12 // indirect
64-
github.com/aws/aws-sdk-go-v2/service/sts v1.19.2 // indirect
6582
github.com/aws/smithy-go v1.13.5 // indirect
6683
github.com/blang/semver v3.5.1+incompatible // indirect
6784
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
85+
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
6886
github.com/cloudflare/circl v1.3.3 // indirect
6987
github.com/cloudfoundry-community/vaultkv v0.5.0 // indirect
88+
github.com/containerd/continuity v0.3.0 // indirect
7089
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
7190
github.com/davecgh/go-spew v1.1.1 // indirect
72-
github.com/dimchansky/utfbom v1.1.1 // indirect
91+
github.com/docker/cli v20.10.17+incompatible // indirect
92+
github.com/docker/docker v20.10.7+incompatible // indirect
93+
github.com/docker/go-connections v0.4.0 // indirect
94+
github.com/docker/go-units v0.4.0 // indirect
7395
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
7496
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
7597
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
@@ -104,7 +126,6 @@ require (
104126
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
105127
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
106128
github.com/hashicorp/hcl v1.0.0 // indirect
107-
github.com/hashicorp/vault/api v1.9.2 // indirect
108129
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef // indirect
109130
github.com/huandu/xstrings v1.3.3 // indirect
110131
github.com/imdario/mergo v0.3.16 // indirect
@@ -123,50 +144,51 @@ require (
123144
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
124145
github.com/mitchellh/mapstructure v1.5.0 // indirect
125146
github.com/mitchellh/reflectwalk v1.0.2 // indirect
147+
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
126148
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
127149
github.com/modern-go/reflect2 v1.0.2 // indirect
128150
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
129151
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
130152
github.com/onsi/ginkgo v1.16.5 // indirect
131153
github.com/onsi/ginkgo/v2 v2.11.0 // indirect
154+
github.com/opencontainers/go-digest v1.0.0 // indirect
155+
github.com/opencontainers/image-spec v1.0.2 // indirect
156+
github.com/opencontainers/runc v1.1.5 // indirect
132157
github.com/pelletier/go-toml v1.9.5 // indirect
133158
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
134159
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
135160
github.com/pkg/errors v0.9.1 // indirect
161+
github.com/pmezard/go-difflib v1.0.0 // indirect
136162
github.com/russross/blackfriday/v2 v2.1.0 // indirect
137163
github.com/ryanuber/go-glob v1.0.0 // indirect
138164
github.com/shopspring/decimal v1.2.0 // indirect
139165
github.com/spf13/afero v1.9.3 // indirect
140166
github.com/spf13/cast v1.5.0 // indirect
141167
github.com/spf13/jwalterweatherman v1.1.0 // indirect
142168
github.com/subosito/gotenv v1.4.1 // indirect
169+
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
170+
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
171+
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
143172
github.com/xlab/treeprint v1.1.0 // indirect
144173
github.com/ziutek/utils v0.0.0-20190626152656-eb2a3b364d6c // indirect
145174
go.mozilla.org/gopgagent v0.0.0-20170926210634-4d7ea76ff71a // indirect
146-
go.mozilla.org/sops/v3 v3.7.3 // indirect
147175
go.opencensus.io v0.24.0 // indirect
148176
go.starlark.net v0.0.0-20221205180719-3fd0dac74452 // indirect
149177
golang.org/x/crypto v0.12.0 // indirect
150-
golang.org/x/net v0.14.0 // indirect
178+
golang.org/x/mod v0.10.0 // indirect
151179
golang.org/x/oauth2 v0.11.0 // indirect
152180
golang.org/x/sync v0.3.0 // indirect
153181
golang.org/x/sys v0.11.0 // indirect
154182
golang.org/x/term v0.11.0 // indirect
155183
golang.org/x/text v0.12.0 // indirect
156184
golang.org/x/time v0.3.0 // indirect
157-
google.golang.org/api v0.136.0 // indirect
185+
golang.org/x/tools v0.9.3 // indirect
158186
google.golang.org/appengine v1.6.7 // indirect
159-
google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
160187
google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 // indirect
161-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
162-
google.golang.org/grpc v1.57.0 // indirect
163-
google.golang.org/protobuf v1.31.0 // indirect
164188
gopkg.in/inf.v0 v0.9.1 // indirect
165189
gopkg.in/ini.v1 v1.67.0 // indirect
166190
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
167-
gopkg.in/yaml.v3 v3.0.1 // indirect
168191
k8s.io/api v0.27.4 // indirect
169-
k8s.io/apimachinery v0.27.4 // indirect
170192
k8s.io/klog/v2 v2.100.1 // indirect
171193
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
172194
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect

0 commit comments

Comments
 (0)