Delete go.mod
This commit is contained in:
parent
a880c943da
commit
9cd3590830
15
go.mod
15
go.mod
|
@ -1,15 +0,0 @@
|
|||
module github.com/faiface/pixel
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/faiface/glhf v0.0.0-20211013000516-57b20770c369
|
||||
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3
|
||||
github.com/go-gl/gl v0.0.0-20210905235341-f7a045908259
|
||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210727001814-0db043d8d5be
|
||||
github.com/go-gl/mathgl v1.0.0
|
||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/stretchr/testify v1.7.0
|
||||
golang.org/x/image v0.5.0
|
||||
)
|
Loading…
Reference in New Issue