mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
27 lines
1.3 KiB
Diff
27 lines
1.3 KiB
Diff
diff --git a/go.mod b/go.mod
|
|
index 58ad19c..9042810 100644
|
|
--- a/go.mod
|
|
+++ b/go.mod
|
|
@@ -7,7 +7,7 @@ require (
|
|
github.com/atotto/clipboard v0.1.4
|
|
github.com/aybabtme/humanlog v0.4.1
|
|
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
|
|
- github.com/creack/pty v1.1.11
|
|
+ github.com/creack/pty v1.1.21
|
|
github.com/fsmiamoto/git-todo-parser v0.0.5
|
|
github.com/gdamore/tcell/v2 v2.7.4
|
|
github.com/go-errors/errors v1.5.1
|
|
diff --git a/go.sum b/go.sum
|
|
index 0e728ff..ea94a78 100644
|
|
--- a/go.sum
|
|
+++ b/go.sum
|
|
@@ -68,6 +68,8 @@ github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnht
|
|
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
|
|
github.com/creack/pty v1.1.11 h1:07n33Z8lZxZ2qwegKbObQohDhXDQxiMMz1NOUGYlesw=
|
|
github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
|
|
+github.com/creack/pty v1.1.21 h1:1/QdRyBaHHJP61QkWMXlOIBfsgdDeeKfK8SYVUWJKf0=
|
|
+github.com/creack/pty v1.1.21/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
|
|
github.com/davecgh/go-spew v0.0.0-20161028175848-04cdfd42973b/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
|
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
|
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|