summaryrefslogtreecommitdiff
path: root/Gopkg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml10
1 files changed, 9 insertions, 1 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 467ae19..ab06d50 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -11,8 +11,16 @@
[[constraint]]
name = "gopkg.in/go-playground/validator.v9"
- version = "9.9.0"
+ version = "9.12.0"
[[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2"
+
+[[constraint]]
+ name = "github.com/utahta/go-openuri"
+ version = "0.1.0"
+
+[[constraint]]
+ branch = "v2"
+ name = "github.com/pborman/getopt"