Skip to content

Commit

Permalink
build: Pin go.uuid to the version currently in use
Browse files Browse the repository at this point in the history
Updates #26332

Release note: None
  • Loading branch information
bdarnell committed Jun 6, 2018
1 parent 56686b6 commit b09ab16
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ ignored = [
name = "github.com/xwb1989/sqlparser"
source = "https://github.com/dt/sqlparser"

# The master version of go.uuid has an incompatible interface and (as
# of 2018-06-06) a serious bug. Don't upgrade without making sure
# that bug is fixed.
# https://github.com/cockroachdb/cockroach/issues/26332
[[constraint]]
name = "github.com/satori/go.uuid"
version = "v1.2.0"

# github.com/docker/docker depends on a few functions not included in the
# latest release: reference.{FamiliarName,ParseNormalizedNamed,TagNameOnly}.
#
Expand Down

0 comments on commit b09ab16

Please sign in to comment.