From f7b4b5e71d1c99509364674d0bdc74b083110ff5 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 16 Jan 2015 01:00:14 -0600 Subject: [PATCH] Update go-flags import paths to new location. --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 1cb02ed..43eca20 100644 --- a/config.go +++ b/config.go @@ -25,8 +25,8 @@ import ( "strings" "github.com/btcsuite/btcutil" + flags "github.com/btcsuite/go-flags" "github.com/conformal/btcwire" - "github.com/conformal/go-flags" ) const (