eug48 / fhir

FHIR Server using MongoDB and Go - now with proper transactions support! Aims to start quickly, have modest resource requirements and good performance.
Apache License 2.0
69 stars 16 forks source link

Unable to install using go mod #8

Open fungiboletus opened 4 years ago

fungiboletus commented 4 years ago

Hei, it looks like my go module doesn't like this project's go.mod file:

go: github.com/eug48/fhir@v0.0.0-20200119113729-6a86423e9c6e requires
        github.com/campoy/embedmd@v0.0.0-20181127030611-97c13d6e: invalid pseudo-version: revision is shorter than canonical (97c13d6e4160)
eug48 commented 4 years ago

Hi, this looks to be due to some changes in Go 1.13. There's a workaround that will hopefully work until I can get around to updating dependencies properly: https://golang.org/doc/go1.13#version-validation