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
diff options
context:
space:
mode:
authorAlessio Caiazza <376774-nolith@users.noreply.gitlab.com>2020-10-02 14:19:33 +0300
committerAlessio Caiazza <376774-nolith@users.noreply.gitlab.com>2020-10-02 14:19:33 +0300
commit4fd2bce4f70ec3bb91cc6c0fe9cb9871761e8852 (patch)
tree11b4fa71da1b71d422c5e27d02bdbc72c63f724a
parent5ab7842d102c637a4a8483709fe7d90b1f70bdb9 (diff)
Bump noticegen to v13bump-go-mod
-rw-r--r--NOTICE4
-rw-r--r--_support/noticegen/noticegen.go2
2 files changed, 3 insertions, 3 deletions
diff --git a/NOTICE b/NOTICE
index 81db0288b..1a04aa105 100644
--- a/NOTICE
+++ b/NOTICE
@@ -3153,7 +3153,7 @@ LICENSE - github.com/uber/jaeger-lib/metrics
limitations under the License.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-LICENSE - gitlab.com/gitlab-org/gitaly/internal/middleware/panichandler
+LICENSE - gitlab.com/gitlab-org/gitaly/v13/internal/middleware/panichandler
Copyright (c) 2016 Masahiro Sano
MIT License
@@ -3178,7 +3178,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-LICENSE.txt - gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/proxy
+LICENSE.txt - gitlab.com/gitlab-org/gitaly/v13/internal/praefect/grpc-proxy/proxy
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
diff --git a/_support/noticegen/noticegen.go b/_support/noticegen/noticegen.go
index c54d1df7d..373f6fe92 100644
--- a/_support/noticegen/noticegen.go
+++ b/_support/noticegen/noticegen.go
@@ -47,7 +47,7 @@ func main() {
log.Fatal(err)
}
- if p == "gitlab.com/gitlab-org/gitaly" {
+ if p == "gitlab.com/gitlab-org/gitaly/v13" {
return nil
}