-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 901 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
module github.com/jdamata/acr-sync
go 1.13
require (
github.com/containerd/containerd v1.3.2 // indirect
github.com/docker/cli v0.0.0-20200127141429-809cc8948d2a // indirect
github.com/docker/docker v1.4.2-0.20200128034134-2ebaeef943cc
github.com/gogo/protobuf v1.3.1 // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/google/go-containerregistry v0.0.0-20200123184029-53ce695e4179 // indirect
github.com/manifoldco/promptui v0.7.0
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.6.2
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 // indirect
google.golang.org/genproto v0.0.0-20200128133413-58ce757ed39b // indirect
google.golang.org/grpc v1.27.0 // indirect
)