Skip to content

Commit

Permalink
Feature/update middleware (#10)
Browse files Browse the repository at this point in the history
* Update middleware style

* Fix travis config

* Test for config failure

* Test middleware

* Update for go mod compatibility

* Update README for new module version
  • Loading branch information
jessie-codes authored Oct 9, 2019
1 parent 1bcd3c8 commit 3842a4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package main
import (
"github.com/labstack/echo"
"github.com/newrelic/go-agent"
"github.com/jessie-codes/echo-relic"
"github.com/jessie-codes/echo-relic/v3"
)

func main() {
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module github.com/jessie-codes/echo-relic
module github.com/jessie-codes/echo-relic/v3

go 1.13

go 1.13

Expand Down

0 comments on commit 3842a4a

Please sign in to comment.