-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
23 lines (20 loc) · 962 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/rocketlaunchr/showerglass
go 1.18
require github.com/rocketlaunchr/showerglass/core latest
require (
gioui.org v0.0.0-20211113093644-40bc2e1f88b8 // indirect
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect
gioui.org/shader v1.0.6 // indirect
github.com/disintegration/imaging v1.6.2 // indirect
github.com/esimov/caire v1.4.4 // indirect
github.com/esimov/pigo v1.4.5 // indirect
github.com/esimov/triangle/v2 v2.0.0 // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
golang.org/x/exp v0.0.0-20220407100705-7b9b53b0aca4 // indirect
golang.org/x/exp/shiny v0.0.0-20220317015231-48e79f11773a // indirect
golang.org/x/image v0.0.0-20220321031419-a8550c1d254a // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/text v0.3.6 // indirect
)