-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module github.com/bazelbuild/bazelisk to v1.21.0
- Loading branch information
1 parent
6146252
commit cd48aff
Showing
2 changed files
with
199 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,201 @@ | ||
module github.com/bazelbuild/bazel-toolchains | ||
|
||
go 1.16 | ||
go 1.22 | ||
|
||
toolchain go1.23.1 | ||
|
||
require ( | ||
cloud.google.com/go v0.57.0 | ||
cloud.google.com/go/storage v1.6.0 | ||
github.com/bazelbuild/bazelisk v1.7.4 | ||
github.com/bazelbuild/bazelisk v1.21.0 | ||
github.com/coreos/go-semver v0.3.0 | ||
github.com/golang/protobuf v1.4.1 | ||
github.com/google/go-containerregistry v0.4.0 | ||
github.com/googleapis/gax-go/v2 v2.0.5 | ||
google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/bigquery v1.4.0 // indirect | ||
cloud.google.com/go/datastore v1.1.0 // indirect | ||
cloud.google.com/go/pubsub v1.2.0 // indirect | ||
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 // indirect | ||
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 // indirect | ||
github.com/Microsoft/go-winio v0.4.14 // indirect | ||
github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46 // indirect | ||
github.com/OneOfOne/xxhash v1.2.2 // indirect | ||
github.com/PuerkitoBio/purell v1.1.1 // indirect | ||
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect | ||
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect | ||
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect | ||
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect | ||
github.com/beorn7/perks v1.0.0 // indirect | ||
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect | ||
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect | ||
github.com/cespare/xxhash v1.1.0 // indirect | ||
github.com/chzyer/logex v1.1.10 // indirect | ||
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect | ||
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect | ||
github.com/client9/misspell v0.3.4 // indirect | ||
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f // indirect | ||
github.com/containerd/containerd v1.3.0 // indirect | ||
github.com/containerd/stargz-snapshotter/estargz v0.0.0-20201223015020-a9a0c2d64694 // indirect | ||
github.com/coreos/bbolt v1.3.2 // indirect | ||
github.com/coreos/etcd v3.3.10+incompatible // indirect | ||
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect | ||
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect | ||
github.com/creack/pty v1.1.9 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 // indirect | ||
github.com/docker/cli v0.0.0-20191017083524-a8ff7f821017 // indirect | ||
github.com/docker/distribution v2.7.1+incompatible // indirect | ||
github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7 // indirect | ||
github.com/docker/docker-credential-helpers v0.6.3 // indirect | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 // indirect | ||
github.com/emicklei/go-restful v2.9.5+incompatible // indirect | ||
github.com/envoyproxy/go-control-plane v0.9.4 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect | ||
github.com/fsnotify/fsnotify v1.4.7 // indirect | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 // indirect | ||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4 // indirect | ||
github.com/go-kit/kit v0.8.0 // indirect | ||
github.com/go-logfmt/logfmt v0.4.0 // indirect | ||
github.com/go-logr/logr v0.2.0 // indirect | ||
github.com/go-openapi/jsonpointer v0.19.3 // indirect | ||
github.com/go-openapi/jsonreference v0.19.3 // indirect | ||
github.com/go-openapi/spec v0.19.3 // indirect | ||
github.com/go-openapi/swag v0.19.5 // indirect | ||
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/gogo/protobuf v1.3.1 // indirect | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/golang/mock v1.4.3 // indirect | ||
github.com/google/btree v1.0.0 // indirect | ||
github.com/google/go-cmp v0.5.2 // indirect | ||
github.com/google/gofuzz v1.1.0 // indirect | ||
github.com/google/martian v2.1.0+incompatible // indirect | ||
github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d // indirect | ||
github.com/google/renameio v0.1.0 // indirect | ||
github.com/google/uuid v1.1.1 // indirect | ||
github.com/googleapis/gnostic v0.4.1 // indirect | ||
github.com/gorilla/mux v1.7.3 // indirect | ||
github.com/gorilla/websocket v1.4.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway v1.9.0 // indirect | ||
github.com/hashicorp/go-version v1.7.0 // indirect | ||
github.com/hashicorp/golang-lru v0.5.1 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/hpcloud/tail v1.0.0 // indirect | ||
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/joefitzgerald/rainbow-reporter v0.1.0 // indirect | ||
github.com/jonboulle/clockwork v0.1.0 // indirect | ||
github.com/json-iterator/go v1.1.10 // indirect | ||
github.com/jstemmer/go-junit-report v0.9.1 // indirect | ||
github.com/julienschmidt/httprouter v1.2.0 // indirect | ||
github.com/kisielk/errcheck v1.2.0 // indirect | ||
github.com/kisielk/gotool v1.0.0 // indirect | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect | ||
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect | ||
github.com/kr/pretty v0.2.0 // indirect | ||
github.com/kr/pty v1.1.5 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/magiconair/properties v1.8.0 // indirect | ||
github.com/mailru/easyjson v0.7.0 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d // indirect | ||
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/oklog/ulid v1.3.1 // indirect | ||
github.com/onsi/ginkgo v1.12.0 // indirect | ||
github.com/onsi/gomega v1.9.0 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.0.1 // indirect | ||
github.com/pelletier/go-toml v1.2.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_golang v0.9.3 // indirect | ||
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect | ||
github.com/prometheus/common v0.4.0 // indirect | ||
github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084 // indirect | ||
github.com/prometheus/tsdb v0.7.1 // indirect | ||
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af // indirect | ||
github.com/rogpeppe/go-internal v1.3.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.0.1 // indirect | ||
github.com/sclevine/spec v1.2.0 // indirect | ||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
github.com/sirupsen/logrus v1.6.0 // indirect | ||
github.com/soheilhy/cmux v0.1.4 // indirect | ||
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 // indirect | ||
github.com/spf13/afero v1.1.2 // indirect | ||
github.com/spf13/cast v1.3.0 // indirect | ||
github.com/spf13/cobra v1.0.0 // indirect | ||
github.com/spf13/jwalterweatherman v1.0.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.4.0 // indirect | ||
github.com/stretchr/objx v0.2.0 // indirect | ||
github.com/stretchr/testify v1.6.1 // indirect | ||
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect | ||
github.com/ugorji/go v1.1.4 // indirect | ||
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect | ||
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect | ||
github.com/yuin/goldmark v1.2.1 // indirect | ||
go.etcd.io/bbolt v1.3.2 // indirect | ||
go.opencensus.io v0.22.3 // indirect | ||
go.uber.org/atomic v1.4.0 // indirect | ||
go.uber.org/multierr v1.1.0 // indirect | ||
go.uber.org/zap v1.10.0 // indirect | ||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect | ||
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect | ||
golang.org/x/image v0.0.0-20190802002840-cff245a6509b // indirect | ||
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect | ||
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 // indirect | ||
golang.org/x/mod v0.3.0 // indirect | ||
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect | ||
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect | ||
golang.org/x/sys v0.23.0 // indirect | ||
golang.org/x/term v0.23.0 // indirect | ||
golang.org/x/text v0.3.4 // indirect | ||
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect | ||
golang.org/x/tools v0.0.0-20200916195026-c9a70fc28ce3 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/api v0.22.0 // indirect | ||
google.golang.org/appengine v1.6.6 // indirect | ||
google.golang.org/grpc v1.29.1 // indirect | ||
google.golang.org/protobuf v1.24.0 // indirect | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
gopkg.in/errgo.v2 v2.1.0 // indirect | ||
gopkg.in/fsnotify.v1 v1.4.7 // indirect | ||
gopkg.in/resty.v1 v1.12.0 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/yaml.v2 v2.3.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect | ||
gotest.tools v2.2.0+incompatible // indirect | ||
honnef.co/go/tools v0.0.1-2020.1.3 // indirect | ||
k8s.io/code-generator v0.20.1 // indirect | ||
k8s.io/gengo v0.0.0-20201113003025-83324d819ded // indirect | ||
k8s.io/klog/v2 v2.4.0 // indirect | ||
k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd // indirect | ||
rsc.io/binaryregexp v0.2.0 // indirect | ||
rsc.io/quote/v3 v3.1.0 // indirect | ||
rsc.io/sampler v1.3.0 // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.0.2 // indirect | ||
sigs.k8s.io/yaml v1.2.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters