Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/GoogleContainerTools/skaffold/v2 from 2.6.0 to 2.6.1 in /third_party #4294

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion third_party/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/kong/kubernetes-ingress-controller/tools
go 1.19

require (
github.com/GoogleContainerTools/skaffold/v2 v2.6.0
github.com/GoogleContainerTools/skaffold/v2 v2.6.1
github.com/elastic/crd-ref-docs v0.0.8
github.com/go-delve/delve v1.21.0
github.com/golangci/golangci-lint v1.53.3
Expand Down
4 changes: 2 additions & 2 deletions third_party/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.11.
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.35.1 h1:s503Jzh+SCMN557CUTsenBo8vNxmGZK7zWdNlePQ9TU=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.35.1 h1:IB4aQsSppxP/PVmnCstDm9v00hsPowqrohoW4FZ+amc=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.35.1/go.mod h1:H785fvlgotVZqht+1rHhXSs8EJ8uPVmpBYkTYO3ccpc=
github.com/GoogleContainerTools/skaffold/v2 v2.6.0 h1:ioJu2Hw+y1zX0tA5bw5uOpxfyQcMDHpVJrD/J5lgV2o=
github.com/GoogleContainerTools/skaffold/v2 v2.6.0/go.mod h1:KWGKNoMn7p/3uzOj+3K4m7yDH3LkBIPeadtaHTZr3XY=
github.com/GoogleContainerTools/skaffold/v2 v2.6.1 h1:unZv61nMErd06Z8tHDJ9wFgeHrI9HvKHbhXv3mUu/NI=
github.com/GoogleContainerTools/skaffold/v2 v2.6.1/go.mod h1:KWGKNoMn7p/3uzOj+3K4m7yDH3LkBIPeadtaHTZr3XY=
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd h1:sjQovDkwrZp8u+gxLtPgKGjk5hCxuy2hrRejBTA9xFU=
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd/go.mod h1:64YHyfSL2R96J44Nlwm39UHepQbyR5q10x7iYa1ks2E=
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
Expand Down
Loading