From b1442858fec708d10f3752e31cc6bd13b46a7509 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 22 Apr 2019 07:42:40 +0900 Subject: [PATCH] Updated aero version --- go.mod | 4 +++- go.sum | 5 ++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 2d191d6a..9cbd66a5 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( cloud.google.com/go v0.37.4 // indirect github.com/OneOfOne/xxhash v1.2.5 github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect - github.com/aerogo/aero v1.0.2 + github.com/aerogo/aero v1.0.3 github.com/aerogo/api v0.1.0 github.com/aerogo/crawler v0.1.1 github.com/aerogo/http v0.1.1 @@ -47,7 +47,9 @@ require ( go.uber.org/atomic v1.3.2 // indirect go.uber.org/multierr v1.1.0 // indirect go.uber.org/zap v1.9.1 // indirect + golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480 // indirect golang.org/x/image v0.0.0-20190417020941-4e30a6eb7d9a // indirect + golang.org/x/net v0.0.0-20190420063019-afa5a82059c6 // indirect golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a google.golang.org/appengine v1.5.0 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect diff --git a/go.sum b/go.sum index 421f9a30..fe38b44e 100644 --- a/go.sum +++ b/go.sum @@ -14,8 +14,8 @@ github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 h1:UUppSQnhf4Yc6 github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg= github.com/aerogo/aero v1.0.1 h1:9YpWV2YAzq1cidiGK/JD1W0Ub14U1Mwo8H3rZZeyO0M= github.com/aerogo/aero v1.0.1/go.mod h1:5SEmHzcetTWlszMRfB44gZq+7iPScPOQYFMixr/wspg= -github.com/aerogo/aero v1.0.2 h1:eZNZgjc/aBEu6StdtINyDsYVCpndPZD259X8Tt1DprI= -github.com/aerogo/aero v1.0.2/go.mod h1:8FALSyyUbx5H1PSnarF2qMfiuqOsgJgcLtZPLlJL+CY= +github.com/aerogo/aero v1.0.3 h1:dywT6jDOGjLlcxekV77+8TS1dTFSRD127+7WPQLYV+Q= +github.com/aerogo/aero v1.0.3/go.mod h1:GY3ZcLbfrylmJxfImrqnEOTqCxBWtWuK2jVWcP4mNWM= github.com/aerogo/api v0.1.0 h1:u1sqJWJS0cDKyopNpaOE10tVoIfL0rqZR929q9ESd2M= github.com/aerogo/api v0.1.0/go.mod h1:OVHGZDrfsM80Nr3biKxsvDHy9S/JKop/i2JS6QgI3qg= github.com/aerogo/cluster v0.1.0 h1:CZOY8ONzyRonu4tN2vLsAeZEME3vu2DlNhmuoAEgLQQ= @@ -240,7 +240,6 @@ github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a h1:pa8hGb/2 github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=