mna / pigeon

Command pigeon generates parsers in Go from a PEG grammar.
BSD 3-Clause "New" or "Revised" License
835 stars 66 forks source link

use go modules #90

Closed zimbatm closed 5 years ago

zimbatm commented 5 years ago

Hi, I am packaging pigeon for nixpkgs.

This makes the builds more reproducible by pinning the dependencies with go modules. And also helps me to package future releases quicker.

This requires a version of Go 1.11 or higher to work properly.

zimbatm commented 5 years ago

it would be nice to make a release so that https://github.com/SymbolicSoft/verifpal can depend on a released version of pigeon

zimbatm commented 5 years ago

thanks, fixed!