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 44
55require (
66 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
88)
99
1010require (
@@ -14,7 +14,7 @@ require (
1414 github.com/mattn/go-colorable v0.1.12 // indirect
1515 github.com/mattn/go-isatty v0.0.14 // indirect
1616 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
1818 golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
1919 golang.org/x/text v0.3.7 // indirect
2020 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=
88github.com/adrg/xdg v0.4.0 /go.mod h1:N6ag73EX4wyxeaoeHctc1mas01KZgsj5tYiAIwqJE/E =
99github.com/code-game-project/go-utils v0.1.0 h1:mtxld853WsjVeDFP4l5hMGaq7thXDLslkxC3MEdyPMY =
1010github.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 =
1113github.com/creack/pty v1.1.17 h1:QeVUsEDNrLBW4tMgZHvxy18sKtr6VI492kBhUfhDJNI =
1214github.com/creack/pty v1.1.17 /go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4 =
1315github.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
4042golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
4143golang.org/x/sys v0.0.0-20220727055044-e65921a090b8 h1:dyU22nBWzrmTQxtNrr4dzVOvaw35nUYE279vF9UmsI8 =
4244golang.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 =
4347golang.org/x/term v0.0.0-20210503060354-a79de5458b56 /go.mod h1:tfny5GFUkzUvx4ps4ajbZsCe5lw1metzhBm9T3x7oIY =
4448golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 h1:Q5284mrmYTpACcm+eAKjKJH48BBwSyfJqmmGDTtT8Vc =
4549golang.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