This repository was archived by the owner on Mar 17, 2021. It is now read-only.
File tree 4 files changed +25
-0
lines changed
4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ kind : pipeline
3
+ type : docker
4
+ name : default
5
+
6
+ steps :
7
+ - name : test
8
+ image : golang
9
+ commands :
10
+ - go mod download
11
+ - go test
Original file line number Diff line number Diff line change 1
1
# grafana-api-golang-client
2
2
3
+ [ ![ Build Status] ( https://cloud.drone.io/api/badges/nytm/go-grafana-api/status.svg )] ( https://cloud.drone.io/nytm/go-grafana-api )
4
+
3
5
Grafana HTTP API Client for Go
4
6
5
7
## Tests
Original file line number Diff line number Diff line change
1
+ module github.com/nytm/go-grafana-api
2
+
3
+ go 1.12
4
+
5
+ require (
6
+ github.com/gobs/pretty v0.0.0-20180724170744-09732c25a95b
7
+ github.com/hashicorp/go-cleanhttp v0.5.1
8
+ )
Original file line number Diff line number Diff line change
1
+ github.com/gobs/pretty v0.0.0-20180724170744-09732c25a95b h1:/vQ+oYKu+JoyaMPDsv5FzwuL2wwWBgBbtj/YLCi4LuA =
2
+ github.com/gobs/pretty v0.0.0-20180724170744-09732c25a95b /go.mod h1:Xo4aNUOrJnVruqWQJBtW6+bTBDTniY8yZum5rF3b5jw =
3
+ github.com/hashicorp/go-cleanhttp v0.5.1 h1:dH3aiDG9Jvb5r5+bYHsikaOUIpcM0xvgMXVoDkXMzJM =
4
+ github.com/hashicorp/go-cleanhttp v0.5.1 /go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80 =
You can’t perform that action at this time.
0 commit comments