Parcourir la source

Add support for go-module

Saddam H il y a 7 ans
Parent
commit
7c8e298727
2 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 1 0
      go.mod
  2. 2 0
      go.sum

+ 1 - 0
go.mod

@@ -0,0 +1 @@
+module github.com/gorilla/websocket

+ 2 - 0
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=