-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
29 lines (27 loc) · 1.3 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
module github.com/zendesk/term-check
go 1.14
require (
github.com/DataDog/ghinstallation v0.1.2-0.20190205220828-59991dd7261d
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/google/go-github/v18 v18.2.0
github.com/google/go-github/v32 v32.1.0
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.8.1
github.com/juju/clock v0.0.0-20180808021310-bab88fc67299 // indirect
github.com/juju/errors v0.0.0-20181012004132-a4583d0a56ea // indirect
github.com/juju/loggo v0.0.0-20180524022052-584905176618 // indirect
github.com/juju/retry v0.0.0-20180821225755-9058e192b216 // indirect
github.com/juju/testing v0.0.0-20180920084828-472a3e8b2073 // indirect
github.com/juju/utils v0.0.0-20180820210520-bf9cc5bdd62d // indirect
github.com/juju/version v0.0.0-20180108022336-b64dbd566305 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rs/zerolog v1.31.0
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
github.com/stretchr/testify v1.8.4
github.com/waigani/diffparser v0.0.0-20190828052634-7391f219313d
golang.org/x/sys v0.15.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
gopkg.in/yaml.v2 v2.4.0
)