Skip to content

Commit 58d3240

Browse files
authored
fix: kausalco/public -> grafana/jsonnet-libs (#199)
Whenever this migration was done, it was not complete, because there were still some import paths referring to the old location. This is actually a problem, because jsonnet-bundler thinks those are separate packages, leading to unnoticed clashes
1 parent 78a2b33 commit 58d3240

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017 Kausal Ltd.
1+
Copyright (c) 2020 Grafana Labs
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

consul-mixin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<img align="right" width="200" height="129" src="dashboard.png">
44

55
Grafana dashboards and Prometheus alerts for operating Consul, in the form
6-
of a monitoring mixin. They are easiest to use with the [prometheus-ksonnet](https://github.com/kausalco/public/tree/master/prometheus-ksonnet)
6+
of a monitoring mixin. They are easiest to use with the [prometheus-ksonnet](https://github.com/grafana/jsonnet-libs/tree/master/prometheus-ksonnet)
77
package.
88

99
To install this mixin, use [ksonnet](https://ksonnet.io/):
1010

1111
```sh
1212
$ go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
13-
$ jb install github.com/kausalco/public/consul-mixin
13+
$ jb install github.com/grafana/jsonnet-libs/consul-mixin
1414
```
1515

1616
Then to use, in your environment's `main.jsonnet` file:

consul-mixin/jsonnetfile.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"name": "grafana-builder",
55
"source": {
66
"git": {
7-
"remote": "https://github.com/kausalco/public",
7+
"remote": "https://github.com/grafana/jsonnet-libs",
88
"subdir": "grafana-builder"
99
}
1010
},
1111
"version": "master"
1212
}
1313
]
14-
}
14+
}

memcached-mixin/jsonnetfile.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"name": "grafana-builder",
55
"source": {
66
"git": {
7-
"remote": "https://github.com/kausalco/public",
7+
"remote": "https://github.com/grafana/jsonnet-libs",
88
"subdir": "grafana-builder"
99
}
1010
},
1111
"version": "master"
1212
}
1313
]
14-
}
14+
}

oauth2-proxy/jsonnetfile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "ksonnet-util",
55
"source": {
66
"git": {
7-
"remote": "https://github.com/kausalco/public",
7+
"remote": "https://github.com/grafana/jsonnet-libs",
88
"subdir": "ksonnet-util"
99
}
1010
},

0 commit comments

Comments
 (0)