commit 2bd46e785603e8df9c8328f1e444d2d91f52b05e
parent 6bbbe32b6f65110bd48fdfe7da4ca50063e56a39
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 2 Feb 2016 16:35:42 +0100
Updating import path for the 'idna' package, as code.google.com is now closed
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rrda.go b/rrda.go
@@ -5,7 +5,7 @@
/* http://www.statdns.com */
/* */
/* Created: 2012-03-11 */
-/* Last Updated: 2016-01-05 */
+/* Last Updated: 2016-02-02 */
/* */
/* RRDA is released under the BSD 3-Clause license. */
/* See LICENSE file for details. */
@@ -15,7 +15,7 @@
package main
import (
- "code.google.com/p/go.net/idna"
+ "golang.org/x/net/idna"
"encoding/json"
"flag"
"fmt"