fullstorydev / hauser

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

Run go mod vendor #77

Closed sanjaybv closed 4 years ago

sanjaybv commented 4 years ago

The travis CI builds were failing because the vendor dependencies went out of sync with the packages mentioned in go.mod. I ran go mod vendor with go 1.13.1 to sync vendor dependencies.

camphillips22 commented 4 years ago

@sanjaybv Any word on testing it manually?

sanjaybv commented 4 years ago

@butanian For starters, the CI error provided a suggestion to run go mod vendor to sync the vendored packages. I have to admit, I didn't get the time to go into the details of why it failed in the first place. I will take a deeper look soon. 👍