Files
CProxy/test/go.mod
linzhaosheng c682805f71 命名规范
2022-08-21 04:43:21 +08:00

9 lines
157 B
Modula-2

module github.com/lzs123/CProxy/test
go 1.16
require (
github.com/gin-gonic/gin v1.7.7
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
)