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

build(deps): bump github.com/adevinta/vulcan-types from 1.2.13 to 1.2.14 #571

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 go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/adevinta/restuss v1.1.0
github.com/adevinta/vulcan-check-sdk v1.2.1
github.com/adevinta/vulcan-report v1.0.0
github.com/adevinta/vulcan-types v1.2.13
github.com/adevinta/vulcan-types v1.2.14
github.com/avast/retry-go v3.0.0+incompatible
github.com/aws/aws-sdk-go v1.51.0
github.com/cenkalti/backoff/v4 v4.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ github.com/adevinta/vulcan-check-sdk v1.2.1 h1:0X7WQp7m15BqffSZfoj5vncRwqk3QjSPb
github.com/adevinta/vulcan-check-sdk v1.2.1/go.mod h1:gGaCUnW6lCBYMYGn42fZSa0kmVRX/2Uo74C3vyDAG2I=
github.com/adevinta/vulcan-report v1.0.0 h1:44aICPZ+4svucgCSA5KmjlT3ZGzrvZXiSnkbnj6AC2k=
github.com/adevinta/vulcan-report v1.0.0/go.mod h1:k34KaeoXc3H77WNMwI9F4F1G28hBjB95PeMUp9oHbEE=
github.com/adevinta/vulcan-types v1.2.13 h1:1RKAmZ8JTLhqSr7hNU26NTDgN0HXTyPSAyRHArAsy/4=
github.com/adevinta/vulcan-types v1.2.13/go.mod h1:6OZKLlc6ATjSpuUWGYSabdGFZLJvRM5DauGAtCMYygo=
github.com/adevinta/vulcan-types v1.2.14 h1:Un8z+pfNdgUajHnRoZ+9r5F/01nhUgRd+fYKVp9ej0k=
github.com/adevinta/vulcan-types v1.2.14/go.mod h1:4eMimfdyl7kDxLA1joYmGTPmCEPnFrEVoKpCyF8nbOI=
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
github.com/avast/retry-go v3.0.0+incompatible h1:4SOWQ7Qs+oroOTQOYnAHqelpCO0biHSxpiH9JdtuBj0=
Expand Down
Loading