fullstorydev / hauser

Service for moving your Fullstory export files to a data warehouse
MIT License
49 stars 23 forks source link

Add missing deps #36

Closed jameremo closed 5 years ago

jameremo commented 5 years ago

In #31 we updated several dependencies with the gorepoman utility. This utility is not capable of catching new transitive dependencies for direct dependencies that were already part of the gorepomanifest.json file. As a result, we were missing two dependencies:

This PR adds the missing dependencies and restores a working build. We'll be adding some Travis config in a subsequent PR to make sure that we don't go without a working build again.

--- Update go packages with gorepoman --- gorepoman fetch go.opencensus.io gorepoman fetch golang.org/x/sys