blob: 7200d20c80b29274d6829f605c280c50054b3f63 [file] [log] [blame]
-- go.sum --
example.com/cycle v1.5.0 h1:j2Bju3xKUT09utc7WwS5sXwrOSVUr5a7vOzOyB4ivac=
example.com/cycle v1.5.0/go.mod h1://AqZbyNHeLOKZB3J/UPPXaBvk3nCqvqVRbPkffDx60=
example.com/cycledep v1.0.0/go.mod h1:Gc4hO1S1BMZaxOcGHwCRmdVcQP8+jAu/PyEgLdGe0xU=
-- go.mod --
module example.com/cycle
go 1.12
require example.com/cycledep v1.0.0
require example.com/cycle v1.5.0
-- cycle/main.go --
package main
import _ "example.com/cycledep"