Skip to content

Commit

Permalink
Merge pull request #5 from pipedrive/DTM-1820
Browse files Browse the repository at this point in the history
DTM-1820
  • Loading branch information
muhammednagy authored Oct 28, 2021
2 parents ed5f66d + 64bbd3b commit 704f8d9
Show file tree
Hide file tree
Showing 2 changed files with 366 additions and 27 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
module github.com/pipedrive/kubelogin

go 1.13
go 1.15

require (
github.com/coreos/go-oidc v2.1.0+incompatible
github.com/dgrijalva/jwt-go v0.0.0-20160705203006-01aeca54ebda
github.com/go-test/deep v1.0.4
github.com/golang/mock v1.3.1
github.com/golang/mock v1.4.4
github.com/google/wire v0.3.0
github.com/pipedrive/oauth2cli v1.8.2-pipedrive
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
github.com/pipedrive/oauth2cli v1.8.2-pipedrive.0.20211027140131-4b9ebd5614fa
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
gopkg.in/square/go-jose.v2 v2.4.0 // indirect
gopkg.in/yaml.v2 v2.2.5
k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
Expand Down
Loading

0 comments on commit 704f8d9

Please sign in to comment.