File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/mailhog/MailHog
33go 1.21
44
55require (
6- github.com/gorilla/pat v1.0.1
6+ github.com/gorilla/pat v1.0.2
77 github.com/ian-kent/envconf v0.0.0-20141026121121-c19809918c02
88 github.com/ian-kent/go-log v0.0.0-20160113211217-5731446c36ab
99 github.com/mailhog/MailHog-Server v1.0.1
@@ -17,8 +17,8 @@ require (
1717 github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
1818 github.com/davecgh/go-spew v1.1.1 // indirect
1919 github.com/gopherjs/gopherjs v0.0.0-20210803090616-8f023c250c89 // indirect
20- github.com/gorilla/context v1.1.1 // indirect
21- github.com/gorilla/mux v1.3.1-0.20170228224354-599cba5e7b61 // indirect
20+ github.com/gorilla/context v1.1.2 // indirect
21+ github.com/gorilla/mux v1.8.1 // indirect
2222 github.com/gorilla/websocket v1.4.2 // indirect
2323 github.com/ian-kent/goose v0.0.0-20141221090059-c3541ea826ad // indirect
2424 github.com/ian-kent/linkio v0.0.0-20141229112453-77fb4b01842c // indirect
Original file line number Diff line number Diff line change @@ -71,12 +71,12 @@ github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5m
7171github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 /go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY =
7272github.com/gopherjs/gopherjs v0.0.0-20210803090616-8f023c250c89 h1:cuZTXJQ2J5mpT2gioa6NRVnuNsbisCGG5tRBG0tZpI4 =
7373github.com/gopherjs/gopherjs v0.0.0-20210803090616-8f023c250c89 /go.mod h1:0RnbP5ioI0nqRf3R9iK3iQaUJgsn0htlZEHCMn8FSfw =
74- github.com/gorilla/context v1.1.1 h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8 =
75- github.com/gorilla/context v1.1.1 /go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg =
76- github.com/gorilla/mux v1.3.1-0.20170228224354-599cba5e7b61 h1:fgQcA2gW8X1dLTYeaO8N6d1UMxsHczPYRjITrFNjxhk =
77- github.com/gorilla/mux v1.3.1-0.20170228224354-599cba5e7b61 /go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs =
78- github.com/gorilla/pat v1.0.1 h1:OeSoj6sffw4/majibAY2BAUsXjNP7fEE+w30KickaL4 =
79- github.com/gorilla/pat v1.0.1 /go.mod h1:YeAe0gNeiNT5hoiZRI4yiOky6jVdNvfO2N6Kav/HmxY =
74+ github.com/gorilla/context v1.1.2 h1:WRkNAv2uoa03QNIc1A6u4O7DAGMUVoopZhkiXWA2V1o =
75+ github.com/gorilla/context v1.1.2 /go.mod h1:KDPwT9i/MeWHiLl90fuTgrt4/wPcv75vFAZLaOOcbxM =
76+ github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY =
77+ github.com/gorilla/mux v1.8.1 /go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ =
78+ github.com/gorilla/pat v1.0.2 h1:TDh/RulbnPxMQACcwbgMF5Bf00jaGoeYBNu+XUFuwtE =
79+ github.com/gorilla/pat v1.0.2 /go.mod h1:ioQ7dFQ2KXmOmWLJs6vZAfRikcm2D2JyuLrL9b5wVCg =
8080github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc =
8181github.com/gorilla/websocket v1.4.2 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
8282github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 /go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs =
You can’t perform that action at this time.
0 commit comments