Blob Blame History Raw
--- createmock/testdata/golden.gcs_bucket.orig	2019-06-22 22:38:25.826482609 +0200
+++ createmock/testdata/golden.gcs_bucket	2019-06-22 22:38:39.672152784 +0200
@@ -7,10 +7,10 @@
 package mock_gcs
 
 import (
+	context "context"
 	fmt "fmt"
 	oglemock "github.com/jacobsa/oglemock"
 	gcs "github.com/jacobsa/oglemock/createmock/testdata/gcs"
-	context "golang.org/x/net/context"
 	runtime "runtime"
 	unsafe "unsafe"
 )
--- createmock/testdata/golden.gcs_bucket_same_package.orig	2019-06-22 22:42:02.154329288 +0200
+++ createmock/testdata/golden.gcs_bucket_same_package	2019-06-22 22:42:11.451107826 +0200
@@ -7,9 +7,9 @@
 package gcs
 
 import (
+	context "context"
 	fmt "fmt"
 	oglemock "github.com/jacobsa/oglemock"
-	context "golang.org/x/net/context"
 	runtime "runtime"
 	unsafe "unsafe"
 )