Skip to content

Commit

Permalink
Merge pull request #188 from natrontech/dependabot/go_modules/kubelab…
Browse files Browse the repository at this point in the history
…-backend/helm.sh/helm/v3-3.15.3

🤖 Bump helm.sh/helm/v3 from 3.15.2 to 3.15.3 in /kubelab-backend
  • Loading branch information
janlauber authored Jul 15, 2024
2 parents 203806a + 43b5e42 commit 5024a53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kubelab-backend/go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module github.com/natrontech/kubelab

go 1.22
toolchain go1.22.4
toolchain go1.22.5

require (
github.com/caarlos0/env/v8 v8.0.0
github.com/pocketbase/dbx v1.10.1
github.com/pocketbase/pocketbase v0.22.16
helm.sh/helm/v3 v3.15.2
helm.sh/helm/v3 v3.15.3
k8s.io/api v0.30.2
k8s.io/apimachinery v0.30.2
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
Expand Down
4 changes: 2 additions & 2 deletions kubelab-backend/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,8 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gotest.tools/v3 v3.4.0 h1:ZazjZUfuVeZGLAmlKKuyv3IKP5orXcwtOwDQH6YVr6o=
gotest.tools/v3 v3.4.0/go.mod h1:CtbdzLSsqVhDgMtKsx03ird5YTGB3ar27v0u/yKBW5g=
helm.sh/helm/v3 v3.15.2 h1:/3XINUFinJOBjQplGnjw92eLGpgXXp1L8chWPkCkDuw=
helm.sh/helm/v3 v3.15.2/go.mod h1:FzSIP8jDQaa6WAVg9F+OkKz7J0ZmAga4MABtTbsb9WQ=
helm.sh/helm/v3 v3.15.3 h1:HcZDaVFe9uHa6hpsR54mJjYyRy4uz/pc6csg27nxFOc=
helm.sh/helm/v3 v3.15.3/go.mod h1:FzSIP8jDQaa6WAVg9F+OkKz7J0ZmAga4MABtTbsb9WQ=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
k8s.io/api v0.30.2 h1:+ZhRj+28QT4UOH+BKznu4CBgPWgkXO7XAvMcMl0qKvI=
Expand Down

0 comments on commit 5024a53

Please sign in to comment.