From d82e2b72ef5d66e7c7e4e8574d52c5632b681937 Mon Sep 17 00:00:00 2001 From: "Jason E. Aten" Date: Tue, 24 Mar 2015 08:31:55 -0700 Subject: [PATCH] use vendored github.com/glycerine/go-goon --- rw.go.txt | 2 +- rw2.go.txt | 2 +- rw3.go.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rw.go.txt b/rw.go.txt index 43f62b7..b1c2319 100644 --- a/rw.go.txt +++ b/rw.go.txt @@ -5,7 +5,7 @@ import ( "os" "reflect" "bytes" - "github.com/shurcooL/go-goon" + "github.com/glycerine/go-goon" ) // used in rw_test.go for round-trip testing write/read diff --git a/rw2.go.txt b/rw2.go.txt index b6dc722..6206ac6 100644 --- a/rw2.go.txt +++ b/rw2.go.txt @@ -5,7 +5,7 @@ import ( "os" "reflect" "bytes" - "github.com/shurcooL/go-goon" + "github.com/glycerine/go-goon" ) // used in rw2_test.go for round-trip testing write/read diff --git a/rw3.go.txt b/rw3.go.txt index 090dcc5..e3cd4b0 100644 --- a/rw3.go.txt +++ b/rw3.go.txt @@ -5,7 +5,7 @@ import ( "os" "reflect" "bytes" - "github.com/shurcooL/go-goon" + "github.com/glycerine/go-goon" ) // used in rw3_test.go for round-trip testing write/read