shotgun/go.mod

9 lines
124 B
Modula-2
Raw Normal View History

2024-01-20 22:06:56 -06:00
module git.sunturtle.xyz/studio/shotgun
2024-01-21 01:33:44 -06:00
go 1.21.6
2024-01-22 20:16:10 -06:00
require (
github.com/google/uuid v1.5.0
nhooyr.io/websocket v1.8.10
)