Skip to content

Commit

Permalink
solving repo-health
Browse files Browse the repository at this point in the history
Signed-off-by: Aishwarya2001 <[email protected]>
  • Loading branch information
Aishwarya2001A committed Feb 10, 2025
1 parent afa3d92 commit 4e59522
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .license_scout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2104,6 +2104,4 @@ exceptions:
- name: sigs.k8s.io/structured-merge-diff/v4
reason: Exception made by Chef Legal
- name: tags.cncf.io/container-device-interface/specs-go
reason: Exception made by Chef Legal
- name: github.com/googleapis/googleapis
reason: Exception made by Chef Legal
2 changes: 1 addition & 1 deletion scripts/revendor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ envoyproxyModPath=$(GOFLAGS="" go list -f "{{.Dir}}" -m "github.com/envoyproxy/p
# happened to get on a particular day. We have to lock to *a* version, because
# the version ends up in the go.mod file and we check whether that file is
# properly up-to-date in Ci.
go get github.com/googleapis/googleapis@a94df49e8f20
go get github.com/googleapis/googleapis@v0.0.0-20240205020701-9d1dd5ee9d3f
googleAPIsModPath=$(GOFLAGS="" go list -f "{{.Dir}}" -m "github.com/googleapis/googleapis")

mkdir -p $grpcGatewayVendorPath
Expand Down

0 comments on commit 4e59522

Please sign in to comment.