-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathgo.mod
19 lines (17 loc) · 705 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/micheleriva/gauguin
go 1.14
require (
github.com/chromedp/cdproto v0.0.0-20201009231348-1c6a710e77de
github.com/chromedp/chromedp v0.5.3
github.com/gin-gonic/gin v1.7.0
github.com/go-resty/resty/v2 v2.3.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/ugorji/go v1.1.11 // indirect
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.3.0
)