diff options
Diffstat (limited to 'Gopkg.toml')
-rw-r--r-- | Gopkg.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml new file mode 100644 index 0000000..3e6859e --- /dev/null +++ b/Gopkg.toml @@ -0,0 +1,3 @@ +[[constraint]] + branch = "master" + name = "github.com/neelance/parallel" |