Skip to content

Commit

Permalink
chore(deps): Remove superfluous google-cloud-sdk
Browse files Browse the repository at this point in the history
There's no gcloud usage in this repo apart from one useless call.
  • Loading branch information
silvestre committed Nov 29, 2024
1 parent 95699a3 commit ed56029
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 63 deletions.
1 change: 0 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ credhub 2.9.29
cf 8.8.3
concourse 7.10.0
direnv 2.35.0
gcloud 473.0.0
ginkgo 2.22.0
golang 1.22.5
golangci-lint 1.62.2
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ alerts-silence:
.PHONY: docker-login docker docker-image
docker-login: target/docker-login
target/docker-login:
gcloud auth login
docker login ghcr.io
@touch $@
docker-image: docker-login
Expand Down
1 change: 0 additions & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"yq-go": "4.44.5",
"act": "0.2.68",
"cloudfoundry-cli": "8.8.1",
"google-cloud-sdk": "latest",
"ginkgo": "2.20.2",
"golangci-lint": "1.62.0",
"temurin-bin-21": "latest",
Expand Down
48 changes: 0 additions & 48 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -949,54 +949,6 @@
}
}
},
"google-cloud-sdk@latest": {
"last_modified": "2024-11-16T04:25:12Z",
"resolved": "github:NixOS/nixpkgs/34a626458d686f1b58139620a8b2793e9e123bba#google-cloud-sdk",
"source": "devbox-search",
"version": "494.0.0",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/fvc1kmnxsii6ak421wwmamzsvdydkqij-google-cloud-sdk-494.0.0",
"default": true
}
],
"store_path": "/nix/store/fvc1kmnxsii6ak421wwmamzsvdydkqij-google-cloud-sdk-494.0.0"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/rmr2c5yij8w9dl67skpiqjd7vmkbpk77-google-cloud-sdk-494.0.0",
"default": true
}
],
"store_path": "/nix/store/rmr2c5yij8w9dl67skpiqjd7vmkbpk77-google-cloud-sdk-494.0.0"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/z7kan030qq9jdq6n38ir77j4hzda42zb-google-cloud-sdk-494.0.0",
"default": true
}
],
"store_path": "/nix/store/z7kan030qq9jdq6n38ir77j4hzda42zb-google-cloud-sdk-494.0.0"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/ilqm1wggivf6afk7vm8g6va258dy1dsb-google-cloud-sdk-494.0.0",
"default": true
}
],
"store_path": "/nix/store/ilqm1wggivf6afk7vm8g6va258dy1dsb-google-cloud-sdk-494.0.0"
}
}
},
"gopls@latest": {
"last_modified": "2024-08-31T10:12:23Z",
"resolved": "github:NixOS/nixpkgs/5629520edecb69630a3f4d17d3d33fc96c13f6fe#gopls",
Expand Down
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
go-tools
golangci-lint
gopls # See: <https://github.com/golang/vscode-go/blob/master/docs/tools.md>
google-cloud-sdk
jq
maven
nodejs
Expand Down
11 changes: 0 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,6 @@
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^v(?<version>\\S+)"
},
{
"customType": "regex",
"fileMatch": [
"\\.tool-versions$"
],
"matchStrings": [
"(^|\\n)gcloud (?<currentValue>.+?)\\n"
],
"depNameTemplate": "google/cloud-sdk",
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": [
Expand Down

0 comments on commit ed56029

Please sign in to comment.