From 4717378b8d9e38a24676237eae5175e7f2338f85 Mon Sep 17 00:00:00 2001 From: Blallo Date: Thu, 19 Nov 2020 00:09:20 +0100 Subject: [PATCH] Make link relative --- go.mod | 4 ++-- main.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ff18e3b..92b067b 100644 --- a/go.mod +++ b/go.mod @@ -5,8 +5,8 @@ go 1.15 require ( github.com/Microsoft/go-winio v0.4.15 // indirect github.com/docker/distribution v2.7.1+incompatible // indirect - github.com/docker/docker v1.13.1 // indirect - github.com/docker/go-connections v0.4.0 // indirect + github.com/docker/docker v1.13.1 + github.com/docker/go-connections v0.4.0 github.com/docker/go-units v0.4.0 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect github.com/pkg/errors v0.9.1 // indirect diff --git a/main.go b/main.go index 4df5c29..5fcb1b0 100644 --- a/main.go +++ b/main.go @@ -98,7 +98,7 @@ func manageHandler(w http.ResponseWriter, r *http.Request) {

OpenPOD Management

-
+