Skip to content

Commit

Permalink
refactor: package rename
Browse files Browse the repository at this point in the history
  • Loading branch information
voidint committed Jun 5, 2022
1 parent 45ca9e1 commit 2efd67c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"github.com/Masterminds/semver"
"github.com/urfave/cli/v2"
"github.com/voidint/g/build"
"github.com/voidint/g/github"
"github.com/voidint/g/pkg/checksum"
"github.com/voidint/g/pkg/errs"
"github.com/voidint/g/pkg/sdk/github"
)

func update(*cli.Context) (err error) {
Expand Down
File renamed without changes.

0 comments on commit 2efd67c

Please sign in to comment.