From 215ecd7ada643962a82994c19fe6dd573b9c49e1 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Thu, 8 Oct 2015 22:35:49 +0200 Subject: [PATCH] change import path --- monitor.go | 2 +- panicwrap.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/monitor.go b/monitor.go index 1c64a54..33b86c1 100644 --- a/monitor.go +++ b/monitor.go @@ -3,7 +3,7 @@ package panicwrap import ( - "github.com/bugsnag/osext" + "bitbucket.org/kardianos/osext" "os" "os/exec" "syscall" diff --git a/panicwrap.go b/panicwrap.go index f9ea3e3..48f4611 100644 --- a/panicwrap.go +++ b/panicwrap.go @@ -10,9 +10,9 @@ package panicwrap import ( + "bitbucket.org/kardianos/osext" "bytes" "errors" - "github.com/bugsnag/osext" "io" "os" "os/exec" -- 1.9.3