Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

v1.8.2: Make survey into a module. (#177)

Compare
Choose a tag to compare
@AlecAivazis AlecAivazis released this 29 Jan 18:32
· 124 commits to master since this release
This creates the go.{mod,sum} files, which define survey as a module
and lock the dependencies.
go mod init was used to convert the previous dep files and keep the
same dependencies.