Skip to content

Commit

Permalink
chore: upgrade dependenies
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkerou committed Jul 26, 2022
1 parent c36d28b commit 91fb0d9
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 14 deletions.
35 changes: 21 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,28 @@ 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/gin v1.7.2
github.com/go-playground/validator/v10 v10.4.1
github.com/golang/protobuf v1.3.3
github.com/dustin/go-broadcast v0.0.0-20211018055107-71439988bd91
github.com/fatih/color v1.13.0
github.com/gin-gonic/autotls v0.0.3
github.com/gin-gonic/gin v1.8.1
github.com/go-playground/validator/v10 v10.11.0
github.com/goccy/go-json v0.9.10 // indirect
github.com/golang/protobuf v1.5.2
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/mattn/go-colorable v0.1.12 // indirect
github.com/newrelic/go-agent v3.17.0+incompatible
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/stretchr/testify v1.7.2
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
go.uber.org/ratelimit v0.2.0
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
golang.org/x/net v0.0.0-20220725212005-46097bf591d3
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c // indirect
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b // indirect
google.golang.org/grpc v1.48.0
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
)
Loading

0 comments on commit 91fb0d9

Please sign in to comment.