forked from gravitational/teleport
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a result of "go mod vendor". You'll notice that some versions have changed. This is due to the transient module dependencies that dep wasn't aware of. For example: - Gopkg.lock imported cloud.google.com/go v0.41.0 and github.com/fsouza/fake-gcs-server v1.11.6 - github.com/fsouza/fake-gcs-server v1.11.6 has a go.mod file that depends on cloud.google.com/go v0.43.3: https://github.com/fsouza/fake-gcs-server/blob/v1.11.6/go.mod#L4 - therefore, "go mod vendor" bumped cloud.google.com/go to v.0.43.3 Same transient dependency version bumps got applied to some other modules. A few are also removed via "go mod tidy".
- Loading branch information
Showing
694 changed files
with
132,586 additions
and
23,858 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.