Skip to content

Commit

Permalink
feat: bumping to new capsule version
Browse files Browse the repository at this point in the history
  • Loading branch information
alegrey91 authored and prometherion committed Aug 19, 2021
1 parent 681b97b commit 3c02bd4
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 285 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module github.com/clastix/capsule-proxy
go 1.16

require (
github.com/clastix/capsule v0.1.0-rc4.0.20210721144813-c0d4aab582b7
github.com/clastix/capsule v0.1.0-rc6
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-logr/logr v0.3.0
github.com/go-logr/logr v0.4.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/pkg/errors v0.9.1
go.uber.org/zap v1.15.0
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.2
k8s.io/client-go v0.20.2
sigs.k8s.io/controller-runtime v0.8.3
go.uber.org/zap v1.18.1
k8s.io/api v0.22.0
k8s.io/apimachinery v0.22.0
k8s.io/client-go v0.22.0
sigs.k8s.io/controller-runtime v0.9.5
)
Loading

0 comments on commit 3c02bd4

Please sign in to comment.