all: update stale refs to Travis (#312)

This commit is contained in:
Robert van Gent
2021-08-30 16:16:39 -07:00
committed by GitHub
parent 737d4615ed
commit ae4e74aa6b
4 changed files with 7 additions and 10 deletions

View File

@@ -20,6 +20,6 @@ set -euo pipefail
# $ internal/listdeps.sh > internal/alldeps
#
# Important note: there are changes in module tooling behavior between go 1.11
# and go 1.12; please make sure to use the same version of Go as used by Travis
# (see .travis.yml) when updating the alldeps file.
# and go 1.12; please make sure to use the same version of Go as used by Github
# Actions (see .github/workflows/tests.yml) when updating the alldeps file.
go list -deps -f '{{with .Module}}{{.Path}}{{end}}' ./... | sort | uniq