-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
27 lines (25 loc) · 1.04 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
module github.com/cloudworkz/grafana-permission-sync
go 1.13
require (
github.com/bep/debounce v1.2.0
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-gonic/gin v1.5.0
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/gosimple/slug v1.9.0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.6.0 // indirect
github.com/rikimaru0345/sdk v0.0.0-20200129142910-2c80f41386a8
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.13.0
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c
golang.org/x/tools v0.0.0-20200123022218-593de606220b // indirect
google.golang.org/api v0.15.0
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
gopkg.in/yaml.v2 v2.2.8
)