Skip to content

Commit 1427bf6

Browse files
committed
thaomaniac: Apply code sort by date - reference mailhog#313
1 parent e6fa068 commit 1427bf6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk --no-cache add --virtual build-dependencies \
99
git \
1010
&& mkdir -p /root/gocode \
1111
&& export GOPATH=/root/gocode \
12-
&& go install github.com/mailhog/MailHog@latest
12+
&& go install github.com/thaomaniac/MailHog@latest
1313

1414
FROM alpine:3
1515
# Add mailhog user/group with uid/gid 1000.

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
"github.com/gorilla/pat"
1111
"github.com/ian-kent/go-log/log"
12-
"github.com/mailhog/MailHog-Server/api"
12+
"github.com/thaomaniac/MailHog/vendor/github.com/mailhog/MailHog-Server/api"
1313
cfgapi "github.com/mailhog/MailHog-Server/config"
1414
"github.com/mailhog/MailHog-Server/smtp"
1515
"github.com/mailhog/MailHog-UI/assets"

vendor/github.com/mailhog/MailHog-Server/api/v2.go

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)