mirror of
https://github.com/ChronosX88/go-gun.git
synced 2024-11-08 20:21:01 +00:00
9 lines
131 B
Modula-2
9 lines
131 B
Modula-2
module github.com/ChronosX88/go-gun
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|