Skip to content

Commit

Permalink
test: use athodyd module
Browse files Browse the repository at this point in the history
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
  • Loading branch information
hasheddan committed Nov 19, 2019
1 parent 376bb7d commit f0d87d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ 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
github.com/crossplaneio/crossplane-runtime v0.2.2
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
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit f0d87d0

Please sign in to comment.