diff options
author | Valery Piashchynski <[email protected]> | 2021-10-16 18:38:12 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-10-16 18:38:12 +0300 |
commit | 6422a83a4dbc1714b981404cef5cb10f709b661e (patch) | |
tree | ac91853b7275592c9cde5b21fe8c03c32995e1dd /go.mod | |
parent | 9fc547dd7165f6928e4e54ca5a77f1395520526e (diff) |
Update dependencies
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -20,7 +20,7 @@ require ( require ( github.com/StackExchange/wmi v1.2.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect - github.com/go-ole/go-ole v1.2.5 // indirect + github.com/go-ole/go-ole v1.2.6 // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/google/go-cmp v0.5.6 // indirect github.com/kr/pretty v0.1.0 // indirect @@ -30,10 +30,10 @@ require ( github.com/tklauser/go-sysconf v0.3.9 // indirect github.com/tklauser/numcpus v0.3.0 // indirect go.uber.org/atomic v1.9.0 // indirect - golang.org/x/net v0.0.0-20211005215030-d2e5035098b3 // indirect - golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect + golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect + golang.org/x/sys v0.0.0-20211015200801-69063c4bb744 // indirect golang.org/x/text v0.3.7 // indirect - google.golang.org/genproto v0.0.0-20211005153810-c76a74d43a8e // indirect + google.golang.org/genproto v0.0.0-20211016002631-37fc39342514 // indirect google.golang.org/protobuf v1.27.1 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |