From 5a26d39072ef8954193177c4ab1da45fa5db0bb6 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Mon, 12 Oct 2020 22:11:17 -0400 Subject: [PATCH] Remove replace declaration in go.mod for examples --- examples/go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/go.mod b/examples/go.mod index 66322b6..1239bb3 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -13,5 +13,3 @@ require ( github.com/muesli/reflow v0.1.0 github.com/muesli/termenv v0.7.2 ) - -replace github.com/charmbracelet/bubbles => ../../bubbles