Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-08-23 18:23:14 +0300
committerJames Fargher <jfargher@gitlab.com>2022-08-24 12:04:04 +0300
commit7f47797eeac97d8fcc87c47e27500031bd930abb (patch)
tree88a2010f8353e7351e65d356c781314f9b11cbf1 /go.mod
parentb702ffba9655f8d881763c948f06c9e466e958e0 (diff)
go: Update module github.com/rubenv/sql-migrate to v1
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index e88f7f2e9..91a6ae383 100644
--- a/go.mod
+++ b/go.mod
@@ -32,7 +32,7 @@ require (
github.com/pelletier/go-toml/v2 v2.0.3
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/client_model v0.2.0
- github.com/rubenv/sql-migrate v0.0.0-20191213152630-06338513c237
+ github.com/rubenv/sql-migrate v1.1.2
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.0
github.com/uber/jaeger-client-go v2.30.0+incompatible
@@ -107,6 +107,7 @@ require (
github.com/go-git/gcfg v1.5.0 // indirect
github.com/go-git/go-billy/v5 v5.1.0 // indirect
github.com/go-git/go-git/v5 v5.3.0 // indirect
+ github.com/go-gorp/gorp/v3 v3.0.2 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
@@ -175,7 +176,6 @@ require (
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220401170504-314d38edb7de // indirect
gopkg.in/DataDog/dd-trace-go.v1 v1.32.0 // indirect
- gopkg.in/gorp.v1 v1.7.2 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.6 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect