File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/Bananenpro/cli v0.2.1
7
- github.com/code-game-project/go-utils v0.1.0
7
+ github.com/code-game-project/go-utils v0.2.4
8
8
)
9
9
10
10
require (
@@ -14,7 +14,7 @@ require (
14
14
github.com/mattn/go-colorable v0.1.12 // indirect
15
15
github.com/mattn/go-isatty v0.0.14 // indirect
16
16
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
17
- golang.org/x/sys v0.0.0-20220727055044-e65921a090b8 // indirect
17
+ golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704 // indirect
18
18
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
19
19
golang.org/x/text v0.3.7 // indirect
20
20
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ github.com/adrg/xdg v0.4.0 h1:RzRqFcjH4nE5C6oTAxhBtoE2IRyjBSa62SCbyPidvls=
8
8
github.com/adrg/xdg v0.4.0 /go.mod h1:N6ag73EX4wyxeaoeHctc1mas01KZgsj5tYiAIwqJE/E =
9
9
github.com/code-game-project/go-utils v0.1.0 h1:mtxld853WsjVeDFP4l5hMGaq7thXDLslkxC3MEdyPMY =
10
10
github.com/code-game-project/go-utils v0.1.0 /go.mod h1:kQ6kH9XDzdM2pnJUI1lw61Gp8XOams/E2dKABa1mBI8 =
11
+ github.com/code-game-project/go-utils v0.2.4 h1:UhWy1vJeXCaV4qjbFcIo9b0tzv69DK4HPwRFbrrDKF4 =
12
+ github.com/code-game-project/go-utils v0.2.4 /go.mod h1:kQ6kH9XDzdM2pnJUI1lw61Gp8XOams/E2dKABa1mBI8 =
11
13
github.com/creack/pty v1.1.17 h1:QeVUsEDNrLBW4tMgZHvxy18sKtr6VI492kBhUfhDJNI =
12
14
github.com/creack/pty v1.1.17 /go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4 =
13
15
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
@@ -40,6 +42,8 @@ golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBc
40
42
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
41
43
golang.org/x/sys v0.0.0-20220727055044-e65921a090b8 h1:dyU22nBWzrmTQxtNrr4dzVOvaw35nUYE279vF9UmsI8 =
42
44
golang.org/x/sys v0.0.0-20220727055044-e65921a090b8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
45
+ golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704 h1:Y7NOhdqIOU8kYI7BxsgL38d0ot0raxvcW+EMQU2QrT4 =
46
+ golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
43
47
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 /go.mod h1:tfny5GFUkzUvx4ps4ajbZsCe5lw1metzhBm9T3x7oIY =
44
48
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 h1:Q5284mrmYTpACcm+eAKjKJH48BBwSyfJqmmGDTtT8Vc =
45
49
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
You can’t perform that action at this time.
0 commit comments