From 7f094ea1b1cd8530adfd627881afbea65722d85e Mon Sep 17 00:00:00 2001 From: Dimitris Karakasilis Date: Mon, 8 Apr 2024 10:16:45 +0300 Subject: [PATCH] Remove "replace" for peg in go.mod (now merged) Signed-off-by: Dimitris Karakasilis --- tests/go.mod | 2 -- tests/go.sum | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/go.mod b/tests/go.mod index c01291b41..e82a3ab30 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -2,8 +2,6 @@ module kairos-tests go 1.20 -replace github.com/spectrocloud/peg => /home/dimitris/workspace/kairos/peg - require ( github.com/google/uuid v1.3.0 github.com/kairos-io/go-nodepair v0.0.0-20230424150716-d8f0757542c3 diff --git a/tests/go.sum b/tests/go.sum index 964a7104c..b49568837 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -463,6 +463,8 @@ github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d/go.mod h1:Udh github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e/go.mod h1:HuIsMU8RRBOtsCgI77wP899iHVBQpCmg4ErYMZB+2IA= github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI= github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= +github.com/spectrocloud/peg v0.0.0-20240405075800-c5da7125e30f h1:0HvH/0MSCifBcS9YzZ+XJ9PeAdlrAvi3E1iipIZmqas= +github.com/spectrocloud/peg v0.0.0-20240405075800-c5da7125e30f/go.mod h1:L2fIdtZqbQEagjOOXwkwH3t7MjJUd7fbt52cLSQGDBg= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=