-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (35 loc) · 1.8 KB
/
go.mod
File metadata and controls
38 lines (35 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/mailhog/MailHog
go 1.17
require (
github.com/gorilla/pat v0.0.0-20160413041632-cf955c3d1f2c
github.com/ian-kent/envconf v0.0.0-20141026121121-c19809918c02
github.com/ian-kent/go-log v0.0.0-20160113211217-5731446c36ab
github.com/mailhog/MailHog-Server v1.0.1
github.com/mailhog/MailHog-UI v1.0.0
github.com/mailhog/http v1.0.1
github.com/mailhog/mhsendmail v0.2.1-0.20160920204233-c097b3bc3fe7
golang.org/x/crypto v0.0.0-20161221235747-f6b343c37ca8
)
require (
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/gopherjs/gopherjs v0.0.0-20210202160940-bed99a852dfe // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.3.1-0.20170228224354-599cba5e7b61 // indirect
github.com/gorilla/websocket v1.1.1-0.20170319172727-a91eba7f9777 // indirect
github.com/ian-kent/goose v0.0.0-20141221090059-c3541ea826ad // indirect
github.com/ian-kent/linkio v0.0.0-20141229112453-77fb4b01842c // indirect
github.com/jtolds/gls v4.2.1-0.20161228004933-bb0351aa7eb6+incompatible // indirect
github.com/mailhog/data v1.0.1 // indirect
github.com/mailhog/smtp v1.0.1 // indirect
github.com/mailhog/storage v1.0.1 // indirect
github.com/philhofer/fwd v0.0.0-20160129035939-98c11a7a6ec8 // indirect
github.com/smartystreets/assertions v0.0.0-20161213224810-26acb9229f42 // indirect
github.com/smartystreets/goconvey v1.6.3-0.20170110120022-3bd662eac601 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/t-k/fluent-logger-golang v1.0.0 // indirect
github.com/tinylib/msgp v0.0.0-20160524150606-05e600edf28f // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/mgo.v2 v2.0.0-20160609180028-29cc868a5ca6 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)