mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-09-25 12:29:19 +00:00
Update dependencies
This commit is contained in:
23
go.mod
23
go.mod
@@ -3,24 +3,21 @@ module github.com/quiq/docker-registry-ui
|
||||
require (
|
||||
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
|
||||
github.com/CloudyKit/jet v2.1.2+incompatible
|
||||
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
github.com/labstack/echo/v4 v4.1.16
|
||||
github.com/mattn/go-colorable v0.1.7 // indirect
|
||||
github.com/elazarl/goproxy v0.0.0-20210110162100-a92cc753f88e // indirect
|
||||
github.com/go-sql-driver/mysql v1.6.0
|
||||
github.com/labstack/echo/v4 v4.2.2
|
||||
github.com/mattn/go-colorable v0.1.8 // indirect
|
||||
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
||||
github.com/parnurzeal/gorequest v0.2.16
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/robfig/cron v1.2.0
|
||||
github.com/sirupsen/logrus v1.6.0
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/smartystreets/goconvey v1.6.4
|
||||
github.com/tidwall/gjson v1.6.0
|
||||
github.com/tidwall/pretty v1.0.1 // indirect
|
||||
github.com/valyala/fasttemplate v1.2.0 // indirect
|
||||
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
|
||||
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
|
||||
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
|
||||
golang.org/x/text v0.3.3 // indirect
|
||||
gopkg.in/yaml.v2 v2.3.0
|
||||
github.com/tidwall/gjson v1.7.5
|
||||
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
|
||||
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect
|
||||
golang.org/x/sys v0.0.0-20210426080607-c94f62235c83 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
moul.io/http2curl v1.0.0 // indirect
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user