From f0d87d077173e073e234f1477ca98f9b79f584e4 Mon Sep 17 00:00:00 2001 From: hasheddan Date: Tue, 19 Nov 2019 11:54:49 -0600 Subject: [PATCH] test: use athodyd module Signed-off-by: hasheddan --- go.mod | 4 +--- go.sum | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c7f9d88fa..e37ee1ead 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/crossplaneio/stack-gcp go 1.12 -replace github.com/hasheddan/athodyd => ../../hasheddan/athodyd - require ( cloud.google.com/go v0.43.0 github.com/crossplaneio/crossplane v0.4.0 @@ -11,7 +9,7 @@ require ( github.com/crossplaneio/crossplane-tools v0.0.0-20191023215726-61fa1eff2a2e github.com/google/go-cmp v0.3.1 github.com/googleapis/gax-go v1.0.3 - github.com/hasheddan/athodyd v0.0.0-20191115183048-72f37a161356 + github.com/hasheddan/athodyd v0.0.0-20191119165227-7487ee4565e5 github.com/onsi/gomega v1.7.1 github.com/pkg/errors v0.8.1 golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect diff --git a/go.sum b/go.sum index 4d292aa46..fb9b0fd1c 100644 --- a/go.sum +++ b/go.sum @@ -132,6 +132,8 @@ github.com/googleapis/gnostic v0.3.1 h1:WeAefnSUHlBb0iJKwxFDZdbfGwkd7xRNuV+IpXMJ github.com/googleapis/gnostic v0.3.1/go.mod h1:on+2t9HRStVgn95RSsFWFz+6Q0Snyqv1awfrALZdbtU= github.com/gophercloud/gophercloud v0.6.0 h1:Xb2lcqZtml1XjgYZxbeayEemq7ASbeTp09m36gQFpEU= github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= +github.com/hasheddan/athodyd v0.0.0-20191119165227-7487ee4565e5 h1:wCMgWvv5Nvcune6WDWP603ct9a4cTaeeY7z1D5q6V7g= +github.com/hasheddan/athodyd v0.0.0-20191119165227-7487ee4565e5/go.mod h1:R/RvpYCUa4YRTZO/qSAcopI2LJqM/sqaJ+bCi8Vvtng= github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=