-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
103 additions
and
1,753 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
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,28 +1,91 @@ | ||
module github.com/GoogleCloudPlatform/cloud-logging-data-source-plugin | ||
|
||
go 1.16 | ||
go 1.22.1 | ||
|
||
require ( | ||
cloud.google.com/go/logging v1.7.0 | ||
github.com/fatih/color v1.15.0 // indirect | ||
github.com/grafana/grafana-google-sdk-go v0.2.1 | ||
github.com/grafana/grafana-plugin-sdk-go v0.156.0 | ||
github.com/stretchr/testify v1.8.3 | ||
golang.org/x/oauth2 v0.8.0 | ||
google.golang.org/api v0.126.0 | ||
google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20230629202037-9506855d4529 | ||
google.golang.org/protobuf v1.33.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.110.4 // indirect | ||
cloud.google.com/go/compute v1.20.1 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
cloud.google.com/go/iam v1.1.0 // indirect | ||
cloud.google.com/go/longrunning v0.5.1 // indirect | ||
github.com/BurntSushi/toml v1.2.1 // indirect | ||
github.com/apache/arrow/go/arrow v0.0.0-20211112161151-bc219186db40 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/cheekybits/genny v1.0.0 // indirect | ||
github.com/chromedp/cdproto v0.0.0-20220208224320-6efb837e6bc2 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/elazarl/goproxy v0.0.0-20220115173737-adb46da277ac // indirect | ||
github.com/fatih/color v1.15.0 // indirect | ||
github.com/getkin/kin-openapi v0.94.0 // indirect | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/go-openapi/jsonpointer v0.19.5 // indirect | ||
github.com/go-openapi/swag v0.19.15 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/flatbuffers v2.0.0+incompatible // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/s2a-go v0.1.4 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect | ||
github.com/googleapis/gax-go/v2 v2.11.0 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect | ||
github.com/hashicorp/go-hclog v1.4.0 // indirect | ||
github.com/hashicorp/go-plugin v1.4.9 // indirect | ||
github.com/hashicorp/yamux v0.1.1 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.16.3 // indirect | ||
github.com/magefile/mage v1.14.0 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattetti/filebuffer v1.0.1 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/mattn/go-runewidth v0.0.14 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/mitchellh/go-testing-interface v1.14.1 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/oklog/run v1.1.0 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.17 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_golang v1.14.0 // indirect | ||
github.com/prometheus/client_model v0.3.0 // indirect | ||
github.com/prometheus/common v0.42.0 // indirect | ||
github.com/prometheus/procfs v0.9.0 // indirect | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/stretchr/testify v1.8.3 | ||
golang.org/x/oauth2 v0.8.0 | ||
google.golang.org/api v0.126.0 | ||
google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20230629202037-9506855d4529 | ||
google.golang.org/protobuf v1.33.0 | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
github.com/unknwon/bra v0.0.0-20200517080246-1e3013ecaff8 // indirect | ||
github.com/unknwon/com v1.0.1 // indirect | ||
github.com/unknwon/log v0.0.0-20150304194804-e617c87089d3 // indirect | ||
github.com/urfave/cli v1.22.12 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/crypto v0.9.0 // indirect | ||
golang.org/x/net v0.10.0 // indirect | ||
golang.org/x/sys v0.8.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230629202037-9506855d4529 // indirect | ||
google.golang.org/grpc v1.56.2 // indirect | ||
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.