Skip to content

Commit

Permalink
Update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseio committed Jun 17, 2021
1 parent ec9f2a0 commit 0f51917
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion command_bus.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cromberbus
import (
"reflect"

"github.com/chiguirez/cromberbus/v2/guard"
"github.com/lang-ai/cromberbus/guard"
)

type Command interface{}
Expand Down
2 changes: 1 addition & 1 deletion command_handler_resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cromberbus
import (
"fmt"

"github.com/chiguirez/cromberbus/v2/typer"
"github.com/lang-ai/cromberbus/typer"
)

//go:generate moq -out command_handler_resolver_mock.go . CommandHandlerResolver
Expand Down
2 changes: 1 addition & 1 deletion examples/user/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"

"github.com/chiguirez/cromberbus/v2"
"github.com/lang-ai/cromberbus"
)

type RegisterUserCommand struct {
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/chiguirez/cromberbus/v2
module github.com/lang-ai/cromberbus

go 1.16

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 0f51917

Please sign in to comment.