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



                                  
         
                                                                        
                                                                           
                                              

                                                                      
                                           
                                         
                                                        
                                                      
                                                          



                                                                          
                                    
 
module git.sr.ht/~emersion/koushin

go 1.13

require (
	github.com/emersion/go-imap v1.0.3-0.20191217110750-414e9a7e3dd8
	github.com/emersion/go-imap-move v0.0.0-20190710073258-6e5a51a5b342
	github.com/emersion/go-message v0.10.8
	github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b
	github.com/emersion/go-smtp v0.12.1
	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.11 // indirect
	github.com/valyala/fasttemplate v1.1.0 // indirect
	github.com/yuin/gopher-lua v0.0.0-20191213034115-f46add6fdb5c
	golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
	golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
	golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
	layeh.com/gopher-luar v1.0.7
)