We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7095232 commit 9bb5baeCopy full SHA for 9bb5bae
examples/main.go
@@ -1,6 +1,6 @@
1
package main
2
3
-import "go-uml/sequence"
+import "github.com/mriceman/go-uml/sequence"
4
5
func main() {
6
d := sequence.NewDiagram("user_starts_chatting")
go.mod
@@ -2,8 +2,9 @@ module github.com/mriceman/go-uml
go 1.20
+require github.com/fogleman/gg v1.3.0
+
7
require (
- github.com/fogleman/gg v1.3.0 // indirect
8
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
9
golang.org/x/image v0.7.0 // indirect
10
)
0 commit comments