Skip to content

Commit

Permalink
fix module path
Browse files Browse the repository at this point in the history
  • Loading branch information
lzeng committed Jan 9, 2025
1 parent 49529f3 commit 82ac9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/urfave/cli/v2"

Check failure on line 9 in main.go

View workflow job for this annotation

GitHub Actions / build

missing go.sum entry for module providing package github.com/urfave/cli/v2 (imported by github.com/craftleon/echoserver); to add:

"echoserver/server"
"github.com/craftleon/echoserver/server"
)

func main() {
Expand Down

0 comments on commit 82ac9a7

Please sign in to comment.