1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-07 19:57:06 +00:00

update go deps (#226)

This commit is contained in:
James Hillyerd
2021-07-31 15:53:38 -07:00
committed by GitHub
parent 2016142747
commit a2c4292fc1
2 changed files with 19 additions and 16 deletions

9
go.mod
View File

@@ -6,13 +6,14 @@ require (
github.com/gorilla/css v1.0.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/jhillyerd/enmime v0.9.0
github.com/jhillyerd/enmime v0.9.1
github.com/jhillyerd/goldiff v0.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/microcosm-cc/bluemonday v1.0.9
github.com/rs/zerolog v1.21.0
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/microcosm-cc/bluemonday v1.0.15
github.com/rs/zerolog v1.23.0
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210505214959-0714010a04ed
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)