Skip to content

Commit

Permalink
Use API Machinery from 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jgustie committed Sep 21, 2020
1 parent f8bad14 commit 49eff73
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 50 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ go 1.14
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/lestrrat-go/jwx v0.9.1
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.0.0-20200904194848-62affa334b73
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
k8s.io/apimachinery v0.19.2
k8s.io/apimachinery v0.17.2
sigs.k8s.io/yaml v1.2.0
)
Loading

0 comments on commit 49eff73

Please sign in to comment.