Remove replace directives in go.mod

This commit is contained in:
Christian Rocha 2021-12-06 12:24:08 -05:00
commit f1a4dd7318
No known key found for this signature in database
GPG key ID: D6CC7A16E5878018

4
go.mod
View file

@ -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