aboutsummaryrefslogblamecommitdiff
path: root/go.mod
blob: 229f677f0e05c421634595f4eaa6df5494e5cb1f (plain) (tree)
1
2
3
4
5
6
7
8
9



                                  
         
                                                                        


                                                                      
                                           
                                         


                                                          
                                                                     


                                                                          
                                    
 
module git.sr.ht/~emersion/koushin

go 1.13

require (
	github.com/emersion/go-imap v1.0.3-0.20191208103636-6388a8c8bfdb
	github.com/emersion/go-message v0.10.8
	github.com/emersion/go-sasl v0.0.0-20190817083125-240c8404624e
	github.com/emersion/go-smtp v0.12.0
	github.com/labstack/echo/v4 v4.1.11
	github.com/labstack/gommon v0.3.0
	github.com/mattn/go-colorable v0.1.4 // indirect
	github.com/mattn/go-isatty v0.0.10 // indirect
	github.com/valyala/fasttemplate v1.1.0 // indirect
	github.com/yuin/gopher-lua v0.0.0-20191128022950-c6266f4fe8d7
	golang.org/x/crypto v0.0.0-20191202143827-86a70503ff7e // indirect
	golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 // indirect
	golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
	layeh.com/gopher-luar v1.0.7
)