Skip to content

Fixing Go modules

Choose a tag to compare

@alexaandru alexaandru released this 28 Jan 14:42
· 532 commits to master since this release

This releases removed the initial support for Go modules, in order to get things working in end users own modules. This fixes the issue where for go module enabled projects only v3.3.5 was being pulled (the last version before adding go.mod to Echo).

Support for Go modules will be reintroduced with a new, V4 version.