Skip to content

Commit

Permalink
fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
karnthis committed Nov 1, 2023
1 parent a24fd69 commit fdeff2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/JackalLabs/jackalapi
go 1.21

require (
github.com/JackalLabs/jackalgo v0.0.4
github.com/JackalLabs/jackalgo v0.0.5
github.com/JackalLabs/jutils v1.0.0
github.com/rs/cors v1.10.1
github.com/uptrace/bunrouter v1.0.20
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ github.com/JackalLabs/canine-provider v1.0.10-beta.1.0.20230626192716-041b1c701a
github.com/JackalLabs/canine-provider v1.0.10-beta.1.0.20230626192716-041b1c701abd/go.mod h1:73IyiWJUVcVlDla0nSOUNma2+qnvuZvMArEpnLcSVco=
github.com/JackalLabs/cosmos-sdk-new v0.45.17-0.20230704034202-b88b1fbc9b2f h1:yiMZXfLKf8j60mcc78EGd4JthE23WAwxOC0UgQt6Mww=
github.com/JackalLabs/cosmos-sdk-new v0.45.17-0.20230704034202-b88b1fbc9b2f/go.mod h1:bScuNwWAP0TZJpUf+SHXRU3xGoUPp+X9nAzfeIXts40=
github.com/JackalLabs/jackalgo v0.0.4 h1:3dEVLfja/l8Y5nQinUAj5dUSTzBa1mkp+SQVjg0SyQ0=
github.com/JackalLabs/jackalgo v0.0.4/go.mod h1:ed/6e1j25gU3ZELbg9+TI+wlSyajv7xbioxugoXsIIg=
github.com/JackalLabs/jackalgo v0.0.5 h1:k/2Rep7Imj1igAGgpFYSmbS5uNe4qc4UrS8USH2RBD0=
github.com/JackalLabs/jackalgo v0.0.5/go.mod h1:ed/6e1j25gU3ZELbg9+TI+wlSyajv7xbioxugoXsIIg=
github.com/JackalLabs/jutils v1.0.0 h1:7sD85oNuXjekKNCTUzlLQ8ycyw3q+DGSIj2hIESMMd8=
github.com/JackalLabs/jutils v1.0.0/go.mod h1:gw6DDJYgCRFskeDQNa/hvPXiwBin0B5RIY4V7X/JomM=
github.com/Joker/hpp v1.0.0/go.mod h1:8x5n+M1Hp5hC0g8okX3sR3vFQwynaX/UgSOM9MeBKzY=
Expand Down

0 comments on commit fdeff2e

Please sign in to comment.