mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 22:25:50 +03:00
[GH-ISSUE #7] The dependency on cloud.google.com/go doesn't need to be 0.19.0 #2154
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#2154
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gracenoah on GitHub (Apr 13, 2018).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/7
In Gopkg.toml, there's a dependency on
and this was forcing me to upgrade cloud.google.com/go, but fake-gcs-server doesn't actually depend on anything new in this version, so I would prefer it if a lower version was required, such as 0.18.0. I'm working around this with a fork because I already have a fork, but maybe there's a way to tell dep to override it. Either way, it seems simple enough to lower the required version in this repo. Any objections?
@fsouza commented on GitHub (Apr 13, 2018):
Hey @gracenoah, can you try overriding it in your
Gopkg.toml?@gracenoah commented on GitHub (Apr 13, 2018):
Ah, sorry, yes, the override does work as expected. I'm pretty impressed with dep :P Feel free to close if you think that's a reasonable compromise.
@fsouza commented on GitHub (Apr 13, 2018):
@gracenoah thanks for confirming! :D