blob: 4e0bd4e314d84e75d9ec10791e82ea252472b489 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
--- go.mod.orig 2023-03-22 20:07:09 UTC
+++ go.mod
@@ -1,6 +1,6 @@
module github.com/Code-Hex/Neo-cowsay/cmd/v2
-go 1.16
+go 1.17
require (
github.com/Code-Hex/Neo-cowsay/v2 v2.0.3
@@ -11,4 +11,16 @@ require (
github.com/mattn/go-runewidth v0.0.13
github.com/rivo/uniseg v0.2.0
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
+)
+
+require (
+ github.com/gdamore/encoding v1.0.0 // indirect
+ github.com/gdamore/tcell/v2 v2.4.0 // indirect
+ github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
+ github.com/mattn/go-isatty v0.0.14 // indirect
+ github.com/nsf/termbox-go v0.0.0-20201124104050-ed494de23a00 // indirect
+ github.com/pkg/errors v0.9.1 // indirect
+ golang.org/x/sys v0.6.0 // indirect
+ golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
+ golang.org/x/text v0.3.6 // indirect
)
|