-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (24 loc) · 1 KB
/
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
24
25
26
27
28
module github.com/neputevshina/contraption
go 1.20
replace github.com/neputevshina/nanovgo => ./nanovgo
require (
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20231223183121-56fa3ac82ce7
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/goxjs/gl v0.0.0-20230705020350-37525f4d9d35
github.com/h2non/filetype v1.1.3
github.com/neputevshina/geom v0.0.0-20230909172811-bde0896ea4a2
golang.design/x/clipboard v0.7.0
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
golang.org/x/exp/shiny v0.0.0-20240506185415-9bf2ced13842
golang.org/x/image v0.15.0
honnef.co/go/js/console v0.0.0-20150119023344-105276c43558
)
require (
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/goxjs/glfw v0.0.0-20230704040236-622eb27e272a
golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
honnef.co/go/js/dom v0.0.0-20231030024858-cb489e859d05 // indirect
)