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 support for go packages in manifest files #148

Merged

Commits on Mar 7, 2024

  1. Add support for go packages in manifest files

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    TG1999 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    797e20d View commit details
    Browse the repository at this point in the history
  2. Fix failing tests

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    TG1999 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fa7f66d View commit details
    Browse the repository at this point in the history
  3. Add documentation about go packages in mod files

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    TG1999 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e7e6d98 View commit details
    Browse the repository at this point in the history
  4. Fix doctests

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    TG1999 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fdfef27 View commit details
    Browse the repository at this point in the history
  5. Fix linting errors

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    TG1999 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d153458 View commit details
    Browse the repository at this point in the history
  6. Raise exception when go_package contains @

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    TG1999 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1daab5a View commit details
    Browse the repository at this point in the history
  7. Add tests

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    TG1999 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    748cc8a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Address review comments

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    TG1999 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b04199b View commit details
    Browse the repository at this point in the history
  2. Change python_version to 3.8 for mypy

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    TG1999 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6f52fa4 View commit details
    Browse the repository at this point in the history