Skip to content

Commit

Permalink
Merge pull request #2 from customerio/update-mod-name
Browse files Browse the repository at this point in the history
Change module name to customerio/raven-go
  • Loading branch information
richdawe-cio authored Oct 16, 2024
2 parents 4b45308 + fca4692 commit 1faf48a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ event/error logging system.
## Installation

```text
go get github.com/richdawe-cio/raven-go
go get github.com/customerio/raven-go
```

Note: Go 1.22 and newer are supported. Earlier and newer versions may work, but have not been tested with this fork.
Expand All @@ -39,12 +39,12 @@ Unfortunately this results in a few test failures. Since this fork has minimally

```
--- FAIL: TestFunctionName (0.00s)
stacktrace_test.go:50: incorrect package; got github.com/richdawe-cio/raven-go, want .
stacktrace_test.go:50: incorrect package; got github.com/customerio/raven-go, want .
--- FAIL: TestStacktraceFrame (0.00s)
stacktrace_test.go:84: incorrect Module: github.com/richdawe-cio/raven-go
stacktrace_test.go:84: incorrect Module: github.com/customerio/raven-go
stacktrace_test.go:87: incorrect Lineno: 18
stacktrace_test.go:90: expected InApp to be true
--- FAIL: TestStacktraceErrorsWithStack (0.00s)
stacktrace_test.go:141: incorrect Module: github.com/richdawe-cio/raven-go
stacktrace_test.go:150: incorrect Module: github.com/richdawe-cio/raven-go
stacktrace_test.go:141: incorrect Module: github.com/customerio/raven-go
stacktrace_test.go:150: incorrect Module: github.com/customerio/raven-go
```
2 changes: 1 addition & 1 deletion example/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"net/http"
"os"

"github.com/richdawe-cio/raven-go"
"github.com/customerio/raven-go"
)

func trace() *raven.Stacktrace {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/richdawe-cio/raven-go
module github.com/customerio/raven-go

go 1.22

Expand Down

0 comments on commit 1faf48a

Please sign in to comment.