Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit d69b722

Browse files
Dashboards are pulled from the configured Git repository (#16)
closes #6 Co-authored-by: Marius Oehler <[email protected]>
1 parent bbe19eb commit d69b722

File tree

5 files changed

+396
-276
lines changed

5 files changed

+396
-276
lines changed

go.mod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ module github.com/grafana/grafana-starter-datasource-backend
33
go 1.16
44

55
require (
6-
github.com/go-git/go-billy/v5 v5.3.1
6+
github.com/NovatecConsulting/grafana-api-go-sdk v0.0.0-20211203135348-8e37b5a1ceb0
77
github.com/go-git/go-git/v5 v5.4.2
8-
github.com/gosimple/slug v1.10.0 // indirect
9-
github.com/grafana-tools/sdk v0.0.0-20210831082851-2de27e0f2577
10-
github.com/grafana/grafana-plugin-sdk-go v0.112.0
8+
github.com/gosimple/slug v1.11.2 // indirect
9+
github.com/grafana/grafana-plugin-sdk-go v0.120.0
1110
github.com/sergi/go-diff v1.2.0 // indirect
12-
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
11+
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
1312
gopkg.in/src-d/go-billy.v4 v4.3.2
1413
gopkg.in/src-d/go-git.v4 v4.13.1
1514
)

0 commit comments

Comments
 (0)