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

dependencies: update several dependencies #76

Merged
merged 1 commit into from
Mar 5, 2021
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
21 changes: 10 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,28 @@ module sigs.k8s.io/boskos
go 1.15

replace (
// Bazel is seemingly broken with newer versions of this package
github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.2.0+incompatible
github.com/Azure/go-autorest => github.com/Azure/go-autorest v14.2.0+incompatible
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Given that we don't use bazel here, we can probably remove that comment :)

/lgtm
/approve
/hold

If you want to fix the nit, otherwise feel free to hold cancel

Copy link
Member Author

@cpanato cpanato Mar 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alvaroaleman comment removed :)

github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.1
// Pin all k8s.io staging repositories to kubernetes v0.17.3 to match kubernetes/test-infra.
// Pin all k8s.io staging repositories to kubernetes v0.19.3 to match kubernetes/test-infra.
k8s.io/api => k8s.io/api v0.19.3
k8s.io/apimachinery => k8s.io/apimachinery v0.19.3
k8s.io/client-go => k8s.io/client-go v0.19.3
k8s.io/code-generator => k8s.io/code-generator v0.19.3
)

require (
github.com/aws/aws-sdk-go v1.36.32
github.com/aws/aws-sdk-go v1.37.22
github.com/fsnotify/fsnotify v1.4.9
github.com/go-test/deep v1.0.4
github.com/google/go-cmp v0.5.2
github.com/google/uuid v1.1.1
github.com/go-test/deep v1.0.7
github.com/google/go-cmp v0.5.4
github.com/google/uuid v1.2.0
github.com/hashicorp/go-multierror v1.1.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/prometheus/client_golang v1.9.0
github.com/sirupsen/logrus v1.8.0
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.0
github.com/spf13/viper v1.7.1
k8s.io/api v0.19.3
k8s.io/apimachinery v0.19.3
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
Expand Down
Loading