From f1a4dd731892d79eed91cb6a2a2bf9ffff494788 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Mon, 6 Dec 2021 12:24:08 -0500 Subject: [PATCH] Remove replace directives in go.mod --- go.mod | 4 ---- 1 file changed, 4 deletions(-) diff --git a/go.mod b/go.mod index f62be49..a4ab0dc 100644 --- a/go.mod +++ b/go.mod @@ -2,10 +2,6 @@ module github.com/charmbracelet/glow go 1.16 -replace github.com/charmbracelet/charm => ../charm - -replace github.com/charmbracelet/wish => ../wish - require ( github.com/charmbracelet/bubbles v0.9.0 github.com/charmbracelet/bubbletea v0.19.0