-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into dependabot/go_modules/github.com/docker/d…
…ocker-24.0.9incompatible
- Loading branch information
Showing
4 changed files
with
597 additions
and
1,762 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,77 +1,167 @@ | ||
module github.com/ohsu-comp-bio/funnel | ||
|
||
go 1.13 | ||
go 1.21 | ||
|
||
toolchain go1.21.5 | ||
|
||
require ( | ||
cloud.google.com/go/datastore v1.11.0 | ||
cloud.google.com/go/pubsub v1.30.0 | ||
cloud.google.com/go/datastore v1.15.0 | ||
cloud.google.com/go/pubsub v1.36.1 | ||
github.com/Microsoft/go-winio v0.4.14 // indirect | ||
github.com/Shopify/sarama v1.26.1 | ||
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect | ||
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d | ||
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 | ||
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 | ||
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 | ||
github.com/aws/aws-sdk-go v1.13.54 | ||
github.com/aws/aws-sdk-go v1.51.29 | ||
github.com/boltdb/bolt v1.3.1 | ||
github.com/cenkalti/backoff v2.2.1+incompatible | ||
github.com/dgraph-io/badger/v2 v2.0.1 | ||
github.com/dgraph-io/badger/v2 v2.2007.4 | ||
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect | ||
github.com/docker/distribution v2.7.1+incompatible // indirect | ||
github.com/docker/docker v24.0.9+incompatible | ||
github.com/docker/docker v25.0.3+incompatible | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/elazarl/go-bindata-assetfs v1.0.0 | ||
github.com/gammazero/workerpool v0.0.0-20200206003619-019d125201ab | ||
github.com/elazarl/go-bindata-assetfs v1.0.1 | ||
github.com/gammazero/workerpool v1.1.3 | ||
github.com/getlantern/deepcopy v0.0.0-20160317154340-7f45deb8130a | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/gizak/termui v2.3.0+incompatible | ||
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 | ||
github.com/go-ini/ini v1.52.0 // indirect | ||
github.com/go-ole/go-ole v1.2.1 // indirect | ||
github.com/go-test/deep v1.0.5 | ||
github.com/golang/gddo v0.0.0-20200219175727-df439dd5819e | ||
github.com/golang/protobuf v1.5.3 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 | ||
github.com/go-ini/ini v1.67.0 // indirect | ||
github.com/go-test/deep v1.1.0 | ||
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f | ||
github.com/golang/protobuf v1.5.4 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 | ||
github.com/grpc-ecosystem/grpc-gateway v1.16.0 | ||
github.com/imdario/mergo v0.3.8 | ||
github.com/jlaffaye/ftp v0.0.0-20191218041957-e1b8fdd0dcc3 | ||
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect | ||
github.com/jlaffaye/ftp v0.2.0 | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 | ||
github.com/kr/pretty v0.3.0 | ||
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381 | ||
github.com/maruel/panicparse v1.3.0 // indirect | ||
github.com/mattn/go-runewidth v0.0.8 // indirect | ||
github.com/kr/pretty v0.3.1 | ||
github.com/logrusorgru/aurora v2.0.3+incompatible | ||
github.com/maruel/panicparse v1.6.2 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/minio/minio-go v6.0.14+incompatible | ||
github.com/mitchellh/go-wordwrap v1.0.0 // indirect | ||
github.com/mitchellh/go-wordwrap v1.0.1 // indirect | ||
github.com/moby/term v0.5.0 // indirect | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/ncw/swift v1.0.50 | ||
github.com/nsf/termbox-go v0.0.0-20200204031403-4d2b513ad8be // indirect | ||
github.com/ncw/swift v1.0.53 | ||
github.com/nsf/termbox-go v1.1.1 // indirect | ||
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d | ||
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect | ||
github.com/prometheus/client_golang v1.18.0 | ||
github.com/prometheus/common v0.46.0 | ||
github.com/rs/xid v1.5.0 | ||
github.com/shirou/gopsutil v3.21.11+incompatible | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/spf13/cobra v1.8.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/testify v1.8.4 | ||
golang.org/x/crypto v0.22.0 | ||
golang.org/x/net v0.24.0 | ||
golang.org/x/oauth2 v0.19.0 | ||
golang.org/x/time v0.5.0 | ||
google.golang.org/api v0.176.1 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 | ||
google.golang.org/grpc v1.63.2 | ||
gopkg.in/olivere/elastic.v5 v5.0.86 | ||
k8s.io/api v0.29.1 | ||
k8s.io/apimachinery v0.29.1 | ||
k8s.io/client-go v0.29.1 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.112.0 // indirect | ||
cloud.google.com/go/auth v0.3.0 // indirect | ||
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect | ||
cloud.google.com/go/compute/metadata v0.3.0 // indirect | ||
cloud.google.com/go/iam v1.1.6 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash v1.1.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/containerd/log v0.1.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgraph-io/ristretto v0.1.1 // indirect | ||
github.com/distribution/reference v0.5.0 // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/eapache/go-resiliency v1.5.0 // indirect | ||
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect | ||
github.com/eapache/queue v1.1.0 // indirect | ||
github.com/emicklei/go-restful/v3 v3.11.2 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/gammazero/deque v0.2.1 // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-ole/go-ole v1.3.0 // indirect | ||
github.com/go-openapi/jsonpointer v0.20.2 // indirect | ||
github.com/go-openapi/jsonreference v0.20.4 // indirect | ||
github.com/go-openapi/swag v0.22.9 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/glog v1.2.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/gnostic-models v0.6.8 // indirect | ||
github.com/google/gofuzz v1.2.0 // indirect | ||
github.com/google/s2a-go v0.1.7 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect | ||
github.com/googleapis/gax-go/v2 v2.12.3 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/go-uuid v1.0.3 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/jcmturner/gofork v1.7.6 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.17.5 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.0.2 // indirect | ||
github.com/prometheus/client_golang v1.4.1 | ||
github.com/prometheus/common v0.9.1 | ||
github.com/rs/xid v1.2.1 | ||
github.com/pierrec/lz4 v2.4.1+incompatible // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_model v0.5.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/rogpeppe/go-internal v1.11.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/sergi/go-diff v1.1.0 // indirect | ||
github.com/shirou/gopsutil v2.20.1+incompatible | ||
github.com/sirupsen/logrus v1.5.0 | ||
github.com/smartystreets/goconvey v1.6.4 // indirect | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/testify v1.8.3 | ||
golang.org/x/crypto v0.14.0 | ||
golang.org/x/net v0.17.0 | ||
golang.org/x/oauth2 v0.7.0 | ||
golang.org/x/time v0.3.0 | ||
google.golang.org/api v0.114.0 | ||
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 | ||
google.golang.org/grpc v1.56.3 | ||
gopkg.in/ini.v1 v1.51.0 // indirect | ||
gopkg.in/olivere/elastic.v5 v5.0.84 | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
github.com/tklauser/go-sysconf v0.3.12 // indirect | ||
github.com/tklauser/numcpus v0.6.1 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.3 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect | ||
go.opentelemetry.io/otel v1.24.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.23.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.24.0 // indirect | ||
go.opentelemetry.io/otel/sdk v1.23.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.24.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
golang.org/x/term v0.19.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect | ||
gopkg.in/jcmturner/dnsutils.v1 v1.0.1 // indirect | ||
gopkg.in/jcmturner/gokrb5.v7 v7.5.0 // indirect | ||
gopkg.in/jcmturner/rpc.v1 v1.1.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
gotest.tools/v3 v3.5.1 // indirect | ||
k8s.io/api v0.17.3 | ||
k8s.io/apimachinery v0.17.3 | ||
k8s.io/client-go v0.17.0 | ||
k8s.io/utils v0.0.0-20200124190032-861946025e34 // indirect | ||
k8s.io/klog/v2 v2.110.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect | ||
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect | ||
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect | ||
sigs.k8s.io/yaml v1.3.0 // indirect | ||
) |
Oops, something went wrong.