Skip to content

Commit 0b1445c

Browse files
committed
updated modules
1 parent 57082d7 commit 0b1445c

File tree

2 files changed

+74
-83
lines changed

2 files changed

+74
-83
lines changed

go.mod

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,36 @@ module github.com/aldernero/sketchy
33
go 1.18
44

55
require (
6-
github.com/aldernero/gaul v0.0.0-20220711031027-bf76bc89fbfd
7-
github.com/hajimehoshi/ebiten/v2 v2.3.6
6+
github.com/aldernero/gaul v0.0.0-20230212032317-80af67ca17bf
7+
github.com/hajimehoshi/ebiten/v2 v2.4.16
88
github.com/lucasb-eyer/go-colorful v1.2.0
9-
github.com/ojrac/opensimplex-go v1.0.2
10-
github.com/stretchr/testify v1.8.0
11-
github.com/tdewolff/canvas v0.0.0-20220627195642-6566432f4b20
12-
golang.org/x/image v0.0.0-20220617043117-41969df76e82
9+
github.com/tdewolff/canvas v0.0.0-20221230020303-9eb6d3934367
10+
golang.org/x/image v0.4.0
1311
)
1412

1513
require (
1614
github.com/ByteArena/poly2tri-go v0.0.0-20170716161910-d102ad91854f // indirect
1715
github.com/adrg/strutil v0.3.0 // indirect
1816
github.com/adrg/sysfont v0.1.2 // indirect
1917
github.com/adrg/xdg v0.4.0 // indirect
20-
github.com/benoitkugler/textlayout v0.1.3 // indirect
18+
github.com/benoitkugler/textlayout v0.3.0 // indirect
2119
github.com/benoitkugler/textprocessing v0.0.2 // indirect
22-
github.com/davecgh/go-spew v1.1.1 // indirect
2320
github.com/dsnet/compress v0.0.1 // indirect
24-
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220622232848-a6c407ee30a0 // indirect
21+
github.com/ebitengine/purego v0.1.1 // indirect
22+
github.com/go-fonts/latin-modern v0.2.0 // indirect
23+
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
2524
github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81 // indirect
26-
github.com/gofrs/flock v0.8.1 // indirect
2725
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
28-
github.com/jezek/xgb v1.0.0 // indirect
29-
github.com/pmezard/go-difflib v1.0.0 // indirect
30-
github.com/tdewolff/minify/v2 v2.12.0 // indirect
31-
github.com/tdewolff/parse/v2 v2.6.1 // indirect
26+
github.com/hajimehoshi/file2byteslice v1.0.0 // indirect
27+
github.com/jezek/xgb v1.1.0 // indirect
28+
github.com/ojrac/opensimplex-go v1.0.2 // indirect
29+
github.com/tdewolff/minify/v2 v2.12.4 // indirect
30+
github.com/tdewolff/parse/v2 v2.6.5 // indirect
3231
github.com/wcharczuk/go-chart/v2 v2.1.0 // indirect
33-
golang.org/x/exp/shiny v0.0.0-20220613132600-b0d781184e0d // indirect
34-
golang.org/x/mobile v0.0.0-20220518205345-8578da9835fd // indirect
35-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
36-
golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e // indirect
37-
golang.org/x/text v0.3.7 // indirect
38-
gonum.org/v1/plot v0.11.0 // indirect
39-
gopkg.in/yaml.v3 v3.0.1 // indirect
32+
golang.org/x/exp/shiny v0.0.0-20230210204819-062eb4c674ab // indirect
33+
golang.org/x/mobile v0.0.0-20221110043201-43a038452099 // indirect
34+
golang.org/x/sys v0.5.0 // indirect
35+
golang.org/x/text v0.7.0 // indirect
36+
gonum.org/v1/plot v0.12.0 // indirect
37+
star-tex.org/x/tex v0.4.0 // indirect
4038
)

0 commit comments

Comments
 (0)