Skip to content

Commit

Permalink
Update grafana-apiserver version
Browse files Browse the repository at this point in the history
  • Loading branch information
charandas committed Jul 8, 2023
1 parent 3bd8181 commit ff908e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.open

replace go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc => go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35.0

replace github.com/grafana/grafana-apiserver => /Users/charandas/go/src/github.com/grafana/grafana-apiserver

// Override Prometheus version because Prometheus v2.X is tagged as v0.X for Go modules purposes and Go assumes
// that v1.Y is higher than v0.X, so when we resolve dependencies if any dependency imports v1.Y we'd
// import that instead of v0.X even though v0.X is newer.
Expand Down Expand Up @@ -269,7 +267,7 @@ require (
github.com/grafana/dataplane/examples v0.0.0-20230404174214-4d6fd58a18ad
github.com/grafana/dataplane/sdata v0.0.6
github.com/grafana/go-mssqldb v0.9.1
github.com/grafana/grafana-apiserver v0.0.0-20230614122112-17ea0d477b83
github.com/grafana/grafana-apiserver v0.0.0-20230708003113-8a0ae77345b1
github.com/grafana/kindsys v0.0.0-20230508162304-452481b63482
github.com/grafana/thema v0.0.0-20230615161902-b6e21996aef8
github.com/ory/fosite v0.44.1-0.20230317114349-45a6785cc54f
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,8 @@ github.com/grafana/go-mssqldb v0.9.1 h1:3CqteWF0CadwXV9f3FxoI+i3uSW3azjTlQipyOJt
github.com/grafana/go-mssqldb v0.9.1/go.mod h1:HTCsUqZdb7oIO7jc37YauiSB5C3P/13AnpctVWBhlus=
github.com/grafana/go-mssqldb v0.9.2 h1:FkyRJR4ywsT07iMtpFMHStrl8uuNkGIwp253Fee06z8=
github.com/grafana/go-mssqldb v0.9.2/go.mod h1:HTCsUqZdb7oIO7jc37YauiSB5C3P/13AnpctVWBhlus=
github.com/grafana/grafana-apiserver v0.0.0-20230708003113-8a0ae77345b1 h1:xq8iywYlN5BS21pGV3rgHx42biYojoExSkpX5Ffo9c4=
github.com/grafana/grafana-apiserver v0.0.0-20230708003113-8a0ae77345b1/go.mod h1:uTVG/bY4RX9LKpt9nNtV5Zo5HkOrnXidryjiSoq6ZAQ=
github.com/grafana/grafana-aws-sdk v0.15.0 h1:ZOPHQcC5NUFi1bLTwnju91G0KmGh1z+qXOKj9nDfxNs=
github.com/grafana/grafana-aws-sdk v0.15.0/go.mod h1:rCXLYoMpPqF90U7XqgVJ1HIAopFVF0bB3SXBVEJIm3I=
github.com/grafana/grafana-azure-sdk-go v1.7.0 h1:2EAPwNl/qsDMHwKjlzaHif+H+bHcF1W7sM8/jAcxVcI=
Expand Down

0 comments on commit ff908e4

Please sign in to comment.