yay/go.mod
Dan Pasanen 6bd920265c Use golang.org's terminal package to determine isTty()
* Don't trust that the user doesn't have a "test" binary in their
  PATH somewhere, and instead use the official golang library to
  determine whether or not we're running in a terminal
2020-03-26 09:28:02 +01:00

12 lines
348 B
Modula-2

module github.com/Jguer/yay/v9
require (
github.com/Jguer/go-alpm v0.0.0-20191122171459-5cffc6e8fc69
github.com/Morganamilo/go-pacmanconf v0.0.0-20180910220353-9c5265e1b14f
github.com/Morganamilo/go-srcinfo v1.0.0
github.com/mikkeloscar/aur v0.0.0-20200113170522-1cb4e2949656
golang.org/x/crypto v0.0.0-20200317142112-1b76d66859c6
)
go 1.13