-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 727 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/TesterCC/gin_test_project
go 1.13
require (
github.com/gin-gonic/autotls v0.0.0-20200314141124-cc69476aef2a
github.com/gin-gonic/gin v1.8.1
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.11.1
github.com/goccy/go-json v0.9.11 // indirect
github.com/gorilla/websocket v1.4.2
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/stretchr/testify v1.8.0
golang.org/x/crypto v0.0.0-20220924013350-4ba4fb4dd9e7 // indirect
golang.org/x/net v0.7.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2
)