forked from GoogleCloudPlatform/k8s-addon-builder
-
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.
- Loading branch information
Linus Arver
committed
Jun 19, 2021
1 parent
c619dcf
commit f352b7d
Showing
1,037 changed files
with
1,035 additions
and
349,876 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,15 @@ | ||
module github.com/GoogleCloudPlatform/k8s-addon-builder | ||
|
||
go 1.16 | ||
|
||
require ( | ||
github.com/containerd/containerd v1.5.2 // indirect | ||
github.com/docker/distribution v2.7.1+incompatible | ||
github.com/docker/docker v20.10.7+incompatible | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 // indirect | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/spf13/cobra v1.1.3 | ||
gopkg.in/src-d/go-git.v4 v4.13.1 | ||
) |
Oops, something went wrong.