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

What If... our Go dependencies were current? #383

Merged
merged 4 commits into from
May 10, 2023
Merged

What If... our Go dependencies were current? #383

merged 4 commits into from
May 10, 2023

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    25edaf6 View commit details
    Browse the repository at this point in the history
  2. Make Go 1.19 our API version

    This brings with it a LOT of dependency upgrades, which is probably a
    good thing overall. Whether or not it breaks tests is a different
    question. Note that this also includes a change to the declared
    package path for analytics-go from
    "gopkg.in/segmentio/analytics-go.v3"
    to "github.com/segmentio/analytics-go/v3".
    mckern committed May 4, 2023
    Configuration menu
    Copy the full SHA
    41f0797 View commit details
    Browse the repository at this point in the history
  3. Update analytics-go import path

    analytics-go has changed their
    import path from "gopkg.in/segmentio/analytics-go.v3" to
    "github.com/segmentio/analytics-go/v3", so we must update accordingly.
    mckern committed May 4, 2023
    Configuration menu
    Copy the full SHA
    96c69e6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    b345a92 View commit details
    Browse the repository at this point in the history