Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Use go modules #179

Merged
merged 1 commit into from
Mar 19, 2019
Merged

Use go modules #179

merged 1 commit into from
Mar 19, 2019

Commits on Mar 15, 2019

  1. Use go modules

    This fixes issues with CI just using `go get` or having to fetch
    external tools (such as `dep`).
    The issue with ci using `go get` (without using go modules) is it
    fetches the master/HEAD from the upstream repo which can easily (and
    currently is) break.
    cpuguy83 committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    b40d7a5 View commit details
    Browse the repository at this point in the history