mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-09-19 00:18:53 +00:00
40 lines
1.4 KiB
Modula-2
40 lines
1.4 KiB
Modula-2
module github.com/quiq/docker-registry-ui
|
|
|
|
require (
|
|
github.com/CloudyKit/jet v2.1.3-0.20180809161101-62edd43e4f88+incompatible
|
|
github.com/go-sql-driver/mysql v1.7.1
|
|
github.com/labstack/echo/v4 v4.11.4
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
github.com/parnurzeal/gorequest v0.2.16
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/smartystreets/goconvey v1.8.1
|
|
github.com/tidwall/gjson v1.17.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
|
|
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5 // indirect
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/gopherjs/gopherjs v1.17.2 // indirect
|
|
github.com/jtolds/gls v4.20.0+incompatible // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/smarty/assertions v1.15.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/crypto v0.17.0 // indirect
|
|
golang.org/x/net v0.19.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/time v0.5.0 // indirect
|
|
moul.io/http2curl v1.0.0 // indirect
|
|
)
|
|
|
|
go 1.19
|