aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gopkg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index b4233cf..a67e7c8 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -34,10 +34,6 @@
name = "github.com/lib/pq"
[[constraint]]
- branch = "master"
- name = "github.com/rvflash/elapsed"
-
-[[constraint]]
name = "github.com/tdewolff/minify"
version = "2.3.3"
@@ -52,3 +48,7 @@
[[constraint]]
branch = "master"
name = "golang.org/x/net"
+
+[[constraint]]
+ branch = "master"
+ name = "golang.org/x/oauth2"