Skip to content

Commit

Permalink
feat: add /v2 to module
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kungla <[email protected]>
  • Loading branch information
mkungla committed Feb 26, 2024
1 parent 18e7eb3 commit ccf5ea0
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
@@ -1,4 +1,4 @@
module github.com/cardano-community/koios-cli
module github.com/cardano-community/koios-cli/v2

go 1.22

Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
package main

import (
"github.com/cardano-community/koios-cli/internal/api"
"github.com/cardano-community/koios-cli/koios"
"github.com/cardano-community/koios-cli/v2/internal/api"
"github.com/cardano-community/koios-cli/v2/koios"
"github.com/happy-sdk/happy"
"github.com/happy-sdk/happy/sdk/logging"
)
Expand Down

0 comments on commit ccf5ea0

Please sign in to comment.