This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Description
Our CI started failing because we were depending on master dep.
From bb11ff7 a go install ./... (hence also a go get) exits 2 like so:
bash-4.3# go install ./...
# github.com/golang/dep/internal/gps
internal/gps/constraints.go:334: undefined: sort.SliceStable
internal/gps/constraints.go:353: undefined: sort.SliceStable
internal/gps/lock.go:55: undefined: sort.SliceIsSorted
internal/gps/lock.go:62: undefined: sort.Slice
We found this SHA using git bisect between v0.3.0 and master.
What did you expect to see?
We expected go get to successfully install dep.
We do not see this problem on OSX.