-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
17 lines (15 loc) · 702 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/kassisol/docker-volume-git
go 1.12
require (
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-plugins-helpers v0.0.0-20181025120712-1e6269c305b8
github.com/hashicorp/vault/api v1.0.2 // indirect
github.com/juliengk/go-git v0.0.0-20190519163243-ed35cc9470e7
github.com/juliengk/go-utils v0.0.0-20190525015840-00cacedfbdf0
github.com/kassisol/libsecret v0.0.0-20171121145138-5025c93fc88a
github.com/sirupsen/logrus v1.4.2
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/src-d/go-git.v4 v4.12.0 // indirect
)