Add docker api

master
blallo 2020-11-18 19:26:30 +01:00
parent cca4d2bd89
commit 52ddb29234
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
2 changed files with 4 additions and 0 deletions

2
go.mod
View File

@ -1,3 +1,5 @@
module git.abbiamoundominio.org/blallo/openportal
go 1.15
require github.com/docker/docker v1.13.1 // indirect

2
go.sum
View File

@ -0,0 +1,2 @@
github.com/docker/docker v1.13.1 h1:IkZjBSIc8hBjLpqeAbeE5mca5mNgeatLHBy3GO78BWo=
github.com/docker/docker v1.13.1/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=