This is an automated email from the ASF dual-hosted git repository.

ocket8888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from 46a2792  Fix federations API when using same resolvers for multiple 
DSes (#6109)
     add 750833c  Update Go version to 1.17 (#6111)

No new revisions were added by this update.

Summary of changes:
 .github/actions/build-rpms/README.md               |   2 +
 .github/actions/build-rpms/action.yaml             |   6 +-
 .../build-rpms.sh}                                 |  32 +-
 .github/actions/build-rpms/main.js                 |  41 --
 .github/actions/check-go-modules/entrypoint.sh     |   2 +-
 .../pr-to-update-go/pr_to_update_go/__main__.py    |   7 +-
 .../pr-to-update-go/pr_to_update_go/go_pr_maker.py | 128 +---
 .../{ => pr_to_update_go}/update_golang_org_x.sh   |   3 +
 .github/actions/pr-to-update-go/setup.cfg          |   8 +-
 .github/workflows/pr-to-update-go.yml              |   9 +-
 CHANGELOG.md                                       |   1 +
 GO_VERSION                                         |   2 +-
 cache-config/testing/docker/ort_test/run.sh        |  10 +-
 cache-config/testing/docker/traffic_ops/run.sh     |  15 -
 go.mod                                             |  19 +-
 go.sum                                             |  18 +-
 vendor/github.com/golang-migrate/migrate/v4/go.mod |  68 --
 vendor/github.com/golang-migrate/migrate/v4/go.sum | 768 ---------------------
 vendor/github.com/google/uuid/go.mod               |   1 -
 vendor/github.com/hashicorp/errwrap/go.mod         |   1 -
 vendor/github.com/hashicorp/go-multierror/go.mod   |   5 -
 vendor/github.com/hashicorp/go-multierror/go.sum   |   2 -
 vendor/github.com/jmoiron/sqlx/go.mod              |   7 -
 vendor/github.com/jmoiron/sqlx/go.sum              |   6 -
 vendor/github.com/lib/pq/go.mod                    |   3 -
 vendor/github.com/nxadm/tail/go.mod                |   9 -
 vendor/github.com/nxadm/tail/go.sum                |   6 -
 vendor/github.com/onsi/ginkgo/go.mod               |  11 -
 vendor/github.com/onsi/ginkgo/go.sum               |  67 --
 vendor/github.com/onsi/gomega/go.mod               |  11 -
 vendor/github.com/onsi/gomega/go.sum               |  69 --
 vendor/github.com/pborman/getopt/v2/go.mod         |   3 -
 vendor/go.etcd.io/bbolt/go.mod                     |   5 -
 vendor/go.etcd.io/bbolt/go.sum                     |   2 -
 vendor/gopkg.in/yaml.v2/go.mod                     |   5 -
 vendor/modules.txt                                 |  40 +-
 36 files changed, 125 insertions(+), 1267 deletions(-)
 copy .github/actions/{pr-to-update-go/update_golang_org_x.sh => 
build-rpms/build-rpms.sh} (53%)
 delete mode 100644 .github/actions/build-rpms/main.js
 rename .github/actions/pr-to-update-go/{ => 
pr_to_update_go}/update_golang_org_x.sh (96%)
 delete mode 100644 vendor/github.com/golang-migrate/migrate/v4/go.mod
 delete mode 100644 vendor/github.com/golang-migrate/migrate/v4/go.sum
 delete mode 100644 vendor/github.com/google/uuid/go.mod
 delete mode 100644 vendor/github.com/hashicorp/errwrap/go.mod
 delete mode 100644 vendor/github.com/hashicorp/go-multierror/go.mod
 delete mode 100644 vendor/github.com/hashicorp/go-multierror/go.sum
 delete mode 100644 vendor/github.com/jmoiron/sqlx/go.mod
 delete mode 100644 vendor/github.com/jmoiron/sqlx/go.sum
 delete mode 100644 vendor/github.com/lib/pq/go.mod
 delete mode 100644 vendor/github.com/nxadm/tail/go.mod
 delete mode 100644 vendor/github.com/nxadm/tail/go.sum
 delete mode 100644 vendor/github.com/onsi/ginkgo/go.mod
 delete mode 100644 vendor/github.com/onsi/ginkgo/go.sum
 delete mode 100644 vendor/github.com/onsi/gomega/go.mod
 delete mode 100644 vendor/github.com/onsi/gomega/go.sum
 delete mode 100644 vendor/github.com/pborman/getopt/v2/go.mod
 delete mode 100644 vendor/go.etcd.io/bbolt/go.mod
 delete mode 100644 vendor/go.etcd.io/bbolt/go.sum
 delete mode 100644 vendor/gopkg.in/yaml.v2/go.mod

Reply via email to