2020-09-18 19:56:24 +00:00
|
|
|
module go.pinniped.dev
|
2020-07-03 00:05:59 +00:00
|
|
|
|
|
|
|
go 1.14
|
2020-07-06 23:07:21 +00:00
|
|
|
|
2020-07-07 19:35:20 +00:00
|
|
|
require (
|
2020-09-12 00:56:05 +00:00
|
|
|
github.com/MakeNowJust/heredoc/v2 v2.0.1
|
2020-10-13 15:41:53 +00:00
|
|
|
github.com/blang/semver v3.5.1+incompatible // indirect
|
2020-10-06 00:09:51 +00:00
|
|
|
github.com/coreos/go-oidc v2.2.1+incompatible
|
2020-08-25 15:27:18 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2020-09-12 00:56:05 +00:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2020-09-07 05:49:14 +00:00
|
|
|
github.com/go-logr/logr v0.2.1
|
2020-09-14 17:57:07 +00:00
|
|
|
github.com/go-logr/stdr v0.2.0
|
2020-10-21 17:54:26 +00:00
|
|
|
github.com/gofrs/flock v0.8.0
|
2020-08-28 22:21:11 +00:00
|
|
|
github.com/golang/mock v1.4.4
|
2020-09-08 06:07:24 +00:00
|
|
|
github.com/golangci/golangci-lint v1.31.0
|
2020-08-28 22:03:10 +00:00
|
|
|
github.com/google/go-cmp v0.5.2
|
2020-11-19 04:30:05 +00:00
|
|
|
github.com/google/gofuzz v1.1.0
|
2020-11-11 01:58:00 +00:00
|
|
|
github.com/gorilla/securecookie v1.1.1
|
2020-11-04 15:15:19 +00:00
|
|
|
github.com/ory/fosite v0.35.1
|
2020-10-06 00:09:51 +00:00
|
|
|
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
|
2020-12-01 22:53:22 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-10-13 15:41:53 +00:00
|
|
|
github.com/sclevine/agouti v3.0.0+incompatible
|
2020-07-27 23:49:43 +00:00
|
|
|
github.com/sclevine/spec v1.4.0
|
2020-07-08 17:06:44 +00:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2020-08-19 18:21:07 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-07-07 19:35:20 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-09-18 19:56:24 +00:00
|
|
|
go.pinniped.dev/generated/1.19/apis v0.0.0-00010101000000-000000000000
|
|
|
|
go.pinniped.dev/generated/1.19/client v0.0.0-00010101000000-000000000000
|
2020-11-04 15:15:19 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-10-14 17:28:08 +00:00
|
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
2020-11-04 14:55:18 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.5.1
|
2020-09-23 21:05:08 +00:00
|
|
|
k8s.io/api v0.19.2
|
|
|
|
k8s.io/apimachinery v0.19.2
|
|
|
|
k8s.io/apiserver v0.19.2
|
|
|
|
k8s.io/client-go v0.19.2
|
|
|
|
k8s.io/component-base v0.19.2
|
2020-08-28 22:03:22 +00:00
|
|
|
k8s.io/klog/v2 v2.3.0
|
2020-09-23 21:05:08 +00:00
|
|
|
k8s.io/kube-aggregator v0.19.2
|
2020-08-27 17:55:30 +00:00
|
|
|
k8s.io/utils v0.0.0-20200729134348-d5654de09c73
|
2020-07-14 15:50:14 +00:00
|
|
|
sigs.k8s.io/yaml v1.2.0
|
2020-07-07 19:35:20 +00:00
|
|
|
)
|
2020-07-29 21:24:16 +00:00
|
|
|
|
2020-08-05 21:28:47 +00:00
|
|
|
replace (
|
2020-09-18 19:56:24 +00:00
|
|
|
go.pinniped.dev/generated/1.19/apis => ./generated/1.19/apis
|
|
|
|
go.pinniped.dev/generated/1.19/client => ./generated/1.19/client
|
2020-08-05 21:28:47 +00:00
|
|
|
)
|