Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github.com/clinta/go-plugins-helpers digest to 61cb8e2 - autoclosed #2

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ require (
golang.org/x/net v0.0.0-20200219183655-46282727080f // indirect
)

replace github.com/docker/go-plugins-helpers => github.com/clinta/go-plugins-helpers v0.0.0-20200221140445-4667bb9f0ed5 // for shutdown
replace github.com/docker/go-plugins-helpers => github.com/clinta/go-plugins-helpers v0.0.0-20180116160015-61cb8e233420 // for shutdown
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/Microsoft/go-winio v0.4.14 h1:+hMXMk01us9KgxGb7ftKQt2Xpf5hH/yky+TDA+qxleU=
github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA=
github.com/clinta/go-plugins-helpers v0.0.0-20180116160015-61cb8e233420 h1:3XTL8EYmkdb9Y/It23NTna6KmUnSyYGdOZTEV4pKCdo=
github.com/clinta/go-plugins-helpers v0.0.0-20180116160015-61cb8e233420/go.mod h1:S7P0QAZapeYuLzFzSov/e9ehFFnX/ivIDtD4nQB7+1U=
github.com/clinta/go-plugins-helpers v0.0.0-20200221140445-4667bb9f0ed5 h1:STA9F+EPT0+eLSpUYBAst5PJMgtPo1PNLqRYRyJtkK4=
github.com/clinta/go-plugins-helpers v0.0.0-20200221140445-4667bb9f0ed5/go.mod h1:S7P0QAZapeYuLzFzSov/e9ehFFnX/ivIDtD4nQB7+1U=
github.com/clinta/go-zfs v0.0.0-20181025145938-e5fe14d9dcb7 h1:CoyMbd4slqWuH2n1C7q4hKrm4vy21jN5vS0qwQRA0gA=
Expand Down
Loading