Skip to content

Commit

Permalink
dependencies: update several dependencies
Browse files Browse the repository at this point in the history
- Update `github.com/aws/aws-sdk-go` dependency to
[v1.37.22](https://github.com/aws/aws-sdk-go/tree/v1.37.22) which is the
latest available and has the [following
changes](https://github.com/aws/aws-sdk-go/releases/tag/v1.37.22)
- Update `github.com/go-test/deep` dependency to
[v1.0.7](https://github.com/go-test/deep/tree/v1.0.7) which is the
latest available and has the [following
changes](https://github.com/go-test/deep/releases/tag/v1.0.7)
- Update `github.com/google/go-cmp` dependency to
[v0.5.4](https://github.com/google/go-cmp/tree/v0.5.4) which is the
latest available and has the [following
changes](https://github.com/google/go-cmp/releases/tag/v0.5.4)
- Update `github.com/google/uuid` dependency to
[v1.2.0](https://github.com/google/uuid/tree/v1.2.0) which is the latest
available and has the [following
changes](https://github.com/google/uuid/releases/tag/v1.2.0)
- Update `github.com/prometheus/client_golang` dependency to
[v1.9.0](https://github.com/prometheus/client_golang/tree/v1.9.0) which
is the latest available and has the [following
changes](https://github.com/prometheus/client_golang/releases/tag/v1.9.0)
- Update `github.com/sirupsen/logrus` dependency to
[v1.8.0](https://github.com/sirupsen/logrus/tree/v1.8.0) which is the
latest available and has the [following
changes](https://github.com/sirupsen/logrus/releases/tag/v1.8.0)
- Update `github.com/spf13/cobra` dependency to
[v1.1.3](https://github.com/spf13/cobra/tree/v1.1.3) which is the latest
available and has the [following
changes](https://github.com/spf13/cobra/releases/tag/v1.1.3)
- Update `github.com/spf13/viper` dependency to
[v1.7.1](https://github.com/spf13/viper/tree/v1.7.1) which is the latest
available and has the [following
changes](https://github.com/spf13/viper/releases/tag/v1.7.1)
- Update `github.com/Azure/go-autorest` dependency to
[v14.2.0](https://github.com/Azure/go-autorest/tree/v14.2.0) which is
the latest available and has the [following
changes](https://github.com/Azure/go-autorest/releases/tag/v14.2.0)
  • Loading branch information
cpanato committed Mar 5, 2021
1 parent 7fe7571 commit 66773cf
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 111 deletions.
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
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

0 comments on commit 66773cf

Please sign in to comment.