1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

test: Add basic integration test suite, closes #119

This commit is contained in:
James Hillyerd
2018-10-22 16:25:27 -07:00
parent 8a3d2ff6a2
commit fcb4bc20e0
7 changed files with 210 additions and 0 deletions

1
go.mod
View File

@@ -9,6 +9,7 @@ require (
github.com/gorilla/sessions v1.1.3
github.com/gorilla/websocket v1.4.0
github.com/jhillyerd/enmime v0.2.1
github.com/jhillyerd/goldiff v0.1.0
github.com/kelseyhightower/envconfig v1.3.0
github.com/microcosm-cc/bluemonday v1.0.1
github.com/pmezard/go-difflib v1.0.0 // indirect