diff --git a/eurekapp/go.mod b/eurekapp/go.mod index ac8f32d..9c6985d 100644 --- a/eurekapp/go.mod +++ b/eurekapp/go.mod @@ -42,7 +42,7 @@ require ( github.com/spf13/cast v1.2.0 // indirect golang.org/x/mod v0.4.2 // indirect golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect - golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect + golang.org/x/sys v0.1.0 // indirect golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect