Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Bump golang dependencies #56

Merged

Commits on Sep 30, 2020

  1. Bump golang dependencies

    Commands used to bump dependencies
    
    ```
    go get -t -u ./...
    go mod tidy
    ```
    
    We had to pin the versions below as they have eveloved incompatibly
    * github.com/coreos/bbolt to v1.3.0
    * google.golang.org/grpc to v1.29.1
    Those are transitive dependencies pulled by `github.com/google/certificate-transparency-go` which has not adopted newer versions yet
    
    We also had to pin `k8s.io/client-go` to `v0.19.2` as bumping
    depdndencies with the commands above brings v11.0.0 which is a pretty
    old tag
    
    We also fixed the script to generate counterfeiter fakes as it seems
    that the syntax of the `generate` command in newer versions changed.
    
    [#175054068]
    
    Co-authored-by: Georgi Dankov <[email protected]>
    Co-authored-by: Danail Branekov <[email protected]>
    gdankov and danail-branekov committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    cf28091 View commit details
    Browse the repository at this point in the history