This repository was archived by the owner on Apr 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (32 loc) · 1.38 KB
/
go.mod
File metadata and controls
34 lines (32 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
module github.com/fuzzitdev/fuzzit/v2
go 1.12
require (
cloud.google.com/go v0.43.0
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.13 // indirect
github.com/containerd/containerd v1.2.7 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v0.7.3-0.20190802030316-4e83c90ae836
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/frankban/quicktest v1.4.2 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.3 // indirect
github.com/h2non/filetype v1.0.10
github.com/mholt/archiver v3.1.1+incompatible
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
github.com/nwaples/rardecode v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pierrec/lz4 v2.2.5+incompatible // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
google.golang.org/api v0.7.0
google.golang.org/grpc v1.21.1
gopkg.in/src-d/go-git.v4 v4.13.1
gotest.tools v2.2.0+incompatible // indirect
)