Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit b98abe4

Browse files
author
Ramon Nogueira
authored
Be more permissive in versions (#4)
For versions before 1.0.0, dep will not match new minor releases. Explicitly allow these since we know that the projects we depend on will promise not to break this library.
1 parent b73e52c commit b98abe4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gopkg.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727

2828
[[constraint]]
2929
name = "cloud.google.com/go"
30-
version = "0.23.0"
30+
version = ">=0.23.0, <1.0.0"
3131

3232
[[constraint]]
3333
name = "github.com/golang/protobuf"
3434
version = "1.1.0"
3535

3636
[[constraint]]
3737
name = "go.opencensus.io"
38-
version = "0.9.0"
38+
version = ">=0.9.0, <1.0.0"
3939

4040
[[constraint]]
4141
branch = "master"

0 commit comments

Comments
 (0)