소스 검색

Update go.mod

hliang 1 년 전
부모
커밋
8bd6e4df94
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      go.mod

+ 4 - 4
go.mod

@@ -1,9 +1,9 @@
 module rpc
 
-go 1.16
+go 1.20
 
 require (
-	github.com/gin-gonic/gin v1.7.4
-	github.com/gorilla/websocket v1.4.2
-	github.com/unrolled/secure v1.0.9
+	github.com/gin-gonic/gin v1.9.1
+	github.com/gorilla/websocket v1.5.0
+	github.com/unrolled/secure v1.13.0
 )