blob: c32e09435fa907c0bf15c616d91cf83da34e4aef [file] [log] [blame]
module go.skia.org/infra
exclude (
// gnostic v0.4.1 renames a package, which breaks k8s.io/client-go. I'm
// not sure why "go get -u" wants to update gnostic, since
// k8s.io/client-go is the only module in the graph which wants it, and
// its go.mod has v0.1.0. This should be a temporary exclude, 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.
github.com/googleapis/gnostic v0.4.1
// 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.
k8s.io/client-go v1.4.0
k8s.io/client-go v1.5.0
k8s.io/client-go v1.5.1
k8s.io/client-go v10.0.0+incompatible
k8s.io/client-go v11.0.0+incompatible
k8s.io/client-go v12.0.0+incompatible
k8s.io/client-go v2.0.0+incompatible
k8s.io/client-go v3.0.0+incompatible
k8s.io/client-go v4.0.0+incompatible
k8s.io/client-go v5.0.0+incompatible
k8s.io/client-go v5.0.1+incompatible
k8s.io/client-go v6.0.0+incompatible
k8s.io/client-go v7.0.0+incompatible
k8s.io/client-go v8.0.0+incompatible
k8s.io/client-go v9.0.0+incompatible
)
require (
cloud.google.com/go v0.52.0
cloud.google.com/go/bigtable v1.2.0
cloud.google.com/go/datastore v1.0.0
cloud.google.com/go/firestore v1.1.1
cloud.google.com/go/logging v1.0.0
cloud.google.com/go/pubsub v1.2.0
cloud.google.com/go/storage v1.5.0
contrib.go.opencensus.io/exporter/stackdriver v0.13.0
github.com/Jeffail/gabs/v2 v2.4.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/PuerkitoBio/goquery v1.5.1
github.com/VividCortex/godaemon v0.0.0-20150910212227-3d9f6e0b234f
github.com/a8m/envsubst v1.1.0
github.com/aws/aws-sdk-go v1.29.1 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37 // indirect
github.com/davecgh/go-spew v1.1.1
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/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f // indirect
github.com/gogo/protobuf v1.3.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/golang/mock v1.4.0
github.com/golang/protobuf v1.3.3
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-github/v29 v29.0.3
github.com/google/go-licenses v0.0.0-20191220124820-2ee7a02f6ae4
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/licenseclassifier v0.0.0-20200108231022-9dfa8d8474eb // indirect
github.com/google/uuid v1.1.1
github.com/googleapis/gnostic v0.4.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20190915194858-d3ddacdb130f // indirect
github.com/gorilla/csrf v1.6.2
github.com/gorilla/mux v1.7.4
github.com/gorilla/securecookie v1.1.1
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/golang-lru v0.5.4
github.com/huandu/xstrings v1.3.0 // indirect
github.com/huin/goserial v0.0.0-20121012073615-7b90efdb22b1
github.com/imdario/mergo v0.3.8 // indirect
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/kylelemons/godebug v1.1.0 // indirect
github.com/maruel/subcommands v0.0.0-20200206125935-de1d40e70d4b // indirect
github.com/maruel/ut v1.0.1 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/onsi/ginkgo v1.10.2 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v1.4.1
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d // indirect
github.com/russross/blackfriday/v2 v2.0.1
github.com/sergi/go-diff v1.1.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/skia-dev/go-systemd v0.0.0-20181025131956-1cc903e82ae4
github.com/skia-dev/google-api-go-client v0.10.1-0.20200109184256-16c3d6f408b2
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.4.0
github.com/syndtr/goleveldb v1.0.0
github.com/texttheater/golang-levenshtein v0.0.0-20191208221605-eb6844b05fc6
github.com/unrolled/secure v1.0.7
github.com/vektra/mockery v0.0.0-20181123154057-e78b021dcbb5
github.com/willf/bitset v1.1.10
github.com/yosuke-furukawa/json5 v0.1.1 // indirect
github.com/zeebo/bencode v1.0.0
go.chromium.org/luci v0.0.0-20200213073310-0f62d3943997
go.opencensus.io v0.22.3
golang.org/x/crypto v0.0.0-20200210222208-86ce3cb69678
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
golang.org/x/tools v0.0.0-20200213144451-3187b3c41574
google.golang.org/api v0.17.0
google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce
google.golang.org/grpc v1.27.0
gopkg.in/fsnotify.v1 v1.4.7
gopkg.in/ini.v1 v1.52.0 // indirect
gopkg.in/olivere/elastic.v5 v5.0.84
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/yaml.v2 v2.2.8
k8s.io/apimachinery v0.17.3
k8s.io/client-go v0.17.3
k8s.io/utils v0.0.0-20200124190032-861946025e34 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
)
go 1.13