Skip to content

Commit

Permalink
changed module name
Browse files Browse the repository at this point in the history
  • Loading branch information
mawe committed Apr 21, 2021
1 parent 892c287 commit 88dc0cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"net/url"
"time"

"github.com/denkweit/distlock/types"
"github.com/DENKweit/distlock/types"
)

type api struct {
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/denkweit/distlock
module github.com/DENKweit/distlock

go 1.16

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/go-chi/chi"
"github.com/lucsky/cuid"

"github.com/denkweit/distlock/types"
"github.com/DENKweit/distlock/types"
)

type session struct {
Expand Down

0 comments on commit 88dc0cb

Please sign in to comment.