1. 30 Mar, 2021 1 commit
  2. 15 Mar, 2021 1 commit
  3. 08 Mar, 2021 1 commit
  4. 26 Feb, 2021 1 commit
    • Daniel Martí's avatar
      fix the module path · ca0dd481
      Daniel Martí authored
      The module was defined as github.com/ipld/go-codec-dagpb/dagpb, but the
      repository is at github.com/ipld/go-codec-dagpb. This means that neither
      can be resolved as a valid Go package import path; the former results in
      a GitHub 404, and the latter results in a valid GitHub repository which
      holds a different module.
      
      Rod confirmed that the /dagpb suffix wasn't intentional, so just get rid
      of it.
      
      While at it, mod tidy.
      ca0dd481
  5. 01 Jan, 2021 2 commits
  6. 14 Dec, 2020 1 commit
  7. 08 Dec, 2020 1 commit
  8. 07 Dec, 2020 1 commit