1. 29 6月, 2019 4 次提交
  2. 26 6月, 2019 1 次提交
  3. 25 6月, 2019 2 次提交
  4. 17 6月, 2019 2 次提交
  5. 16 6月, 2019 1 次提交
    • E
      build: pass mod vendoring flag on newer versions of go · 7d915e23
      Eli Schwartz 提交于
      When go autodetects that it is being run as a go mod, and that there is
      a vendor directory, it will still try to redownload all sources over the
      network, unless you use -mod=vendor to tell it to use that. Additionally,
      when using -mod=vendor the compiler will nicely avoid messing with
      $GOPATH at all, since it can operate in a completely self-contained
      manner.
      
      Take advantage of this, when the detected go version is at least 1.11
      (when the -mod flag was introduced).
      7d915e23
  6. 15 6月, 2019 12 次提交
  7. 14 6月, 2019 7 次提交
  8. 13 6月, 2019 1 次提交
  9. 09 6月, 2019 1 次提交
  10. 07 6月, 2019 1 次提交
  11. 05 6月, 2019 4 次提交
  12. 03 6月, 2019 1 次提交
  13. 01 6月, 2019 1 次提交
  14. 30 5月, 2019 1 次提交
  15. 26 5月, 2019 1 次提交