akavel / ditaa

Go port/fork of ditaa. ditaa is a small command-line utility that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics.
GNU General Public License v2.0
53 stars 5 forks source link

google code dependencies no longer available #3

Closed splitbrain closed 8 years ago

splitbrain commented 8 years ago

dependencies can't be fetched because they reference outdated google code repositories:

package code.google.com/p/graphics-go/graphics: unable to detect version control system for code.google.com/ path
package code.google.com/p/graphics-go/graphics/interp: unable to detect version control system for code.google.com/ path
splitbrain commented 8 years ago

https://github.com/robfig/graphics-go seems to be replacement for that. Unfortunately it has problems itself: https://github.com/robfig/graphics-go/issues/2

splitbrain commented 8 years ago

https://github.com/BurntSushi/graphics-go seems to work