From ac61302d180905ac96ae8368bc42d0ea887fa4e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20L=2E=20Hansen?= Date: Mon, 28 Feb 2022 16:52:10 -0800 Subject: [PATCH] Retract v2 --- go.mod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 86fa20a..fc80319 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/sorenisanerd/gotty +module github.com/sorenisanerd/gotty/v2 go 1.13 @@ -8,9 +8,10 @@ require ( github.com/elazarl/go-bindata-assetfs v1.0.1 github.com/fatih/structs v1.1.0 github.com/gorilla/websocket v1.4.2 - github.com/hashicorp/go-multierror v1.1.1 // indirect github.com/pkg/errors v0.9.1 + github.com/sorenisanerd/gotty v1.3.0 github.com/urfave/cli/v2 v2.3.0 github.com/yudai/hcl v0.0.0-20151013225006-5fa2393b3552 - golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect ) + +retract [v2.0.0, v2.1.1]