mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-09-18 07:38:46 +00:00
33 lines
1.6 KiB
Modula-2
33 lines
1.6 KiB
Modula-2
module github.com/quiq/docker-registry-ui
|
|
|
|
require (
|
|
github.com/CloudyKit/fastprinter v0.0.0-20170127035650-74b38d55f37a // indirect
|
|
github.com/CloudyKit/jet v2.1.2+incompatible
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
github.com/elazarl/goproxy v0.0.0-20181111060418-2ce16c963a8a // indirect
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
|
|
github.com/hhkbp2/go-logging v0.0.0-20171106042747-377ba05d9897
|
|
github.com/hhkbp2/go-strftime v0.0.0-20150709091403-d82166ec6782 // indirect
|
|
github.com/hhkbp2/testify v0.0.0-20150512090439-112845ebc045 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/labstack/echo v3.3.10+incompatible
|
|
github.com/labstack/gommon v0.2.8 // indirect
|
|
github.com/mattn/go-colorable v0.1.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
github.com/moul/http2curl v1.0.0 // indirect
|
|
github.com/parnurzeal/gorequest v0.2.15
|
|
github.com/pkg/errors v0.0.0-20180311214515-816c9085562c // indirect
|
|
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
|
|
github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
github.com/tidwall/gjson v1.1.3
|
|
github.com/tidwall/match v1.0.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
|
|
google.golang.org/appengine v1.3.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|