From 1d483dc817d7d2746d58cc2a390b71a3d5fd8f80 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Sun, 15 Mar 2015 13:50:08 +0300 Subject: [PATCH] Update reference to gographviz (code.google.com is going to be shut down). --- Gomfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gomfile b/Gomfile index 7ef20532..0940d490 100644 --- a/Gomfile +++ b/Gomfile @@ -1,8 +1,8 @@ gom 'code.google.com/p/go-uuid/uuid', :commit => '5fac954758f5' -gom 'code.google.com/p/gographviz', :commit => '454bc64fdfa2' gom 'code.google.com/p/mxk/go1/flowcontrol', :commit => '5ff2502e2556' gom 'code.google.com/p/snappy-go/snappy', :commit => '12e4b4183793' gom 'github.com/AlekSi/pointer', :commit => '5f6d527dae3d678b46fbb20331ddf44e2b841943' +gom 'github.com/awalterschulze/gographviz', :commit => '20d1f693416d9be045340150094aa42035a41c9e' gom 'github.com/cheggaaa/pb', :commit => '2c1b74620cc58a81ac152ee2d322e28c806d81ed' gom 'github.com/gin-gonic/gin', :commit => 'b1758d3bfa09e61ddbc1c9a627e936eec6a170de' gom 'github.com/jlaffaye/ftp', :commit => 'fec71e62e457557fbe85cefc847a048d57815d76'