Skip to content

Commit

Permalink
chore: Bump core
Browse files Browse the repository at this point in the history
  • Loading branch information
keskad committed Nov 25, 2023
1 parent 1596cde commit 02ade6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
//replace github.com/kube-cicd/pipelines-feedback-core => /home/damian/Projekty/open-source/pipelines-feedback/pipelines-feedback-core

require (
github.com/kube-cicd/pipelines-feedback-core v0.0.0-20231124134255-f9c518b17d83
github.com/kube-cicd/pipelines-feedback-core v0.0.0-20231125185757-d3992108f3f0
github.com/pkg/errors v0.9.1
github.com/tektoncd/cli v0.33.0
github.com/tektoncd/pipeline v0.53.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ github.com/kube-cicd/pipelines-feedback-core v0.0.0-20231107214332-2d6cc283fb5b
github.com/kube-cicd/pipelines-feedback-core v0.0.0-20231107214332-2d6cc283fb5b/go.mod h1:lR+kCNBZTHxFZrWsZbA+V1PsjkwUDLs4lmgKlBN6xoo=
github.com/kube-cicd/pipelines-feedback-core v0.0.0-20231124134255-f9c518b17d83 h1:NoHCiGi0Th96AKQPhkONQVtG1rXWN/Rtk6+MXNlrmZY=
github.com/kube-cicd/pipelines-feedback-core v0.0.0-20231124134255-f9c518b17d83/go.mod h1:yACKqojfh1AmTpE5hqtGW2lHUae2a25kPFuKr81L7KQ=
github.com/kube-cicd/pipelines-feedback-core v0.0.0-20231125185757-d3992108f3f0 h1:GTT4unCWIboPDvmFG+WKMfNxynUXA88k5gdM2iaCN0M=
github.com/kube-cicd/pipelines-feedback-core v0.0.0-20231125185757-d3992108f3f0/go.mod h1:yACKqojfh1AmTpE5hqtGW2lHUae2a25kPFuKr81L7KQ=
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=
Expand Down
1 change: 1 addition & 0 deletions pkgs/core/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ func (prp *PipelineRunProvider) ReceivePipelineInfo(ctx context.Context, name st
stages,
labels.Set(pipelineRun.GetLabels()),
labels.Set(pipelineRun.GetAnnotations()),
&globalCfg,
contract.PipelineInfoWithUrl(dashboardUrl),
contract.PipelineInfoWithLogsCollector(func() string { return prp.fetchLogs(pipelineRun) }),
)
Expand Down

0 comments on commit 02ade6e

Please sign in to comment.