1. 17 Jan, 2020 2 commits
    • Steven Allen's avatar
      build: fix golangci again · 721c1abe
      Steven Allen authored
      The patches that required the replace directives have been merged upstream.
      Unfortunately, those branches have now been deleted, breaking the build.
      
      GAH!
      721c1abe
    • Steven Allen's avatar
      make: move all test deps to a separate module · 71133b67
      Steven Allen authored
      1. This means those deps don't get pulled in unless we actually need to test.
      2. It means we can cordon all the golangci-lint module replace hacks off into a
         separate package.
      71133b67