diff options
author | Valery Piashchynski <[email protected]> | 2021-09-01 13:48:40 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-01 13:48:40 +0300 |
commit | 5ad241b23b64faf7389c424bdecd3489338fa1ba (patch) | |
tree | 40ccb9160519836a608e51993ad9fd299b5eb89f /go.mod | |
parent | 850c68d581e198da1dad006674cc5157eaf9228b (diff) |
Update Makefile
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -24,7 +24,7 @@ require ( github.com/klauspost/compress v1.13.5 github.com/prometheus/client_golang v1.11.0 github.com/rabbitmq/amqp091-go v0.0.0-20210823000215-c428a6150891 - github.com/shirou/gopsutil v3.21.7+incompatible + github.com/shirou/gopsutil v3.21.8+incompatible github.com/spf13/viper v1.8.1 // SPIRAL ==== github.com/spiral/endure v1.0.3 @@ -39,7 +39,7 @@ require ( go.uber.org/zap v1.19.0 golang.org/x/net v0.0.0-20210825183410-e898025ed96a golang.org/x/sync v0.0.0-20210220032951-036812b2e83c - golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf + golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e google.golang.org/protobuf v1.27.1 gopkg.in/natefinch/lumberjack.v2 v2.0.0 ) @@ -84,7 +84,6 @@ require ( github.com/valyala/fasthttp v1.29.0 // indirect github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect - github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect go.uber.org/atomic v1.9.0 // indirect golang.org/x/text v0.3.7 // indirect golang.org/x/tools v0.1.5 // indirect |