mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-09-19 08:54:26 +00:00
21 lines
697 B
Modula-2
21 lines
697 B
Modula-2
module github.com/quiq/docker-registry-ui
|
|
|
|
require (
|
|
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
|
|
github.com/CloudyKit/jet v2.1.3-0.20180809161101-62edd43e4f88+incompatible
|
|
github.com/elazarl/goproxy v0.0.0-20220529153421-8ea89ba92021 // indirect
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/labstack/echo/v4 v4.8.0
|
|
github.com/mattn/go-sqlite3 v1.14.15
|
|
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.9.0
|
|
github.com/smartystreets/goconvey v1.7.2
|
|
github.com/tidwall/gjson v1.14.3
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
moul.io/http2curl v1.0.0 // indirect
|
|
)
|
|
|
|
go 1.15
|