Skip to content

Commit

Permalink
use updated library
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantxu committed Feb 20, 2024
1 parent 1188d48 commit e0715c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.21.3
require (
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/davecgh/go-spew v1.1.1
github.com/grafana/grafana-plugin-sdk-go v0.211.1-0.20240217022158-238f7c9d8816
github.com/grafana/grafana-plugin-sdk-go v0.212.1-0.20240220160848-1fe487a68394
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/stretchr/testify v1.8.4
golang.org/x/oauth2 v0.16.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ github.com/grafana/grafana-plugin-sdk-go v0.211.1-0.20240216223058-4ae1f0c8c645
github.com/grafana/grafana-plugin-sdk-go v0.211.1-0.20240216223058-4ae1f0c8c645/go.mod h1:udcOq6XFvGNKu427UuCSGOO1bMT+JPSa1Cz4YE2xB0o=
github.com/grafana/grafana-plugin-sdk-go v0.211.1-0.20240217022158-238f7c9d8816 h1:m1JayeML+QidooyEt1CPAfRG37Znf8fUyZzkLcy182A=
github.com/grafana/grafana-plugin-sdk-go v0.211.1-0.20240217022158-238f7c9d8816/go.mod h1:udcOq6XFvGNKu427UuCSGOO1bMT+JPSa1Cz4YE2xB0o=
github.com/grafana/grafana-plugin-sdk-go v0.212.1-0.20240220160848-1fe487a68394 h1:YYpO/Bt3ZYC4MIoBxDTYxSR14DEWiaS0GbxlwvAba6E=
github.com/grafana/grafana-plugin-sdk-go v0.212.1-0.20240220160848-1fe487a68394/go.mod h1:udcOq6XFvGNKu427UuCSGOO1bMT+JPSa1Cz4YE2xB0o=
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 h1:UH//fgunKIs4JdUbpDl1VZCDaL56wXCB/5+wF6uHfaI=
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0/go.mod h1:g5qyo/la0ALbONm6Vbp88Yd8NsDy6rZz+RcrMPxvld8=
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=
Expand Down
2 changes: 1 addition & 1 deletion pkg/models/schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ func TestSchemaDefinitions(t *testing.T) {
require.NoError(t, err)

// Update the query schemas resource
builder.UpdateQueryDefinition(t, "../../src/static/schema/query.schema.json")
builder.UpdateQueryDefinition(t, "../../src/static/schema/query.types.json")
}
File renamed without changes.

0 comments on commit e0715c7

Please sign in to comment.