module github.com/inbucket/inbucket require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/google/subcommands v1.2.0 github.com/gorilla/css v1.0.0 github.com/gorilla/mux v1.8.0 github.com/gorilla/websocket v1.4.2 github.com/jhillyerd/enmime v0.9.0 github.com/jhillyerd/goldiff v0.1.0 github.com/kelseyhightower/envconfig v1.4.0 github.com/microcosm-cc/bluemonday v1.0.9 github.com/rs/zerolog v1.21.0 github.com/stretchr/testify v1.7.0 golang.org/x/net v0.0.0-20210505214959-0714010a04ed gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect ) go 1.13