Change package name to edgaru089.ink/go/gl01 & Update dependencies

This commit is contained in:
2024-08-02 18:38:33 +08:00
parent e4fc6f4d96
commit c954c502ba
34 changed files with 90 additions and 82 deletions

10
go.mod
View File

@@ -1,13 +1,13 @@
module edgaru089.ml/go/gl01
module edgaru089.ink/go/gl01
go 1.17
require (
github.com/aquilax/go-perlin v1.1.0
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec
github.com/go-gl/mathgl v1.0.0
github.com/inkyblackness/imgui-go/v4 v4.4.0
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a
github.com/go-gl/mathgl v1.1.0
github.com/inkyblackness/imgui-go/v4 v4.7.0
)
require golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f // indirect