fixed an error in the module name
Dieser Commit ist enthalten in:
Ursprung
ecdf2c5b77
Commit
7cf90595e6
|
@ -1,4 +1,4 @@
|
||||||
module go.sebtobie.de/httpserver/cmd
|
module go.sebtobie.de/httpserver/command
|
||||||
|
|
||||||
go 1.19
|
go 1.19
|
||||||
|
|
||||||
|
@ -51,3 +51,5 @@ require (
|
||||||
google.golang.org/protobuf v1.28.1 // indirect
|
google.golang.org/protobuf v1.28.1 // indirect
|
||||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
|
retract v0.5.0 // bug in the submodule command name
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -57,3 +57,5 @@ require (
|
||||||
google.golang.org/protobuf v1.28.1 // indirect
|
google.golang.org/protobuf v1.28.1 // indirect
|
||||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
|
retract v0.5.0 // bug in the submodule command name
|
||||||
|
|
Laden…
In neuem Issue referenzieren