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

Change dependency downloading documentation #41

Merged
merged 1 commit into from
Oct 3, 2019

Conversation

litleleprikon
Copy link
Contributor

Change dependency fetching described in source/development/notifier.rst
from govendor way to go modules.

Relates moira-alert/moira#423

@beevee beevee self-requested a review October 2, 2019 07:43
@@ -9,8 +9,7 @@ To run tests, first get all dependencies.

.. code-block:: bash

go get github.com/kardianos/govendor
govendor sync
go get ./...
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this at all? Maybe goconvey runs without explicitly go get-ting dependencies? Please, investigate.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Change dependency fetching described in source/development/notifier.rst
from govendor way to go modules.

Relates moira-alert/moira#423
@beevee beevee merged commit bded257 into master Oct 3, 2019
@beevee beevee deleted the 423-migrate-to-modules branch October 3, 2019 08:44
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.

2 participants