This repository was archived by the owner on Oct 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
boilerplate/flyte/golang_support_tools Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ go 1.16
44
55require (
66 github.com/alvaroloes/enumer v1.1.2
7- github.com/flyteorg/flytestdlib v0.3.22
7+ github.com/flyteorg/flytestdlib v0.4.7
88 github.com/golangci/golangci-lint v1.38.0
9- github.com/pseudomuto/protoc-gen-doc v1.4.1 // indirect
109 github.com/vektra/mockery v0.0.0-20181123154057-e78b021dcbb5
10+ github.com/pseudomuto/protoc-gen-doc v0.1.1 // indirect
1111)
1212
1313replace github.com/vektra/mockery => github.com/enghabu/mockery v0.0.0-20191009061720-9d0c8670c2f0
Original file line number Diff line number Diff line change @@ -210,8 +210,8 @@ github.com/fatih/color v1.10.0 h1:s36xzo75JdqLaaWoiEHk767eHiwo0598uUxyfiPkDsg=
210210github.com/fatih/color v1.10.0 /go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM =
211211github.com/fatih/structtag v1.2.0 h1:/OdNE99OxoI/PqaW/SuSK9uxxT3f/tcSZgon/ssNSx4 =
212212github.com/fatih/structtag v1.2.0 /go.mod h1:mBJUNpUnHmRKrKlQQlmCrh5PuhftFbNv8Ys4/aAZl94 =
213- github.com/flyteorg/flytestdlib v0.3.22 h1:nJEPaCdxzXBaeg2p4fdo3I3Ua09NedFRaUwuLafLEdw =
214- github.com/flyteorg/flytestdlib v0.3.22 /go.mod h1:1XG0DwYTUm34Yrffm1Qy9Tdr/pWQypEqTq5dUxw3/cM =
213+ github.com/flyteorg/flytestdlib v0.4.7 h1:SMPPXI3j/MjP7D2fqaR+lPQkTrqYS7xZbwsgJI2F8SU =
214+ github.com/flyteorg/flytestdlib v0.4.7 /go.mod h1:fv1ar34LJLMTaf0tbfetisLykUlARi7rP+NQTUn6QQs =
215215github.com/flyteorg/protoc-gen-doc v1.4.2 h1:Otw0F+RHaPQ8XlpzhLLgjsCMcrAIcMO01Zh+ALe3rrE =
216216github.com/flyteorg/protoc-gen-doc v1.4.2 /go.mod h1:exDTOVwqpp30eV/EDPFLZy3Pwr2sn6hBC1WIYH/UbIg =
217217github.com/form3tech-oss/jwt-go v3.2.2+incompatible h1:TcekIExNqud5crz4xD2pavyTgWiPvpYe4Xau31I0PRk =
@@ -1263,6 +1263,7 @@ honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
12631263honnef.co/go/tools v0.1.2 h1:SMdYLJl312RXuxXziCCHhRsp/tvct9cGKey0yv95tZM =
12641264honnef.co/go/tools v0.1.2 /go.mod h1:NgwopIslSNH47DimFoV78dnkksY2EFtX0ajyb3K/las =
12651265k8s.io/api v0.0.0-20210217171935-8e2decd92398 /go.mod h1:60tmSUpHxGPFerNHbo/ayI2lKxvtrhbxFyXuEIWJd78 =
1266+ k8s.io/api v0.20.2 /go.mod h1:d7n6Ehyzx+S+cE3VhTGfVNNqtGc/oL9DCdYYahlurV8 =
12661267k8s.io/apimachinery v0.0.0-20210217011835-527a61b4dffe /go.mod h1:Z7ps/g0rjlTeMstYrMOUttJfT2Gg34DEaG/f2PYLCWY =
12671268k8s.io/apimachinery v0.20.2 h1:hFx6Sbt1oG0n6DZ+g4bFt5f6BoMkOjKWsQFu077M3Vg =
12681269k8s.io/apimachinery v0.20.2 /go.mod h1:WlLqWAHZGg07AeltaI0MV5uk1Omp8xaN0JGLY6gkRpU =
You can’t perform that action at this time.
0 commit comments