1. 30 Mar, 2021 12 commits
  2. 29 Mar, 2021 1 commit
  3. 26 Feb, 2021 2 commits
  4. 22 Jan, 2021 1 commit
  5. 21 Jan, 2021 1 commit
  6. 25 Aug, 2020 2 commits
  7. 20 Aug, 2020 1 commit
    • Steven Allen's avatar
      dep: add "codependencies" for handling version conflicts · 6be54423
      Steven Allen authored
      This patch adds a special, internal, "codependencies" package that allows us to
      specify minimum required versions for modules we don't directly depend on.
      
      Downside:
      
      * Anyone using this module will also have to download these deprecated modules.
      
      Upside:
      
      * After upgrading this module, all "codependencies" will automatically be
        upgraded to compatible versions.
      * If unused, codependencies will _not_ end up bloating the binary size. This is
        because "usage" is computed at the import/package layer, while module version
        requirements are computed at the module layer.
      6be54423
  8. 17 Aug, 2020 1 commit
  9. 12 Aug, 2020 1 commit
  10. 11 Aug, 2020 1 commit
  11. 20 May, 2020 2 commits
  12. 14 May, 2020 1 commit
  13. 30 Apr, 2020 2 commits
  14. 02 Apr, 2020 1 commit
  15. 10 Mar, 2020 1 commit
    • Will's avatar
      Merge pull request #65 from... · fc1542af
      Will authored
      Merge pull request #65 from multiformats/dependabot/go_modules/github.com/multiformats/go-multiaddr-0.2.1
      
      Bump github.com/multiformats/go-multiaddr from 0.2.0 to 0.2.1
      fc1542af
  16. 02 Mar, 2020 1 commit
  17. 29 Feb, 2020 2 commits
  18. 26 Feb, 2020 2 commits
    • Steven Allen's avatar
      Merge pull request #64 from willscott/feat/toip · 201fa11a
      Steven Allen authored
      add ToIP to complement ToNetAddr
      201fa11a
    • Will Scott's avatar
      add ToIP to complement ToNetAddr · 9a640fd8
      Will Scott authored
      The specific implementations of net.Addr are internal implementation
      details of this package, and a downstream consumner shouldn't relay on
      the internal use of net.IPAddr / net.TCPAddr to implement that interface
      for direct extraction of IP. The consumer would instead need to go through
      a round of string conversion to retreive IP safely. Adding an IP extraction
      function to the interface here will allow the IP to be retreived more
      efficiently.
      9a640fd8
  19. 05 Feb, 2020 1 commit
  20. 04 Feb, 2020 2 commits
  21. 29 Jan, 2020 2 commits