Skip to content

Commit

Permalink
Add support for go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
asergeyev committed Jan 28, 2019
1 parent 3deec03 commit a3c48d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
@@ -0,0 +1,3 @@
module github.com/joewalnes/websocketd

require github.com/gorilla/websocket v1.4.0
2 changes: 2 additions & 0 deletions go.sum
@@ -0,0 +1,2 @@
github.com/gorilla/websocket v1.4.0 h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q=
github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=

0 comments on commit a3c48d4

Please sign in to comment.