diff --git a/go.mod b/go.mod index a69e97326cdb1..d257c39dd2f22 100644 --- a/go.mod +++ b/go.mod @@ -70,6 +70,7 @@ require ( github.com/r3labs/diff v1.1.0 github.com/redis/go-redis/v9 v9.7.0 github.com/robfig/cron/v3 v3.0.1 + github.com/scm-manager/goscm v0.0.4 github.com/sirupsen/logrus v1.9.3 github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c github.com/soheilhy/cmux v0.1.5 @@ -110,7 +111,6 @@ require ( sigs.k8s.io/controller-runtime v0.19.1 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 sigs.k8s.io/yaml v1.4.0 - github.com/scm-manager/goscm v0.0.3 ) require ( diff --git a/go.sum b/go.sum index 7b415d8d9f3bc..55256beb02113 100644 --- a/go.sum +++ b/go.sum @@ -866,8 +866,8 @@ github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da/go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E= -github.com/scm-manager/goscm v0.0.2 h1:RuJA7bYcGtDy2oivF66Fv6n8z7gTECcdNtnqvxl1TrU= -github.com/scm-manager/goscm v0.0.2/go.mod h1:1pYGtYGb1pHUh5eQQ3bwUIdMh9ahcFrZh2ti4wV7rCc= +github.com/scm-manager/goscm v0.0.4 h1:zGf2rUz8rUWBGs4MiEJfYBGb/uL7t2sP2ZC95zHTupw= +github.com/scm-manager/goscm v0.0.4/go.mod h1:1pYGtYGb1pHUh5eQQ3bwUIdMh9ahcFrZh2ti4wV7rCc= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8= github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=