Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce go modules [yey] #6038

Merged
merged 31 commits into from
Mar 5, 2019
Merged

Introduce go modules [yey] #6038

merged 31 commits into from
Mar 5, 2019

Commits on Mar 5, 2019

  1. gx: unrewrite

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    42e191c View commit details
    Browse the repository at this point in the history
  2. gomod: add go mod

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    bde86bc View commit details
    Browse the repository at this point in the history
  3. circle: update config

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    d236dee View commit details
    Browse the repository at this point in the history
  4. gomod: change pb to v1

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    2d425d1 View commit details
    Browse the repository at this point in the history
  5. gomod: add coverage tools to go.mod

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    16cfe4a View commit details
    Browse the repository at this point in the history
  6. mk: remove gx from Makefiles

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    7f80485 View commit details
    Browse the repository at this point in the history
  7. mk: s/go-build/go-build-relative/

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    3e199ab View commit details
    Browse the repository at this point in the history
  8. gomod: use test binaries from go modules

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    27f73fa View commit details
    Browse the repository at this point in the history
  9. gx: remove gx-deps from deps target

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    d78717e View commit details
    Browse the repository at this point in the history
  10. sharness: update cid bases after multibase update

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    b618b45 View commit details
    Browse the repository at this point in the history
  11. sharness: stop iptb after testing

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    0225bd0 View commit details
    Browse the repository at this point in the history
  12. gomod: add module cache to circleci cache

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    e06eeed View commit details
    Browse the repository at this point in the history
  13. gomod/gx: use correct go-is-domain

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    dc6423f View commit details
    Browse the repository at this point in the history
  14. sharness: eliminate netcat

    Differences between bsd-netcat and gnu-netcat make it horrible tool
    
    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    54b1969 View commit details
    Browse the repository at this point in the history
  15. gomod: define sharness testing dependencies

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    08062ec View commit details
    Browse the repository at this point in the history
  16. circle: add socat

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    2258ab8 View commit details
    Browse the repository at this point in the history
  17. circle: add go mod download to cache

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    373984a View commit details
    Browse the repository at this point in the history
  18. gomod: use cheggaa/pb from gopkg

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    ddd573e View commit details
    Browse the repository at this point in the history
  19. gomod: update hsanjuan/gostream go-libp2p-http

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    8613245 View commit details
    Browse the repository at this point in the history
  20. make: Replace json-to-junit with gotestsum

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    
    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    93c7532 View commit details
    Browse the repository at this point in the history
  21. circle: change cache strategy

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    b578a81 View commit details
    Browse the repository at this point in the history
  22. gomod: fix import path

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    8803056 View commit details
    Browse the repository at this point in the history
  23. circleci: cleanup config

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    1961221 View commit details
    Browse the repository at this point in the history
  24. circleci: rework pipeline

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    4e8cc7f View commit details
    Browse the repository at this point in the history
  25. gomod: remove gopath check

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    21f3dae View commit details
    Browse the repository at this point in the history
  26. gomod: update go-libp2p-pubsub-router

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    bd70568 View commit details
    Browse the repository at this point in the history
  27. travis: remove TravisCI, if someone wants to fix it, be my guest

    Having a red status check only means that it is ok to see red there.
    This shouldn't be the norm as it makes us ignore status checks.
    It is the same case with random test failures.
    
    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    44d8288 View commit details
    Browse the repository at this point in the history
  28. circleci: run try-build target on ci

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    d2a2e14 View commit details
    Browse the repository at this point in the history
  29. misc: add collect-profiles.sh script, update gitignore

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    e575c93 View commit details
    Browse the repository at this point in the history
  30. gomod/mk: set GO111MODULE in Makefile

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    76f7a76 View commit details
    Browse the repository at this point in the history
  31. mk: remove json-to-junit program

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    c21b7f9 View commit details
    Browse the repository at this point in the history