Skip to content

Commit

Permalink
Depend on github.com/keep94/context instead of gorilla.
Browse files Browse the repository at this point in the history
  • Loading branch information
keep94 committed Apr 20, 2023
1 parent 0153bca commit 5c025a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/keep94/weblogs

go 1.14

require github.com/gorilla/context v1.1.1
require github.com/keep94/context v0.1.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/gorilla/context v1.1.1 h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8=
github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg=
github.com/keep94/context v0.1.0 h1:FecPv0geuWcdf+8nRmF5RnF6Sk2ahy26jFt7uRivmUw=
github.com/keep94/context v0.1.0/go.mod h1:IXF7ZIYvKxmGCPiN5tJYbhv5AWaxIDclpOQHuzJsxLI=
2 changes: 1 addition & 1 deletion weblogs.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package weblogs
import (
"bytes"
"fmt"
"github.com/gorilla/context"
"github.com/keep94/context"
"github.com/keep94/weblogs/loggers"
"io"
"net/http"
Expand Down

0 comments on commit 5c025a9

Please sign in to comment.