#332·termui

Error: no required module provides package github.com/gizak/termui/v3

Author: Mehrzad2011Created Jul 15, 2024Updated Mar 19, 2025

Hello everyone! I wanted to use this lib for creating applications. I ran $ go mod tidy for downloading dependencies. Then $ go build.

but I saw "no required module provides package github.com/gizak/termui/v3"

Then, I executed $ go get github.com/gizak/termui but again I saw the error message.

What should I do?