From 9223edbfc57bf9bf76ad68022e51ed658dffc72d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 07:27:14 +0000 Subject: [PATCH] Bump github.com/beeker1121/goque Bumps [github.com/beeker1121/goque](https://github.com/beeker1121/goque) from 2.0.1+incompatible to 2.1.0+incompatible. - [Release notes](https://github.com/beeker1121/goque/releases) - [Commits](https://github.com/beeker1121/goque/compare/v2.0.1...v2.1.0) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 30e9c03..511555d 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/terorie/od-database-crawler require ( - github.com/beeker1121/goque v2.0.1+incompatible + github.com/beeker1121/goque v2.1.0+incompatible github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect github.com/sirupsen/logrus v1.4.0 github.com/spf13/cobra v0.0.3 diff --git a/go.sum b/go.sum index 05423e3..99e19aa 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,8 @@ github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= github.com/beeker1121/goque v2.0.1+incompatible h1:5nJHPMqQLxUvGFc8m/NW2QzxKyc0zICmqs/JUsmEjwE= github.com/beeker1121/goque v2.0.1+incompatible/go.mod h1:L6dOWBhDOnxUVQsb0wkLve0VCnt2xJW/MI8pdRX4ANw= +github.com/beeker1121/goque v2.1.0+incompatible h1:m5pZ5b8nqzojS2DF2ioZphFYQUqGYsDORq6uefUItPM= +github.com/beeker1121/goque v2.1.0+incompatible/go.mod h1:L6dOWBhDOnxUVQsb0wkLve0VCnt2xJW/MI8pdRX4ANw= github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk= github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=