Skip to content

Commit 9bb5bae

Browse files
committed
fixed import of example
1 parent 7095232 commit 9bb5bae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package main
22

3-
import "go-uml/sequence"
3+
import "github.com/mriceman/go-uml/sequence"
44

55
func main() {
66
d := sequence.NewDiagram("user_starts_chatting")

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ module github.com/mriceman/go-uml
22

33
go 1.20
44

5+
require github.com/fogleman/gg v1.3.0
6+
57
require (
6-
github.com/fogleman/gg v1.3.0 // indirect
78
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
89
golang.org/x/image v0.7.0 // indirect
910
)

0 commit comments

Comments
 (0)