go.sum go.uber.org/atomic v1.5.0

This commit is contained in:
Evgeniy Kulikov 2020-02-19 15:48:53 +03:00
parent 75113f8195
commit f86115bf6e
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2

1
go.mod
View file

@ -10,6 +10,7 @@ require (
github.com/prometheus/client_golang v1.4.1 // v1.2.1 => v1.4.1 github.com/prometheus/client_golang v1.4.1 // v1.2.1 => v1.4.1
github.com/spf13/pflag v1.0.5 github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2 // v1.6.1 => v1.6.2 github.com/spf13/viper v1.6.2 // v1.6.1 => v1.6.2
go.uber.org/atomic v1.5.0
go.uber.org/zap v1.13.0 go.uber.org/zap v1.13.0
google.golang.org/grpc v1.27.1 // v1.25.1 => v1.27.1 google.golang.org/grpc v1.27.1 // v1.25.1 => v1.27.1
) )