diff options
author | EuAndreh <eu@euandre.org> | 2024-07-24 16:28:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-07-25 06:19:32 -0300 |
commit | 1dae188a72b9b3bed93c1bd8fd95890e02e57b2a (patch) | |
tree | 345ef96f5e4b7233173d381737ae0d7bb0a3c738 /go.mod | |
parent | Initial empty commit (diff) | |
download | wscat-1dae188a72b9b3bed93c1bd8fd95890e02e57b2a.tar.gz wscat-1dae188a72b9b3bed93c1bd8fd95890e02e57b2a.tar.xz |
Initial implementation
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +module euandre.org/wscat + +go 1.21.5 + +require github.com/gorilla/websocket v1.5.1 +require golang.org/x/net v0.17.0 // indirect +require euandre.org/gobang v0.1.0 +replace euandre.org/gobang => ../gobang |