diff --git a/command/go.mod b/command/go.mod index a710d2b..33699fb 100644 --- a/command/go.mod +++ b/command/go.mod @@ -1,4 +1,4 @@ -module go.sebtobie.de/httpserver/cmd +module go.sebtobie.de/httpserver/command go 1.19 @@ -51,3 +51,5 @@ require ( google.golang.org/protobuf v1.28.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) + +retract v0.5.0 // bug in the submodule command name diff --git a/go.mod b/go.mod index abf40e1..c654d7f 100644 --- a/go.mod +++ b/go.mod @@ -57,3 +57,5 @@ require ( google.golang.org/protobuf v1.28.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) + +retract v0.5.0 // bug in the submodule command name