GOingTunneling/go.mod

10 lines
153 B
Modula-2
Raw Normal View History

2024-08-29 00:05:28 +02:00
module goingtunneling
go 1.21
require (
github.com/aquilax/go-perlin v1.1.0
github.com/veandco/go-sdl2 v0.4.40
2024-08-30 19:07:56 +02:00
google.golang.org/protobuf v1.34.2
2024-08-29 00:05:28 +02:00
)