forked from telekom-mms/grafiport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (24 loc) · 952 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module grafiport
go 1.19
require (
github.com/gosimple/slug v1.1.1
github.com/grafana/grafana-api-golang-client v0.18.4
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/lipgloss v0.7.1 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.6.0 // indirect
)
require (
github.com/charmbracelet/log v0.2.1
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
)
replace github.com/grafana/grafana-api-golang-client v0.18.4 => github.com/flkhndlr/grafana-api-golang-client v0.0.0-20230418085834-3a31f6f74a09