diff --git a/reactr/hello/go.mod b/reactr/hello/go.mod index 9055b67..d0fdb7f 100644 --- a/reactr/hello/go.mod +++ b/reactr/hello/go.mod @@ -30,5 +30,5 @@ require ( golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect golang.org/x/net v0.0.0-20211111160137-58aab5ef257a // indirect golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect - golang.org/x/text v0.3.7 // indirect + golang.org/x/text v0.3.8 // indirect )