aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-11-19 21:10:04 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-11-19 22:01:46 -0800
commit8ffb773f43c8dc54801ca1d111854e7e881c93c9 (patch)
tree38133a2fc612597a75fed1d13e5b4042f58a2b7e /Gopkg.toml
First commit
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml54
1 files changed, 54 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
new file mode 100644
index 0000000..b4233cf
--- /dev/null
+++ b/Gopkg.toml
@@ -0,0 +1,54 @@
+
+# Gopkg.toml example
+#
+# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
+# for detailed Gopkg.toml documentation.
+#
+# required = ["github.com/user/thing/cmd/thing"]
+# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
+#
+# [[constraint]]
+# name = "github.com/user/project"
+# version = "1.0.0"
+#
+# [[constraint]]
+# name = "github.com/user/project2"
+# branch = "dev"
+# source = "github.com/myfork/project2"
+#
+# [[override]]
+# name = "github.com/x/y"
+# version = "2.4.0"
+
+
+[[constraint]]
+ name = "github.com/PuerkitoBio/goquery"
+ version = "1.1.0"
+
+[[constraint]]
+ name = "github.com/gorilla/mux"
+ version = "1.6.0"
+
+[[constraint]]
+ branch = "master"
+ name = "github.com/lib/pq"
+
+[[constraint]]
+ branch = "master"
+ name = "github.com/rvflash/elapsed"
+
+[[constraint]]
+ name = "github.com/tdewolff/minify"
+ version = "2.3.3"
+
+[[constraint]]
+ branch = "master"
+ name = "github.com/tomasen/realip"
+
+[[constraint]]
+ branch = "master"
+ name = "golang.org/x/crypto"
+
+[[constraint]]
+ branch = "master"
+ name = "golang.org/x/net"