github.com/schmorrison/Zoho@v1.1.4/go.mod (about)

     1  module github.com/schmorrison/Zoho
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/hashicorp/go-retryablehttp v0.7.0
     7  	github.com/schmorrison/go-querystring v1.1.1
     8  	google.golang.org/appengine v1.6.6
     9  )