trivago / gollum

An n:m message multiplexer written in Go
http://gollum.readthedocs.org/en/latest/
Apache License 2.0
940 stars 74 forks source link

switch from dep to go modules #237

Closed arnecls closed 6 years ago

arnecls commented 6 years ago

This PR removes the vendor folder and Gopkg.* files. The environment variables in the makefile now set GO111MODULE="on"