Skip to content

Commit

Permalink
feat(httpserver): Provided module
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed Jan 11, 2024
1 parent 4c82b82 commit 16ad1c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion httpserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/ankorstore/yokai/httpserver
go 1.20

require (
github.com/ankorstore/yokai/config v1.0.0
github.com/ankorstore/yokai/config v1.1.0
github.com/ankorstore/yokai/generate v1.0.0
github.com/ankorstore/yokai/healthcheck v1.0.0
github.com/ankorstore/yokai/log v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions httpserver/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/ankorstore/yokai/config v1.0.0 h1:LCikU3ddjGQMoz0C47vJIwfceVhDjD1ZKXj43NvFHao=
github.com/ankorstore/yokai/config v1.0.0/go.mod h1:yDANaMWIOfAUkAMClG22Q4bzQk91NLwWK3WbL5IFnbg=
github.com/ankorstore/yokai/config v1.1.0 h1:z6xnsVXAbWhhjcb5kqVaw0VlaGZziGc7Di1bJlt5rf0=
github.com/ankorstore/yokai/config v1.1.0/go.mod h1:yDANaMWIOfAUkAMClG22Q4bzQk91NLwWK3WbL5IFnbg=
github.com/ankorstore/yokai/generate v1.0.0 h1:kHpbl8cet9qklUamMqSTJy3h6aiybKMgnAK6dDI42p8=
github.com/ankorstore/yokai/generate v1.0.0/go.mod h1:7/gebXdxAOmqeDG54RcguC0a+f3JtqEKVKtSy8f2dlk=
github.com/ankorstore/yokai/healthcheck v1.0.0 h1:uX6RrchsvbxCV70dh5d6RX5LEuGIf+Pt+14waV0CzY0=
Expand Down

0 comments on commit 16ad1c7

Please sign in to comment.