diff options
author | Valery Piashchynski <[email protected]> | 2022-02-01 11:26:00 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-02-01 11:26:00 +0300 |
commit | 02564530735a05b3b0eb6661f28023df1811a832 (patch) | |
tree | 4ebe269c842b6009fe05ff241dbaea766d7d3578 /go.mod | |
parent | 682b0f8c4b832e6ac728928d3c203e7f779f6378 (diff) |
deps: update dependencies
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ module github.com/roadrunner-server/roadrunner/v2 go 1.17 require ( - github.com/buger/goterm v1.0.1 + github.com/buger/goterm v1.0.4-0.20220125193406-a73545aae7d6 github.com/dustin/go-humanize v1.0.0 github.com/fatih/color v1.13.0 github.com/joho/godotenv v1.4.0 @@ -96,7 +96,7 @@ require ( github.com/hashicorp/hcl v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/klauspost/compress v1.14.2 // indirect - github.com/klauspost/cpuid/v2 v2.0.9 // indirect + github.com/klauspost/cpuid/v2 v2.0.10 // indirect github.com/libdns/libdns v0.2.1 // indirect github.com/magiconair/properties v1.8.5 // indirect github.com/mattn/go-colorable v0.1.12 // indirect @@ -148,7 +148,7 @@ require ( go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.7.0 // indirect go.uber.org/zap v1.20.0 // indirect - golang.org/x/crypto v0.0.0-20220128200615-198e4374d7ed // indirect + golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect golang.org/x/mod v0.5.1 // indirect golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect |