evolbioinfo / goalign

Goalign is a set of command line tools and an API to manipulate multiple sequence alignments. It is implemented in Go language.
GNU General Public License v2.0
71 stars 8 forks source link

Invalid assertion in dependency #10

Open dpryan79 opened 3 years ago

dpryan79 commented 3 years ago

I'm running into the following error in the 0.3.4 release (https://github.com/bioconda/bioconda-recipes/pull/28432 ):

13:20:14 BIOCONDA INFO (OUT) pkg/mod/github.com/golang/dep@v0.5.4/gps/constraint.go:103:21: cannot use sv (type *semver.Version) as type semver.Version in field value
13:20:14 BIOCONDA INFO (OUT) pkg/mod/github.com/golang/dep@v0.5.4/gps/constraint.go:122:16: invalid type assertion: c.(semver.Version) (non-interface type *semver.Constraints on left)
13:20:14 BIOCONDA INFO (OUT) pkg/mod/github.com/golang/dep@v0.5.4/gps/constraint.go:149:4: undefined: semver.Constraint

I assume the gps dependency version could be restricted to avoid this.