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

Use Go modules #168

Merged
merged 5 commits into from
Oct 23, 2019
Merged

Use Go modules #168

merged 5 commits into from
Oct 23, 2019

Commits on Sep 10, 2019

  1. Use Go modules

    Simply ran `go mod init github.com/pagerduty/go-pagerduty`
    
    Converted `PagerDuty/go-pagerduty` to match lowercased package nameing standards
    https://blog.golang.org/package-names
    
    Updated the `github.com/Sirupsen/logrus` import to current lowercase name
    nbutton23 committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    f0d44e2 View commit details
    Browse the repository at this point in the history
  2. update ci to go 1.12

    nbutton23 committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    742411e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

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

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    52f992b View commit details
    Browse the repository at this point in the history
  2. typo in replace

    nbutton23 committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    ca32b9c View commit details
    Browse the repository at this point in the history