fix #79: remove compatibility header (#80)

This commit is contained in:
T. von Dein
2026-07-08 09:33:22 +02:00
parent 1d45a3cd4c
commit 3d3dfb7a42
3 changed files with 28 additions and 2 deletions

2
go.mod
View File

@@ -14,7 +14,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
module codeberg.org/scip/esctl
go 1.26.4
go 1.26
require (
github.com/MichaelMure/go-term-markdown v0.1.4