github.com/alaturka/gbreve@v0.0.0-20211031155621-c4ad29761ee9/go.mod (about)

     1  module github.com/alaturka/gbreve
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/PuerkitoBio/purell v1.1.1
     7  	github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
     8  	github.com/fatih/color v1.13.0
     9  	golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
    10  	golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
    11  	golang.org/x/text v0.3.2 // indirect
    12  )