From 927dd14f5964f51204db162193304a7f3497db54 Mon Sep 17 00:00:00 2001 From: Denys Smirnov Date: Thu, 1 Mar 2018 00:20:24 +0100 Subject: [PATCH] add missing dep --- glide.lock | 2 ++ glide.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/glide.lock b/glide.lock index 42843e405..299a6f944 100644 --- a/glide.lock +++ b/glide.lock @@ -63,6 +63,8 @@ imports: - json/token - name: github.com/inconshreveable/mousetrap version: 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75 +- name: github.com/jackc/pgx + version: 606697ffdfe6603013560dbc171656de57b4f542 - name: github.com/julienschmidt/httprouter version: 6f3f3919c8781ce5c0509c83fffc887a7830c938 - name: github.com/lib/pq diff --git a/glide.yaml b/glide.yaml index 22f9f9471..c6f19ac42 100644 --- a/glide.yaml +++ b/glide.yaml @@ -50,3 +50,4 @@ import: - package: gopkg.in/olivere/elastic.v5 - package: github.com/go-kivik/kivik - package: github.com/go-kivik/couchdb +- package: github.com/jackc/pgx