Skip to content

Commit

Permalink
feat: POC
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn committed Dec 10, 2020
1 parent a8576cd commit fedcb22
Show file tree
Hide file tree
Showing 5 changed files with 867 additions and 0 deletions.
19 changes: 19 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
module k8s-image-swapper

go 1.12

require (
github.com/aws/aws-sdk-go v1.32.3
github.com/containers/image/v5 v5.8.1
github.com/davecgh/go-spew v1.1.1
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/docker v1.4.2-0.20191219165747-a9416c67da9f
github.com/gorilla/mux v1.8.0 // indirect
github.com/rs/zerolog v1.20.0
github.com/slok/kubewebhook v0.10.0
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
k8s.io/api v0.18.3
k8s.io/apimachinery v0.18.3
)
Loading

0 comments on commit fedcb22

Please sign in to comment.