diff options
Diffstat (limited to 'Gopkg.toml')
-rw-r--r-- | Gopkg.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml new file mode 100644 index 0000000..222c747 --- /dev/null +++ b/Gopkg.toml @@ -0,0 +1,7 @@ +[[constraint]] + branch = "master" + name = "github.com/prataprc/goparsec" + +[[constraint]] + name = "github.com/stretchr/testify" + version = "1.1.4" |