-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from gennaro-tedesco/update_security_dependencies
updating go.mod dependencies
- Loading branch information
Showing
3 changed files
with
98 additions
and
778 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,34 @@ | ||
module github.com/gennaro-tedesco/gh-i | ||
|
||
go 1.17 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/cli/go-gh v0.0.3 | ||
github.com/jedib0t/go-pretty/v6 v6.2.5 | ||
github.com/cli/go-gh v1.2.1 | ||
github.com/jedib0t/go-pretty/v6 v6.4.6 | ||
github.com/manifoldco/promptui v0.9.0 | ||
github.com/spf13/cobra v1.3.0 | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 | ||
github.com/spf13/cobra v1.7.0 | ||
github.com/stretchr/testify v1.7.4 | ||
golang.org/x/term v0.7.0 | ||
) | ||
|
||
require ( | ||
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect | ||
github.com/cli/safeexec v1.0.0 // indirect | ||
github.com/cli/shurcooL-graphql v0.0.1 // indirect | ||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect | ||
github.com/chzyer/readline v1.5.1 // indirect | ||
github.com/cli/safeexec v1.0.1 // indirect | ||
github.com/cli/shurcooL-graphql v0.0.3 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/henvic/httpretty v0.0.6 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/mattn/go-runewidth v0.0.13 // indirect | ||
github.com/henvic/httpretty v0.1.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
github.com/mattn/go-isatty v0.0.18 // indirect | ||
github.com/mattn/go-runewidth v0.0.14 // indirect | ||
github.com/muesli/termenv v0.15.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect | ||
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
github.com/thlib/go-timezone-local v0.0.0-20210907160436-ef149e42d28e // indirect | ||
golang.org/x/net v0.8.0 // indirect | ||
golang.org/x/sys v0.7.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.