From d02e09c53e216b006ec73f1d01002a8bf214e44c Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sun, 24 Nov 2024 16:35:10 -0500 Subject: Goreleaser implementation works locally (#9) --- go.mod | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 28fb4e0..807d116 100644 --- a/go.mod +++ b/go.mod @@ -3,11 +3,11 @@ module github.com/ChausseBenjamin/termpicker go 1.23.2 require ( + github.com/atotto/clipboard v0.1.4 github.com/charmbracelet/bubbles v0.20.0 github.com/charmbracelet/bubbletea v1.2.3 github.com/charmbracelet/lipgloss v1.0.0 github.com/urfave/cli/v2 v2.27.5 - golang.design/x/clipboard v0.7.0 ) require ( @@ -27,9 +27,6 @@ require ( github.com/rivo/uniseg v0.4.7 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect - golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect - golang.org/x/image v0.6.0 // indirect - golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect golang.org/x/sync v0.9.0 // indirect golang.org/x/sys v0.27.0 // indirect golang.org/x/text v0.8.0 // indirect -- cgit v1.2.3