Bump Go dependencies

This commit is contained in:
Deluan
2021-07-14 10:53:02 -04:00
parent 8396b51a9c
commit 5d8b90b168
2 changed files with 19 additions and 17 deletions
+6 -6
View File
@@ -30,24 +30,24 @@ require (
github.com/lib/pq v1.10.2 // indirect
github.com/matoous/go-nanoid v1.5.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/microcosm-cc/bluemonday v1.0.14
github.com/microcosm-cc/bluemonday v1.0.15
github.com/mileusna/useragent v1.0.2
github.com/oklog/run v1.1.0
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.13.0
github.com/onsi/gomega v1.14.0
github.com/pressly/goose v2.7.0+incompatible
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.8.0
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/unrolled/secure v1.0.9
github.com/xrash/smetrics v0.0.0-20200730060457-89a2a8a1fb0b
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b
golang.org/x/tools v0.1.3
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/tools v0.1.5
gopkg.in/djherbis/atime.v1 v1.0.0
gopkg.in/djherbis/stream.v1 v1.3.1
)