Skip to content

Commit

Permalink
update echocontext import
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade committed Sep 13, 2024
1 parent eea1756 commit b3832f4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion auth/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/theopenlane/utils/ulids"

"github.com/theopenlane/utils/echocontext"
"github.com/theopenlane/echox/middleware/echocontext"
)

type AuthenticationType string
Expand Down
2 changes: 1 addition & 1 deletion auth/context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"github.com/stretchr/testify/assert"

"github.com/theopenlane/utils/echocontext"
"github.com/theopenlane/echox/middleware/echocontext"
"github.com/theopenlane/utils/ulids"

"github.com/theopenlane/iam/auth"
Expand Down
2 changes: 1 addition & 1 deletion auth/test_tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/golang-jwt/jwt/v5"
echo "github.com/theopenlane/echox"

"github.com/theopenlane/utils/echocontext"
"github.com/theopenlane/echox/middleware/echocontext"

"github.com/theopenlane/iam/tokens"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/samber/lo v1.47.0
github.com/stoewer/go-strcase v1.3.0
github.com/stretchr/testify v1.9.0
github.com/theopenlane/echox v0.1.0
github.com/theopenlane/echox v0.2.0
github.com/theopenlane/utils v0.1.6-0.20240911214559-3e4455ffe31f
github.com/vmihailenco/msgpack/v5 v5.4.1
golang.org/x/oauth2 v0.23.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
github.com/theopenlane/echox v0.1.0 h1:y4Z2shaODCLwXHsHBrY/EkH/2sIuo49xdIfxx7h+Zvg=
github.com/theopenlane/echox v0.1.0/go.mod h1:RaynhPvY9qbLOVlcO7Js1NqZ66+CP9hVBa0c7ehNYA4=
github.com/theopenlane/echox v0.2.0 h1:s9DJJrsLOSPsXVfgmQxgXmSVtxzztBnSmcVX4ax7tIM=
github.com/theopenlane/echox v0.2.0/go.mod h1:nfxwQpwvqYYI/pFHJKDs3/HLvjYKEGCih4XDgLSma64=
github.com/theopenlane/utils v0.1.6-0.20240911214559-3e4455ffe31f h1:0rlY7cUIDWmc6DBAT8hynDMpKJ8Up0kG1SCohzbGyps=
github.com/theopenlane/utils v0.1.6-0.20240911214559-3e4455ffe31f/go.mod h1:ltGjXbyShUTAWEDSP7+jSQq7CxCmMnWoJm6f7HDbbp0=
github.com/tursodatabase/libsql-client-go v0.0.0-20240902231107-85af5b9d094d h1:dOMI4+zEbDI37KGb0TI44GUAwxHF9cMsIoDTJ7UmgfU=
Expand Down

0 comments on commit b3832f4

Please sign in to comment.