mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-23 04:27:03 +00:00
27 lines
945 B
Modula-2
27 lines
945 B
Modula-2
module github.com/inbucket/inbucket
|
|
|
|
require (
|
|
github.com/go-test/deep v1.1.0 // indirect
|
|
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // 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.5.0
|
|
github.com/jaytaylor/html2text v0.0.0-20211105163654-bc68cce691ba // indirect
|
|
github.com/jhillyerd/enmime v0.10.1
|
|
github.com/jhillyerd/goldiff v0.1.0
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.21
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
|
github.com/rs/zerolog v1.28.0
|
|
github.com/stretchr/testify v1.8.1
|
|
golang.org/x/net v0.5.0
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|
|
|
|
go 1.13
|