forked from gin-gonic/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1.02 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/gin-gonic/examples
go 1.16
require (
github.com/dustin/go-broadcast v0.0.0-20171205050544-f664265f5a66
github.com/fatih/color v1.9.0
github.com/gin-gonic/autotls v0.0.0-20190406003154-fb31fc47f521
github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
github.com/gin-gonic/gin v1.7.2
github.com/go-cas/cas v2.1.0+incompatible
github.com/go-playground/validator/v10 v10.4.1
github.com/golang/protobuf v1.3.3
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15
github.com/manucorporat/stats v0.0.0-20180402194714-3ba42d56d227
github.com/newrelic/go-agent v2.7.0+incompatible
github.com/stretchr/testify v1.4.0
github.com/thinkerou/favicon v0.1.0
go.uber.org/atomic v1.6.0 // indirect
go.uber.org/ratelimit v0.1.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/sync v0.0.0-20190423024810-112230192c58
google.golang.org/grpc v1.25.1
gopkg.in/cas.v2 v2.2.2 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2
)