Skip to content

Commit

Permalink
Update lasso
Browse files Browse the repository at this point in the history
  • Loading branch information
rmweir committed May 19, 2022
1 parent dd482e4 commit c0d3c00
Show file tree
Hide file tree
Showing 2 changed files with 443 additions and 57 deletions.
18 changes: 8 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@ require (
github.com/maruel/ut v1.0.0 // indirect
github.com/matryer/moq v0.0.0-20200607124540-4638a53893e6
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.1
github.com/rancher/lasso v0.0.0-20200820172840-0e4cc0ef5cb0
github.com/rancher/lasso v0.0.0-20220519004610-700f167d8324
github.com/rancher/wrangler v0.6.2-0.20200820173016-2068de651106
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.4.0
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/tools v0.0.0-20210106214847-113979e3529a
google.golang.org/appengine v1.6.1 // indirect
k8s.io/api v0.18.19
github.com/stretchr/testify v1.7.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/tools v0.1.5
k8s.io/api v0.23.3
k8s.io/apiextensions-apiserver v0.18.0
k8s.io/apimachinery v0.18.19
k8s.io/client-go v0.18.8
k8s.io/gengo v0.0.0-20200114144118-36b2048a9120
k8s.io/apimachinery v0.23.3
k8s.io/client-go v0.23.3
k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c
)
Loading

0 comments on commit c0d3c00

Please sign in to comment.