fix unknown revision to github.com/grailbio/go-dicom
remove unused aliases
Fix grailbio/go-netdicom#5.
Also, requires at least go 1.14 as it is the oldest supported go version at this moment and testify v1.2.2 makes use of errors.Is, which is require at least go 1.13.
Cleanup go.mod file
Fix grailbio/go-netdicom#5.
Also, requires at least go 1.14 as it is the oldest supported go version at this moment and testify v1.2.2 makes use of
errors.Is
, which is require at least go 1.13.