go-gun/go.mod

9 lines
131 B
Modula-2
Raw Normal View History

module github.com/ChronosX88/go-gun
go 1.12
require (
github.com/gorilla/websocket v1.4.1
github.com/stretchr/testify v1.4.0
)