From 8d88f9c7fd801d5aa9c4092c47151eb26e192538 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sat, 14 Feb 2026 17:14:48 -0500 Subject: [PATCH] Sync with latest libmutton development version --- go.mod | 2 +- go.sum | 4 ++-- wiki/build.md | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index f7c85db..463cb82 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.26.0 require ( github.com/charmbracelet/glamour v0.7.0 github.com/rwinkhart/go-boilerplate v0.3.1 - github.com/rwinkhart/libmutton v0.4.3-0.20260214220312-b6ebd2246305 + github.com/rwinkhart/libmutton v0.4.3-0.20260214221254-8da264866416 golang.org/x/term v0.40.0 ) diff --git a/go.sum b/go.sum index 7375aed..c3e7839 100644 --- a/go.sum +++ b/go.sum @@ -48,8 +48,8 @@ github.com/rwinkhart/go-highlite v0.1.1 h1:9TxbRhYVfD/3YaEgNk1BtEiZ0t8/5mxDUZqNM github.com/rwinkhart/go-highlite v0.1.1/go.mod h1:mWLMtCWcyV0BG4NeyPyAUGMjPvI0ds6vXmUq89QwBFA= github.com/rwinkhart/go-winio v0.1.1 h1:kAJKiqneR7cUR01Wn5/doAAV4kOGTEGPug4oinXc5N4= github.com/rwinkhart/go-winio v0.1.1/go.mod h1:ZWa7ssZJT30CCDGJ7fk/2SBTq9BIQrrVjrcss0UW2s0= -github.com/rwinkhart/libmutton v0.4.3-0.20260214220312-b6ebd2246305 h1:WW2HLNU+Fp+xZeOJIE7cZFSY3FGSJ7tn3SXDlXjw318= -github.com/rwinkhart/libmutton v0.4.3-0.20260214220312-b6ebd2246305/go.mod h1:peh8A1f3gnaF97m8J06U28JloKv04Kw8WtFCH+Pcq6s= +github.com/rwinkhart/libmutton v0.4.3-0.20260214221254-8da264866416 h1:XoJM+RhHABenlAbRXCEkZpko0bgvlQrvr27rN8CEogY= +github.com/rwinkhart/libmutton v0.4.3-0.20260214221254-8da264866416/go.mod h1:peh8A1f3gnaF97m8J06U28JloKv04Kw8WtFCH+Pcq6s= github.com/rwinkhart/peercred-mini v0.1.4 h1:93+phjLknvJadEd2cu/ZPPWdfRSPOwFJzDBEn4ZtWVc= github.com/rwinkhart/peercred-mini v0.1.4/go.mod h1:E8eApo/izzmq4nGGR+kpJ0ZLAXjofnVRMGCeVMPQ/Ik= github.com/rwinkhart/rcw v0.3.0 h1:OdgA++IGcDrZqN6FzyYnzbz04fL8Q1MHvlgPjhtgJM4= diff --git a/wiki/build.md b/wiki/build.md index 3ca68bf..d869f52 100644 --- a/wiki/build.md +++ b/wiki/build.md @@ -6,4 +6,3 @@ CGO_ENABLED=0 go build -ldflags="-s -w" -trimpath -tags=stxAll ./mutn.go Additionally, some custom build tags can be used to create different binaries. The following tags are not used in official builds: - `wsl`: Allows creating a Linux binary that can interact with the Windows clipboard (for WSL) -- `termux`: Allows creating a Linux binary that can interact with the Termux clipboard (for Android)