1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

Update deps (#184)

* backend: update Go dependencies
* frontend: update npm dependencies
This commit is contained in:
James Hillyerd
2020-09-23 21:39:27 -07:00
committed by GitHub
parent 698b0406c8
commit e56365b9a0
4 changed files with 231 additions and 269 deletions

4
go.mod
View File

@@ -15,9 +15,9 @@ require (
github.com/microcosm-cc/bluemonday v1.0.4
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rs/zerolog v1.19.0
github.com/rs/zerolog v1.20.0
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.0.0-20200822124328-c89045814202
golang.org/x/net v0.0.0-20200923182212-328152dc79b1
golang.org/x/text v0.3.3 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)