-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
33 lines (27 loc) · 1.06 KB
/
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
30
31
32
33
module grafiport
go 1.21
toolchain go1.22.5
require (
github.com/gosimple/slug v1.14.0
github.com/grafana/grafana-api-golang-client v0.27.0
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/lipgloss v0.10.0 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/gosimple/unidecode v1.0.1 // 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.15 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/sys v0.13.0 // indirect
)
require (
github.com/charmbracelet/log v0.4.0
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