This project is mirrored from https://github.com/coredns/coredns.git. The repository failed to update .
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project maintainer.
Last successful update .
  1. 11 Aug, 2022 1 commit
  2. 10 Aug, 2022 1 commit
    • Yong Tang's avatar
      Update to go mod tidy with 1.17+ (#5563) · 086b7d60
      Yong Tang authored
      * Update to go mod tidy with 1.17+
      
      While running go mod tidy the following issue encountered:
      ```
      go: downloading github.com/stretchr/objx v0.4.0
      github.com/coredns/coredns/plugin/trace imports
      	gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer imports
      	github.com/DataDog/datadog-go/v5/statsd tested by
      	github.com/DataDog/datadog-go/v5/statsd.test imports
      	github.com/stretchr/testify/mock imports
      	github.com/stretchr/objx loaded from github.com/stretchr/objx@v0.2.0,
      	but go 1.16 would select v0.4.0
      
      To upgrade to the versions selected by go 1.16:
      	go mod tidy -go=1.16 && go mod tidy -go=1.17
      If reproducibility with go 1.16 is not needed:
      	go mod tidy -compat=1.17
      For other options, see:
      	https://golang.org/doc/modules/pruning
      ```
      
      This PR cleans up to get rid of the issues above.
      Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
      
      * Update to use `go mod tidy -compat=1.17`, also changed to invoked daily
      Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
      086b7d60
  3. 08 Aug, 2022 5 commits
  4. 03 Aug, 2022 1 commit
  5. 01 Aug, 2022 6 commits
  6. 28 Jul, 2022 1 commit
  7. 25 Jul, 2022 4 commits
  8. 21 Jul, 2022 1 commit
  9. 20 Jul, 2022 4 commits
  10. 18 Jul, 2022 9 commits
  11. 15 Jul, 2022 1 commit
  12. 11 Jul, 2022 5 commits
  13. 08 Jul, 2022 1 commit