package main import ( _ "github.com/docker/distribution/registry/auth/silly" _ "github.com/docker/distribution/registry/storage/driver/inmemory" ) func main() {}