From b9227658f2d5dd165a6cc078c5bfd204015590aa Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Sat, 25 Jun 2022 17:21:54 +0000 Subject: [PATCH] deps: remove replace statement for go-textseg --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 571c0fa69..099126ba7 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,6 @@ go 1.18 // 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/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 )