Skip to content

Commit

Permalink
upgrade go module (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noofbiz committed Jun 20, 2021
1 parent 0b6923a commit dbed6c3
Show file tree
Hide file tree
Showing 2 changed files with 430 additions and 19 deletions.
38 changes: 19 additions & 19 deletions go.mod
@@ -1,32 +1,32 @@
module github.com/EngoEngine/engo

require (
github.com/EngoEngine/ecs v1.0.4
github.com/EngoEngine/gl v1.0.11
github.com/EngoEngine/ecs v1.0.5
github.com/EngoEngine/gl v1.0.12
github.com/EngoEngine/math v1.0.4
github.com/Noofbiz/sdlMojaveFix v0.0.1
github.com/Noofbiz/tmx v0.2.0
github.com/go-bindata/go-bindata v3.1.2+incompatible
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200420212212-258d9bec320e
github.com/go-gl/mathgl v0.0.0-20190713194549-592312d8590a
github.com/go-gl/gl v0.0.0-20210501111010-69f74958bac0 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210410170116-ea3d685f79fb
github.com/go-gl/mathgl v1.0.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/hajimehoshi/go-mp3 v0.2.1
github.com/hajimehoshi/oto v0.5.4
github.com/jfreymuth/oggvorbis v1.0.1
github.com/hajimehoshi/go-mp3 v0.3.2
github.com/hajimehoshi/oto v0.7.1
github.com/jfreymuth/oggvorbis v1.0.3
github.com/kr/pretty v0.2.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/srwiley/oksvg v0.0.0-20200311192757-870daf9aa564
github.com/srwiley/rasterx v0.0.0-20200120212402-85cb7272f5e9
github.com/stretchr/testify v1.5.1
github.com/veandco/go-sdl2 v0.4.4
github.com/vulkan-go/glfw v0.0.0-20190520160600-32f33e359ff2
github.com/vulkan-go/vulkan v0.0.0-20200123094538-aa511c71e200
golang.org/x/exp v0.0.0-20200513190911-00229845015e // indirect
golang.org/x/image v0.0.0-20200430140353-33d19683fad8
golang.org/x/mobile v0.0.0-20200329125638-4c31acba0007
golang.org/x/net v0.0.0-20200505041828-1ed23360d12c // indirect
golang.org/x/sys v0.0.0-20200602100848-8d3cce7afc34 // indirect
golang.org/x/text v0.3.2 // indirect
github.com/srwiley/oksvg v0.0.0-20210519022825-9fc0c575d5fe
github.com/srwiley/rasterx v0.0.0-20210519020934-456a8d69b780
github.com/stretchr/testify v1.7.0
github.com/veandco/go-sdl2 v0.4.8
github.com/vulkan-go/glfw v0.0.0-20210402172934-58379a80228d
github.com/vulkan-go/vulkan v0.0.0-20210402152248-956e3850d8f9
golang.org/x/exp v0.0.0-20210618142145-ffcf9a09ea36 // indirect
golang.org/x/image v0.0.0-20210607152325-775e3b0c77b9
golang.org/x/mobile v0.0.0-20210614202936-7c8f154d1008
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)
Expand Down

0 comments on commit dbed6c3

Please sign in to comment.