-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
24 lines (22 loc) · 999 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/gofunky/tuplip
go 1.15
require (
github.com/alecthomas/kong v0.2.11
github.com/asaskevich/govalidator v0.0.0-20200819183940-29e1ff8eb0bb // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/emicklei/dot v0.11.0
github.com/francoispqt/onelog v0.0.0-20190306043706-8c2bb31b10a4
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/gofunky/automi v0.3.5
github.com/gofunky/pyraset/v2 v2.0.5
github.com/gofunky/semver v3.5.2+incompatible
github.com/google/go-cmp v0.5.1
github.com/gorilla/mux v1.7.4 // indirect
github.com/nokia/docker-registry-client v0.0.0-20190305095957-e91f10057c5b
github.com/oleiade/reflections v1.0.0
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/rendon/testcli v0.0.0-20161027181003-6283090d169f
github.com/sirupsen/logrus v1.6.0 // indirect
)