mods: explain replace statements
Showing
+4 -2
... | ... | @@ -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 | ||
... | ... |
Please register or sign in to comment