From 5ca96d614eb34cf6be1990c28c1710fb1c53c6c4 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Wed, 12 Jan 2022 10:25:54 -0600 Subject: [PATCH] mods: explain replace statements --- go.mod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 2621c006d..0e875aeb3 100644 --- a/go.mod +++ b/go.mod @@ -2,17 +2,19 @@ module github.com/hashicorp/nomad go 1.17 +// Pinned dependencies are noted in github.com/hashicorp/nomad/issues/11826 replace ( github.com/Microsoft/go-winio => github.com/endocrimes/go-winio v0.4.13-0.20190628114223-fb47a8b41948 github.com/NYTimes/gziphandler => github.com/NYTimes/gziphandler v1.0.0 github.com/apparentlymart/go-textseg/v12 => github.com/apparentlymart/go-textseg/v12 v12.0.0 - github.com/hashicorp/go-discover => github.com/hashicorp/go-discover v0.0.0-20210818145131-c573d69da192 github.com/hashicorp/hcl => github.com/hashicorp/hcl v1.0.1-0.20201016140508-a07e7d50bbee - github.com/hashicorp/nomad/api => ./api github.com/kr/pty => github.com/kr/pty v1.1.5 ) +// Nomad is built using the current source of the API module +replace github.com/hashicorp/nomad/api => ./api + require ( github.com/LK4D4/joincontext v0.0.0-20171026170139-1724345da6d5 github.com/Microsoft/go-winio v0.4.15-0.20200113171025-3fe6c5262873