forked from justwatch/facebook-marketing-api-golang-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (19 loc) · 832 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/justwatch/facebook-marketing-api-golang-sdk
go 1.20
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/cenk/backoff v2.1.1+incompatible
github.com/go-kit/kit v0.8.0
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
)
require (
github.com/andybalholm/cascadia v1.0.0 // indirect
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect
)