Skip to content

Use go mod

Nick Thomas requested to merge 22-use-go-mod into master

Now that we always build against go1.11 or 1.12, we can remove the vendor/ directory and rely on go mod instead.

Closes #22 (closed)

Merge request reports