Skip to content

Commit

Permalink
Upgrading to Capsule v0.0.3 and using ISO-8601 for ts log field (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion authored Nov 26, 2020
1 parent cc2b5a7 commit c831521
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 94 deletions.
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ module github.com/clastix/capsule-ns-filter
go 1.13

require (
github.com/clastix/capsule v0.0.1
github.com/clastix/capsule v0.0.3
github.com/dgrijalva/jwt-go v3.2.0+incompatible
k8s.io/api v0.19.0-beta.2
k8s.io/apimachinery v0.19.0-beta.2
k8s.io/client-go v0.19.0-beta.2
sigs.k8s.io/controller-runtime v0.6.2
go.uber.org/zap v1.15.0
k8s.io/api v0.19.3
k8s.io/apimachinery v0.19.3
k8s.io/client-go v0.19.3
sigs.k8s.io/controller-runtime v0.7.0-alpha.4
)
Loading

0 comments on commit c831521

Please sign in to comment.