Skip to content

Commit d1f3ed8

Browse files
author
Linus Arver
committed
use go modules
1 parent 411e04b commit d1f3ed8

File tree

1,037 files changed

+1035
-349876
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,037 files changed

+1035
-349876
lines changed

Gopkg.lock

Lines changed: 0 additions & 331 deletions
This file was deleted.

Gopkg.toml

Lines changed: 0 additions & 44 deletions
This file was deleted.

go.mod

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
module github.com/GoogleCloudPlatform/k8s-addon-builder
2+
3+
go 1.16
4+
5+
require (
6+
github.com/containerd/containerd v1.5.2 // indirect
7+
github.com/docker/distribution v2.7.1+incompatible
8+
github.com/docker/docker v20.10.7+incompatible
9+
github.com/docker/go-connections v0.4.0 // indirect
10+
github.com/gorilla/mux v1.8.0 // indirect
11+
github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 // indirect
12+
github.com/morikuni/aec v1.0.0 // indirect
13+
github.com/spf13/cobra v1.1.3
14+
gopkg.in/src-d/go-git.v4 v4.13.1
15+
)

0 commit comments

Comments
 (0)