-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (21 loc) · 793 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
24
25
26
module github.com/headblockhead/picoDoomsdayMessenger
go 1.19
replace github.com/headblockhead/tinygorfm9x => ../tinygoRFM9X
require (
golang.org/x/image v0.3.0
tinygo.org/x/drivers v0.23.0
)
require (
github.com/faiface/glhf v0.0.0-20211013000516-57b20770c369 // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
github.com/go-gl/mathgl v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.8.1 // indirect
)
require (
github.com/faiface/pixel v0.10.0
github.com/headblockhead/tinygorfm9x v1.0.2
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
)