File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/docker/go-connections v0.4.0 // indirect
10
10
github.com/docker/go-units v0.3.3 // indirect
11
11
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
12
- github.com/lib/pq v1.1.0
12
+ github.com/lib/pq v1.1.1
13
13
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
14
14
github.com/opencontainers/image-spec v1.0.1 // indirect
15
15
github.com/opencontainers/runc v0.1.1 // indirect
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ github.com/lib/pq v1.0.0 h1:X5PMW56eZitiTeO7tKzZxFCSpbFZJtkMMooicw2us9A=
25
25
github.com/lib/pq v1.0.0 /go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo =
26
26
github.com/lib/pq v1.1.0 h1:/5u4a+KGJptBRqGzPvYQL9p0d/tPR4S31+Tnzj9lEO4 =
27
27
github.com/lib/pq v1.1.0 /go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo =
28
+ github.com/lib/pq v1.1.1 h1:sJZmqHoEaY7f+NPP8pgLB/WxulyR3fewgCM2qaSlBb4 =
29
+ github.com/lib/pq v1.1.1 /go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo =
28
30
github.com/opencontainers/go-digest v1.0.0-rc1 h1:WzifXhOVOEOuFYOJAW6aQqW0TooG2iki3E3Ii+WN7gQ =
29
31
github.com/opencontainers/go-digest v1.0.0-rc1 /go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s =
30
32
github.com/opencontainers/image-spec v1.0.1 h1:JMemWkRwHx4Zj+fVxWoMCFm/8sYGGrUVojFA6h/TRcI =
You can’t perform that action at this time.
0 commit comments