Skip to content

Commit

Permalink
gno.land/pkg/config -> gnovm/pkg/config
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-hov committed Jun 23, 2023
1 parent 6b63e21 commit 1b19dd8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gnovm/cmd/gno/clean.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"path/filepath"
"strings"

"github.com/gnolang/gno/gno.land/pkg/config"
"github.com/gnolang/gno/gnovm/pkg/config"
"github.com/gnolang/gno/gnovm/pkg/gnomod"
"github.com/gnolang/gno/tm2/pkg/commands"
)
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion gnovm/pkg/gnomod/gnomod.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"path/filepath"
"strings"

"github.com/gnolang/gno/gno.land/pkg/config"
"github.com/gnolang/gno/gnovm/pkg/config"
"github.com/gnolang/gno/gnovm/pkg/gnolang"
"github.com/gnolang/gno/tm2/pkg/std"
"golang.org/x/mod/modfile"
Expand Down
2 changes: 1 addition & 1 deletion tm2/pkg/crypto/keys/client/common.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package client

import "github.com/gnolang/gno/gno.land/pkg/config"
import "github.com/gnolang/gno/gnovm/pkg/config"

type BaseOptions struct {
Home string
Expand Down

0 comments on commit 1b19dd8

Please sign in to comment.