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

dep => go mod #1062

Merged
merged 47 commits into from
Sep 30, 2019
Merged

dep => go mod #1062

merged 47 commits into from
Sep 30, 2019

Commits on Sep 27, 2019

  1. go mod files added. dep removed

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    074687e View commit details
    Browse the repository at this point in the history
  2. Magically got prometheus version to stick

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    8dea03a View commit details
    Browse the repository at this point in the history
  3. Cortex updated and prometheus updated

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    3b7ba8c View commit details
    Browse the repository at this point in the history
  4. Updated prometheus dependency

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    c32e928 View commit details
    Browse the repository at this point in the history
  5. Added additional deps

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    75fc14f View commit details
    Browse the repository at this point in the history
  6. Added two replaces from Gopkg.toml. Tests passing

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    998d043 View commit details
    Browse the repository at this point in the history
  7. Added deps

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    7ba77d6 View commit details
    Browse the repository at this point in the history
  8. Updated build image to 1.12

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    8848b5d View commit details
    Browse the repository at this point in the history
  9. Updated golangci-lint to use vendored dependencies

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    3eba7b1 View commit details
    Browse the repository at this point in the history
  10. Added check-mod makefile step and referenced in drone and circle ci c…

    …onfigs
    
    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    61a62d6 View commit details
    Browse the repository at this point in the history
  11. Updated loki-build-image to 1.12

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    bf5d762 View commit details
    Browse the repository at this point in the history
  12. Fixed linting error. Force go111module on for linting

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    6d33540 View commit details
    Browse the repository at this point in the history
  13. go mod vendor

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    4427bf6 View commit details
    Browse the repository at this point in the history
  14. Forced the inclusion of modtimevfs

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    3fba173 View commit details
    Browse the repository at this point in the history
  15. Pin client-go due to issue with v12 go.mod

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    0aaaac4 View commit details
    Browse the repository at this point in the history
  16. go mod tidy

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    047058d View commit details
    Browse the repository at this point in the history
  17. Added check-mod to drone

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    d94c324 View commit details
    Browse the repository at this point in the history
  18. Re-readded correct golang client

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    ea9a27f View commit details
    Browse the repository at this point in the history
  19. go mod tidy

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    c8a74af View commit details
    Browse the repository at this point in the history
  20. Pinned golang/x/net to avoid proxy errors

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    c1e022a View commit details
    Browse the repository at this point in the history
  21. Removed check-mod from all. Not necessary for tests

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    bc2e826 View commit details
    Browse the repository at this point in the history
  22. Updated go.sum to match new pin

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    f58a567 View commit details
    Browse the repository at this point in the history
  23. Upgraded proto to match build image

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    a7abe3a View commit details
    Browse the repository at this point in the history
  24. Force check-mod to wait til after test and lint are successful

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    c267897 View commit details
    Browse the repository at this point in the history
  25. Added mod vendor to go builds to force usage of vendored dependencies

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    0b02ac3 View commit details
    Browse the repository at this point in the history
  26. Turn on gomodules on all builds

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    6e5cc9e View commit details
    Browse the repository at this point in the history
  27. Revert "Added mod vendor to go builds to force usage of vendored depe…

    …ndencies"
    
    This reverts commit 65865a24c9a23133e0fa52942f2828ead7c22147.
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    f63eb45 View commit details
    Browse the repository at this point in the history
  28. Moved builds out of the gopath to enforce vendor usage

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    95b168a View commit details
    Browse the repository at this point in the history
  29. Revert "Turn on gomodules on all builds"

    This reverts commit b5847f0158e928e935e0b3c1b1d4eaba840ca3dc.
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    1547c5d View commit details
    Browse the repository at this point in the history
  30. Explicitly choose build image for docker driver

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    b227f44 View commit details
    Browse the repository at this point in the history
  31. Updated golang.org/x/sys to match prometheus's version to fix promtai…

    …l windows compilation
    
    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    b42c61c View commit details
    Browse the repository at this point in the history
  32. Added fluentbit dependency

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    53663e6 View commit details
    Browse the repository at this point in the history
  33. Added dependency management clause

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    a535c30 View commit details
    Browse the repository at this point in the history
  34. Updated go version in contributing

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    942939e View commit details
    Browse the repository at this point in the history
  35. Added phony makefile targets

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    6096862 View commit details
    Browse the repository at this point in the history
  36. Circle CI is increasingly failing linting

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    5a9d2b0 View commit details
    Browse the repository at this point in the history
  37. Force vendored deps on builds

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    414e075 View commit details
    Browse the repository at this point in the history
  38. Added logcli to gitignore

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    44ddd0c View commit details
    Browse the repository at this point in the history
  39. Reduced concurrency to help CircleCI

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    4ec1755 View commit details
    Browse the repository at this point in the history
  40. Moved drone builds out of GOPATH to force use of go module

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    63acf85 View commit details
    Browse the repository at this point in the history
  41. Added mod vendor to prevent go clean from redownloading all packages

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    07143c5 View commit details
    Browse the repository at this point in the history
  42. Added to test as well

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    0d97e84 View commit details
    Browse the repository at this point in the history
  43. Added mod-vendor to final go commands

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    c7a800c View commit details
    Browse the repository at this point in the history
  44. Moved fluent-bit out of GO_PATH to force go modules

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    70c45d8 View commit details
    Browse the repository at this point in the history
  45. Pass mod vendor to the last holdout: go generate

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    3490373 View commit details
    Browse the repository at this point in the history
  46. Updated ugorji/go to 1.17 to avoid version regression

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    70a5e03 View commit details
    Browse the repository at this point in the history
  47. go mod tidy and go mod vendor for ugorji/go

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    ed2db69 View commit details
    Browse the repository at this point in the history