forked from Labbs/github-actions-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
18 lines (16 loc) · 645 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github-actions-exporter
go 1.16
require (
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/bradleyfalzon/ghinstallation v1.1.1
github.com/fasthttp/router v1.3.9
github.com/go-kit/kit v0.10.0 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-github/v38 v38.1.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/prometheus/client_golang v1.11.0
github.com/urfave/cli/v2 v2.3.0
github.com/valyala/fasthttp v1.22.0
golang.org/x/oauth2 v0.0.0-20210311163135-5366d9dc1934
)