Skip to content

Commit

Permalink
feat: add go.mod and go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
cem-unuvar committed Nov 15, 2024
1 parent 7ed82d8 commit 973b0e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/cem-unuvar/websocketproxy

go 1.22.1

require github.com/gorilla/websocket v1.5.3
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=

0 comments on commit 973b0e5

Please sign in to comment.