grailbio / go-netdicom

DICOM network protocol library for golang
Apache License 2.0
64 stars 41 forks source link

Cleanup go.mod, fix importing from other packages #9

Closed favadi closed 3 years ago

favadi commented 3 years ago

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.

siddharthab commented 3 years ago

Sorry, but we are no longer working on this project and are archiving this repository.