-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the all-go-dependencies group with 3 updates
Bumps the all-go-dependencies group with 3 updates: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go), [github.com/grafana/grafana-aws-sdk](https://github.com/grafana/grafana-aws-sdk) and [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go). Updates `github.com/aws/aws-sdk-go` from 1.44.323 to 1.55.5 - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.44.323...v1.55.5) Updates `github.com/grafana/grafana-aws-sdk` from 0.20.0 to 0.31.4 - [Release notes](https://github.com/grafana/grafana-aws-sdk/releases) - [Changelog](https://github.com/grafana/grafana-aws-sdk/blob/main/CHANGELOG.md) - [Commits](grafana/grafana-aws-sdk@v0.20.0...v0.31.4) Updates `github.com/grafana/grafana-plugin-sdk-go` from 0.240.0 to 0.258.0 - [Release notes](https://github.com/grafana/grafana-plugin-sdk-go/releases) - [Commits](grafana/grafana-plugin-sdk-go@v0.240.0...v0.258.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-dependencies - dependency-name: github.com/grafana/grafana-aws-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-dependencies - dependency-name: github.com/grafana/grafana-plugin-sdk-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
6802855
commit 625db7c
Showing
2 changed files
with
191 additions
and
581 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,105 +1,116 @@ | ||
module github.com/grafana/grafana-iot-twinmaker-app | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.3 | ||
toolchain go1.23.2 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go v1.44.323 | ||
github.com/aws/aws-sdk-go v1.55.5 | ||
github.com/google/uuid v1.6.0 | ||
github.com/gorilla/mux v1.8.1 | ||
github.com/grafana/grafana-aws-sdk v0.20.0 | ||
github.com/grafana/grafana-plugin-sdk-go v0.240.0 | ||
github.com/grafana/grafana-aws-sdk v0.31.4 | ||
github.com/grafana/grafana-plugin-sdk-go v0.258.0 | ||
github.com/magefile/mage v1.15.0 | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | ||
github.com/stretchr/testify v1.9.0 | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.3.2 // indirect | ||
github.com/BurntSushi/toml v1.4.0 // indirect | ||
github.com/apache/arrow/go/v15 v15.0.2 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/cheekybits/genny v1.0.0 // indirect | ||
github.com/chromedp/cdproto v0.0.0-20230914224007-a15a36ccbc2e // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect | ||
github.com/chromedp/cdproto v0.0.0-20240810084448-b931b754e476 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a // indirect | ||
github.com/fatih/color v1.15.0 // indirect | ||
github.com/getkin/kin-openapi v0.124.0 // indirect | ||
github.com/elazarl/goproxy v0.0.0-20240726154733-8b0c20506380 // indirect | ||
github.com/fatih/color v1.17.0 // indirect | ||
github.com/getkin/kin-openapi v0.127.0 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-openapi/jsonpointer v0.20.2 // indirect | ||
github.com/go-openapi/swag v0.22.8 // indirect | ||
github.com/goccy/go-json v0.10.2 // indirect | ||
github.com/go-openapi/jsonpointer v0.21.0 // indirect | ||
github.com/go-openapi/swag v0.23.0 // indirect | ||
github.com/goccy/go-json v0.10.3 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/flatbuffers v23.5.26+incompatible // indirect | ||
github.com/google/flatbuffers v24.3.25+incompatible // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/grafana/dataplane/sdata v0.0.9 // indirect | ||
github.com/grafana/otel-profiling-go v0.5.1 // indirect | ||
github.com/grafana/pyroscope-go/godeltaprof v0.1.7 // indirect | ||
github.com/grafana/sqlds/v2 v2.3.10 // indirect | ||
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 // indirect | ||
github.com/grafana/sqlds/v4 v4.1.2 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect | ||
github.com/hashicorp/go-hclog v1.6.3 // indirect | ||
github.com/hashicorp/go-plugin v1.6.1 // indirect | ||
github.com/hashicorp/yamux v0.1.1 // indirect | ||
github.com/invopop/yaml v0.2.0 // indirect | ||
github.com/invopop/yaml v0.3.1 // 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/jszwedko/go-datemath v0.1.1-0.20230526204004-640a500621d6 // indirect | ||
github.com/klauspost/compress v1.17.3 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.5 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.8 // 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.19 // indirect | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.16 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/go-testing-interface v1.14.1 // indirect | ||
github.com/mithrandie/csvq v1.18.1 // indirect | ||
github.com/mithrandie/csvq-driver v1.7.0 // indirect | ||
github.com/mithrandie/go-file/v2 v2.1.0 // indirect | ||
github.com/mithrandie/go-text v1.6.0 // indirect | ||
github.com/mithrandie/ternary v1.1.1 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/oklog/run v1.1.0 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/perimeterx/marshmallow v1.1.5 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.18 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.21 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_golang v1.19.1 // indirect | ||
github.com/prometheus/client_golang v1.20.5 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.54.0 // indirect | ||
github.com/prometheus/procfs v0.14.0 // indirect | ||
github.com/prometheus/common v0.60.0 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/smartystreets/goconvey v1.6.4 // 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-20200308114134-929b1006e34a // indirect | ||
github.com/urfave/cli v1.22.15 // indirect | ||
github.com/urfave/cli v1.22.16 // indirect | ||
github.com/zeebo/xxh3 v1.0.2 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.53.0 // indirect | ||
go.opentelemetry.io/contrib/propagators/jaeger v1.28.0 // indirect | ||
go.opentelemetry.io/contrib/samplers/jaegerremote v0.20.0 // indirect | ||
go.opentelemetry.io/otel v1.28.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.28.0 // indirect | ||
go.opentelemetry.io/otel/sdk v1.28.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.28.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.56.0 // indirect | ||
go.opentelemetry.io/contrib/propagators/jaeger v1.31.0 // indirect | ||
go.opentelemetry.io/contrib/samplers/jaegerremote v0.25.0 // indirect | ||
go.opentelemetry.io/otel v1.31.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.31.0 // indirect | ||
go.opentelemetry.io/otel/sdk v1.31.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.31.0 // indirect | ||
go.opentelemetry.io/proto/otlp v1.3.1 // indirect | ||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect | ||
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/net v0.26.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect | ||
google.golang.org/grpc v1.64.1 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
golang.org/x/crypto v0.28.0 // indirect | ||
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect | ||
golang.org/x/mod v0.20.0 // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/term v0.25.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
golang.org/x/tools v0.24.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect | ||
google.golang.org/grpc v1.67.1 // indirect | ||
google.golang.org/protobuf v1.35.1 // indirect | ||
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.