-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
26 lines (24 loc) · 1 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
module github.com/LF-Engineering/da-ds
go 1.15
require (
github.com/LF-Engineering/dev-analytics-libraries v1.1.28
github.com/PuerkitoBio/goquery v1.6.0
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/araddon/dateparse v0.0.0-20210207001429-0eec95c9db7e
github.com/go-sql-driver/mysql v1.5.0
github.com/google/go-github/v38 v38.1.0
github.com/jmoiron/sqlx v1.2.0
github.com/json-iterator/go v1.1.10
github.com/lib/pq v1.9.0 // indirect
github.com/mattn/go-sqlite3 v1.14.5 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20201216054612-986b41b23924
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5
google.golang.org/api v0.30.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/h2non/gock.v1 v1.0.16
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)