-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update "skaffold.yaml" in the current folder in-place
bingo add skaffold
- Loading branch information
Showing
5 changed files
with
1,601 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT | ||
|
||
go 1.23.4 | ||
|
||
exclude ( | ||
github.com/opencontainers/image-spec v1.1.0-rc3 | ||
github.com/opencontainers/image-spec v1.1.0-rc4 | ||
) | ||
|
||
exclude github.com/docker/distribution v2.8.3+incompatible | ||
|
||
exclude go.opentelemetry.io/otel/metric v0.37.0 | ||
|
||
exclude github.com/karrick/godirwalk v1.17.0 | ||
|
||
require github.com/GoogleContainerTools/skaffold/v2 v2.13.2 // cmd/skaffold |
Oops, something went wrong.