Skip to content

Commit

Permalink
chore: Rename module to reflect change of repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
randuck-dev committed Nov 4, 2023
1 parent ff7af8f commit 1a94ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module go-dockercli
module http-parser

go 1.21.3
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
docker "go-dockercli/internal"
docker "http-parser/internal"
"log/slog"
"sync"
)
Expand Down

0 comments on commit 1a94ef9

Please sign in to comment.