Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Upgrade plugins to pull Spark ServiceAccount Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Anand Swaminathan <[email protected]>
  • Loading branch information
anandswaminathan committed Mar 16, 2021
1 parent b5a0b39 commit 03c2e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/flyteorg/datacatalog v0.3.0
github.com/flyteorg/flyteidl v0.18.17
github.com/flyteorg/flyteplugins v0.5.34-0.20210316001250-2aa78752626e
github.com/flyteorg/flytestdlib v0.3.14
github.com/flyteorg/flytestdlib v0.3.13
github.com/ghodss/yaml v1.0.0
github.com/go-redis/redis v6.15.7+incompatible
github.com/golang/protobuf v1.4.3
Expand Down
3 changes: 1 addition & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,8 @@ github.com/flyteorg/flyteidl v0.18.17 h1:74pPZ9PzITuzq+CgjMPb9EcFI5bVkf8mM5m4xmm
github.com/flyteorg/flyteidl v0.18.17/go.mod h1:b5Fq4Z8a5b0mF6pEwTd48ufvikUGVkWSjZiMT0ZtqKI=
github.com/flyteorg/flyteplugins v0.5.34-0.20210316001250-2aa78752626e h1:4A+fIYJHxDhYgX/Av151qzSc+YUo9T64I8amun/PZEE=
github.com/flyteorg/flyteplugins v0.5.34-0.20210316001250-2aa78752626e/go.mod h1:CxerBGWWEmNYmPxSMHnwQEr9cc1Fbo/g5fcABazU6Jo=
github.com/flyteorg/flytestdlib v0.3.13 h1:5ioA/q3ixlyqkFh5kDaHgmPyTP/AHtqq1K/TIbVLUzM=
github.com/flyteorg/flytestdlib v0.3.13/go.mod h1:Tz8JCECAbX6VWGwFT6cmEQ+RJpZ/6L9pswu3fzWs220=
github.com/flyteorg/flytestdlib v0.3.14 h1:ipHGxux3ITe7Z39MJWdbVMW+/D6QuL6ppYUOPvJWelE=
github.com/flyteorg/flytestdlib v0.3.14/go.mod h1:Tz8JCECAbX6VWGwFT6cmEQ+RJpZ/6L9pswu3fzWs220=
github.com/form3tech-oss/jwt-go v3.2.2+incompatible h1:TcekIExNqud5crz4xD2pavyTgWiPvpYe4Xau31I0PRk=
github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k=
github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db/go.mod h1:7dvUGVsVBjqR7JHJk0brhHOZYGmfBYOrK0ZhYMEtBr4=
Expand Down

0 comments on commit 03c2e65

Please sign in to comment.