blob: ab15210d292b9bc4fb1d7d4a6406bb7266e7ccaa [file] [log] [blame]
module go.skia.org/infra
exclude (
// NOTE: "go get", "go mod tidy", etc will re-order these excludes, so
// we can't simply group them under one comment. Instead, add a comment
// near the top of this section and then add comments at the end of
// specific exclude lines pointing to them.
// 1. gnostic v0.4.1 renames a package, which breaks k8s.io/client-go.
// This should be temporary, until client-go updates to use the new
// package name. New excludes may need to be added, in the event that
// new versions of gnostic are released before client-go updates.
// 2. k8s.io/client-go had a number of releases before adopting go
// modules, and those releases are now incompatible with go modules due
// to their module path. After switching to go modules, client-go
// started using v0.x.y versions, which makes the module path compatible
// but breaks the assumption of "go get -u" that higher-numbered
// releases are newer. So we have to ignore these tags indefinitely or
// until client-go releases go modules-compatible versions which are
// higher than these old versions.
github.com/googleapis/gnostic v0.4.1 // #1
k8s.io/client-go v1.4.0 // #2
k8s.io/client-go v1.5.0 // #2
k8s.io/client-go v1.5.1 // #2
k8s.io/client-go v10.0.0+incompatible // #2
k8s.io/client-go v11.0.0+incompatible // #2
k8s.io/client-go v12.0.0+incompatible // #2
k8s.io/client-go v2.0.0+incompatible // #2
k8s.io/client-go v3.0.0+incompatible // #2
k8s.io/client-go v4.0.0+incompatible // #2
k8s.io/client-go v5.0.0+incompatible // #2
k8s.io/client-go v5.0.1+incompatible // #2
k8s.io/client-go v6.0.0+incompatible // #2
k8s.io/client-go v7.0.0+incompatible // #2
k8s.io/client-go v8.0.0+incompatible // #2
k8s.io/client-go v9.0.0+incompatible // #2
)
// We're using this fork-of-a-fork which contains various bug fixes and adds
// support for things like enums. We can remove it if/when those changes ever
// get upstreamed.
replace go.larrymyers.com/protoc-gen-twirp_typescript => github.com/skia-dev/protoc-gen-twirp_typescript v0.0.0-20200902150932-4a52797b9171
require (
cloud.google.com/go v0.70.0
cloud.google.com/go/bigtable v1.6.0
cloud.google.com/go/datastore v1.3.0
cloud.google.com/go/firestore v1.3.0
cloud.google.com/go/logging v1.1.1
cloud.google.com/go/pubsub v1.8.2
cloud.google.com/go/storage v1.12.0
contrib.go.opencensus.io/exporter/stackdriver v0.13.4
github.com/GeertJohan/go.rice v1.0.0
github.com/Jeffail/gabs/v2 v2.6.0
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/OneOfOne/struct2ts v1.0.4 // indirect
github.com/PuerkitoBio/goquery v1.6.0
github.com/a8m/envsubst v1.2.0
github.com/aclements/go-moremath v0.0.0-20190830160640-d16893ddf098
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/aws/aws-sdk-go v1.35.18 // indirect
github.com/bazelbuild/bazel-gazelle v0.21.1 // indirect
github.com/bazelbuild/buildtools v0.0.0-20201102150426-f0f162f0456b // indirect
github.com/bazelbuild/remote-apis v0.0.0-20201209220655-9e72daff42c9
github.com/bazelbuild/remote-apis-sdks v0.0.0-20201110004117-e776219c9bb7
github.com/bazelbuild/rules_go v0.25.0 // indirect
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
github.com/codegangsta/negroni v1.0.0 // indirect
github.com/containerd/containerd v1.4.1 // indirect
github.com/coreos/go-systemd/v22 v22.1.0
github.com/daaku/go.zipexe v1.0.1 // indirect
github.com/danjacques/gofslock v0.0.0-20200623023034-5d0bd0fa6ef0 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dgraph-io/ristretto v0.0.3
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/fiorix/go-web v1.0.1-0.20150221144011-5b593f1e8966
github.com/flynn/json5 v0.0.0-20160717195620-7620272ed633
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-logr/logr v0.2.1 // indirect
github.com/go-python/gpython v0.0.3
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/golang-migrate/migrate/v4 v4.13.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/golang/mock v1.4.4
github.com/golang/protobuf v1.4.3
github.com/golang/snappy v0.0.2 // indirect
github.com/google/go-github/v29 v29.0.3
github.com/google/go-licenses v0.0.0-20201026145851-73411c8fa237
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/licenseclassifier v0.0.0-20200402202327-879cb1424de0 // indirect
github.com/google/martian/v3 v3.1.0 // indirect
github.com/google/uuid v1.1.2
github.com/googleapis/gnostic v0.5.3 // indirect
github.com/gophercloud/gophercloud v0.1.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/gorilla/csrf v1.7.0 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/securecookie v1.1.1
github.com/hako/durafmt v0.0.0-20200710122514-c0fb7b4da026
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.0
github.com/hashicorp/golang-lru v0.5.4
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgconn v1.7.0 // indirect
github.com/jackc/pgtype v1.5.0
github.com/jackc/pgx/v4 v4.9.0
github.com/jcgregorio/logger v0.1.2
github.com/jcgregorio/slog v0.0.0-20190423190439-e6f2d537f900
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/kisielk/errcheck v1.2.0
github.com/klauspost/compress v1.11.2 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/lib/pq v1.8.0 // indirect
github.com/luci/gtreap v0.0.0-20161228054646-35df89791e8f // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/maruel/subcommands v0.0.0-20200206125935-de1d40e70d4b // indirect
github.com/maruel/ut v1.0.1 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/neo4j-drivers/gobolt v1.7.4 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/nxadm/tail v1.4.5 // indirect
github.com/onsi/ginkgo v1.14.2 // indirect
github.com/onsi/gomega v1.10.3 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/peterh/liner v1.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v1.8.0
github.com/robertkrimen/otto v0.0.0-20200922221731-ef014fd054ac // indirect
github.com/rs/cors v1.6.0
github.com/russross/blackfriday/v2 v2.0.1
github.com/sergi/go-diff v1.1.0 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/skia-dev/go2ts v1.4.0
github.com/skia-dev/google-api-go-client v0.10.1-0.20200109184256-16c3d6f408b2
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/spf13/afero v1.4.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.1
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/syndtr/goleveldb v1.0.0
github.com/texttheater/golang-levenshtein v1.0.1
github.com/twitchtv/twirp v7.1.0+incompatible
github.com/ugorji/go v1.1.4 // indirect
github.com/unrolled/secure v1.0.8
github.com/urfave/cli/v2 v2.3.0
github.com/willf/bitset v1.1.11
github.com/yosuke-furukawa/json5 v0.1.1 // indirect
github.com/zeebo/bencode v1.0.0
go.chromium.org/gae v0.0.0-20190826183307-50a499513efa // indirect
go.chromium.org/luci v0.0.0-20201029184154-594d11850ebf
go.larrymyers.com/protoc-gen-twirp_typescript v0.0.0-20201012232926-5c91a3223921
go.opencensus.io v0.22.5
go.starlark.net v0.0.0-20201118183435-e55f603d8c79 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/net v0.0.0-20201029221708-28c70e62bb1d // indirect
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/sys v0.0.0-20201029080932-201ba4db2418 // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
golang.org/x/tools v0.0.0-20201030010431-2feb2bb1ff51
google.golang.org/api v0.34.0
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20201029200359-8ce4113da6f7
google.golang.org/grpc v1.33.1
google.golang.org/protobuf v1.25.0
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/fsnotify.v1 v1.4.7
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/olivere/elastic.v5 v5.0.86
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
honnef.co/go/tools v0.0.1-2020.1.6 // indirect
k8s.io/api v0.19.3
k8s.io/apimachinery v0.19.3
k8s.io/client-go v0.19.3
k8s.io/klog v1.0.0 // indirect
k8s.io/klog/v2 v2.4.0 // indirect
k8s.io/kube-openapi v0.0.0-20200923155610-8b5066479488 // indirect
k8s.io/utils v0.0.0-20201027101359-01387209bb0d // indirect
rsc.io/sampler v1.99.99 // indirect
sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect
)
go 1.13