diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,11 +3,11 @@ module github.com/network-quality/goresponsiveness go 1.18 require ( - golang.org/x/net v0.0.0-20220225172249-27dd8689420f - golang.org/x/sys v0.1.0 + golang.org/x/net v0.7.0 + golang.org/x/sys v0.5.0 ) require ( - golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 - golang.org/x/text v0.3.7 // indirect + golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb + golang.org/x/text v0.7.0 // indirect ) |
