golang-github-bugsnag-panic.../change-import-path.patch

42 lines
796 B
Diff

From bef228a918794ca736836d50c9d9419c5c5dd74d Mon Sep 17 00:00:00 2001
From: Jan Chaloupka <jchaloup@redhat.com>
Date: Wed, 2 Mar 2016 13:21:04 +0100
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 72b418a..1cc0c4d 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"
)
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