-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 944 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/fergusn/muzeum
require (
github.com/docker/distribution v2.7.0+incompatible
github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 // indirect
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/garyburd/redigo v1.6.0 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.7.0
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/package-url/packageurl-go v0.0.0-20181003132628-79c5c528709b
github.com/prometheus/client_golang v1.2.0
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
github.com/sirupsen/logrus v1.4.2
github.com/smira/go-xz v0.0.0-20150414201226-0c531f070014
github.com/spf13/cobra v0.0.5
github.com/ulikunitz/xz v0.5.6 // indirect
gopkg.in/yaml.v2 v2.2.4
k8s.io/apimachinery v0.17.0 // indirect
)
go 1.13