shotgun/go.mod

9 lines
124 B
Modula-2

module git.sunturtle.xyz/studio/shotgun
go 1.21.6
require (
github.com/google/uuid v1.5.0
nhooyr.io/websocket v1.8.10
)