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

Update generate dependencies to fix Go 1.18 packer-sec cmd install #108

Merged
merged 2 commits into from May 11, 2022

Commits on May 9, 2022

  1. Bump golang.org/x/tools

    * Update x/tools package to latest version to fix code generation error
    
    ```
     go get golang.org/x/tools
     go mod tidy
    ```
    
    Closes #103
    nywilken committed May 9, 2022
    Copy the full SHA
    a74de19 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Replace go get with go install for gen deps

    * Replaces the deprecated `go get` calls with `go install`.
    
    * Add version to pigeon install command
    The v1.1.0 release of pigeon was released back in March of 2021 points
    to the latest change in the master branch, which was committed over two
    years ago. Instead of pulling from master we will pull in the latest
    release and update dependenbot to check for this dependency.
    
    * Add github.com/mna/pigeon to dependebot tracking file
    
    Related to: #103
    nywilken committed May 10, 2022
    Copy the full SHA
    db3a2b9 View commit details
    Browse the repository at this point in the history