Skip to content

Commit

Permalink
fix: remove version from install path
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kungla <[email protected]>
  • Loading branch information
mkungla committed May 31, 2024
1 parent 6228f16 commit d6fda99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 39 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/v2
module github.com/cardano-community/koios-cli

go 1.22

Expand Down
36 changes: 0 additions & 36 deletions go.sum

This file was deleted.

4 changes: 2 additions & 2 deletions internal/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ import (
"sync"
"time"

"github.com/cardano-community/koios-cli/v2/internal/auth"
"github.com/cardano-community/koios-cli/internal/auth"
"github.com/cardano-community/koios-go-client/v4"
"github.com/happy-sdk/happy"
"github.com/happy-sdk/happy/pkg/vars/varflag"
)

const defaultOrigin = "https://github.com/cardano-community/koios-cli/v2"
const defaultOrigin = "https://github.com/cardano-community/koios-cli"

var (
pagingFlags = []varflag.FlagCreateFunc{
Expand Down

0 comments on commit d6fda99

Please sign in to comment.