Skip to content

Commit

Permalink
use go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Arver committed Jun 19, 2021
1 parent 411e04b commit d1f3ed8
Show file tree
Hide file tree
Showing 1,037 changed files with 1,035 additions and 349,876 deletions.
331 changes: 0 additions & 331 deletions Gopkg.lock

This file was deleted.

44 changes: 0 additions & 44 deletions Gopkg.toml

This file was deleted.

15 changes: 15 additions & 0 deletions go.mod
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
)
Loading

0 comments on commit d1f3ed8

Please sign in to comment.