Skip to content

Commit

Permalink
thaomaniac: Apply code sort by date - reference mailhog#313
Browse files Browse the repository at this point in the history
  • Loading branch information
thaomaniac committed May 29, 2024
1 parent e6fa068 commit 1427bf6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk --no-cache add --virtual build-dependencies \
git \
&& mkdir -p /root/gocode \
&& export GOPATH=/root/gocode \
&& go install github.com/mailhog/MailHog@latest
&& go install github.com/thaomaniac/MailHog@latest

FROM alpine:3
# Add mailhog user/group with uid/gid 1000.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

"github.com/gorilla/pat"
"github.com/ian-kent/go-log/log"
"github.com/mailhog/MailHog-Server/api"
"github.com/thaomaniac/MailHog/vendor/github.com/mailhog/MailHog-Server/api"
cfgapi "github.com/mailhog/MailHog-Server/config"
"github.com/mailhog/MailHog-Server/smtp"
"github.com/mailhog/MailHog-UI/assets"
Expand Down
6 changes: 6 additions & 0 deletions vendor/github.com/mailhog/MailHog-Server/api/v2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1427bf6

Please sign in to comment.