Fix import paths

This commit is contained in:
James Mills
2021-07-13 08:31:38 +10:00
parent 1d522cc054
commit 773a608ba6
3 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import (
"log"
"os"
"github.com/prologic/pastebin/client"
"git.mills.io/prologic/pastebin/client"
"github.com/namsral/flag"
)