Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add go.mod and go.sum #833

Closed
wants to merge 1 commit into from
Closed

Add go.mod and go.sum #833

wants to merge 1 commit into from

Conversation

bufdev
Copy link

@bufdev bufdev commented Mar 8, 2019

Requires #832 to be merged first to fix the build, then will rebase.

Fixes #830.

Related to #817 but not dependent - 817 addresses functionality, this addresses importing Cobra using Golang Modules.

umarcor pushed a commit to umarcor/cobra that referenced this pull request Mar 18, 2019
umarcor pushed a commit to umarcor/cobra that referenced this pull request Mar 19, 2019
@eparis eparis closed this in #840 Mar 20, 2019
eparis pushed a commit that referenced this pull request Mar 20, 2019
…ts list... (#840)

* update Example in README.md (#769)

* specify the color as the required arg (#777)

* command: fix typo in docstring of InheritedFlags (#779)

* add istio to the list of projects built with Cobra (#786)

* remove redundant 'else' (#806)

* add mattermost-server as a project built with Cobra (#824)

* update README.md (#826)

Fix the comment: consistent with others

* add uber/prototool as a project built with Cobra (#831)

* fix(ci): use go vet, update to Go 1.12, update shellcheck to v0.4.6 (#832)

* add go.mod and go.sum (#833)

* chore(travis): move 'diff' job to separate stage in Travis (#839)

* chore(travis): use language configuration list instead of explicit entries in matrix.include (#839)

* chore(travis): update shellcheck-docker to v0.6.0 (#839)

* update(README.md): separate projects by commas, instead of using a list

* chore: update viper to v1.3.2 and go-md2man to v1.0.10

* fix: convert CRLF to LF when comparing files

* use kyoh86/richgo to provide colored test outputs
@serverhorror serverhorror mentioned this pull request Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add go.mod file?
2 participants