Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Commit

Permalink
format pkg\cmd\factory\default.go
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Sep 8, 2021
1 parent 0940422 commit 21ce0d9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 193 deletions.
15 changes: 5 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,32 @@ require (
github.com/AlecAivazis/survey/v2 v2.3.1
github.com/MakeNowJust/heredoc v1.0.0
github.com/Timothee-Cardoso/tc-exe v1.0.0
github.com/alecthomas/chroma v0.9.2
github.com/briandowns/spinner v1.16.0
github.com/charmbracelet/glamour v0.3.0
github.com/cli/oauth v0.8.0
github.com/cpuguy83/go-md2man/v2 v2.0.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/hashicorp/go-version v1.3.0
github.com/henvic/httpretty v0.0.6
github.com/itchyny/gojq v0.12.4
github.com/itchyny/gojq v0.12.5
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/mattn/go-colorable v0.1.8
github.com/mattn/go-isatty v0.0.13
github.com/mattn/go-isatty v0.0.14
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/microcosm-cc/bluemonday v1.0.15
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.9.0
github.com/scmn-dev/browser v0.1.0
github.com/scmn-dev/cluster v0.0.0-20210908180009-7bd341a07704
github.com/scmn-dev/git v0.0.0-20210901094448-922e6fdee5fc
github.com/scmn-dev/secman v0.0.0-20210902065137-f250bba2eb2c
github.com/shurcooL/githubv4 v0.0.0-20210725200734-83ba7b4c9228
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/objx v0.3.0
github.com/stretchr/testify v1.7.0
github.com/yuin/goldmark v1.4.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/net v0.0.0-20210825183410-e898025ed96a
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e
golang.org/x/net v0.0.0-20210907225631-ff17edfbf26d // indirect
golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
golang.org/x/text v0.3.7
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)

Expand Down
Loading

0 comments on commit 21ce0d9

Please sign in to comment.