Skip to content

Commit

Permalink
[merge] pull request #12 from akrck02/dev
Browse files Browse the repository at this point in the history
[version] v0.0.4
  • Loading branch information
akrck02 authored Apr 1, 2024
2 parents e3f6264 + 0302943 commit da39f63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.21.8
require (
github.com/akrck02/valhalla-api-common v0.0.1
github.com/akrck02/valhalla-core-sdk v0.0.7
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/joho/godotenv v1.5.1
go.mongodb.org/mongo-driver v1.14.0
)
Expand Down
2 changes: 1 addition & 1 deletion services/team/team.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package teamdal
import (
"context"

"github.com/akrck02/valhalla-api-common/http"
"github.com/akrck02/valhalla-core-dal/database"
"github.com/akrck02/valhalla-core-sdk/error"
"github.com/akrck02/valhalla-core-sdk/http"
"github.com/akrck02/valhalla-core-sdk/models"
"github.com/akrck02/valhalla-core-sdk/utils"

Expand Down
2 changes: 1 addition & 1 deletion version.config
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.3
v0.0.4

0 comments on commit da39f63

Please sign in to comment.