Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

build(deps): bump github.com/gin-gonic/gin from 1.7.0 to 1.9.1 #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,18 @@ require (
github.com/aws/aws-sdk-go v1.36.30
github.com/aws/aws-sdk-go-v2 v0.23.0
github.com/benweissmann/memongo v0.1.1
github.com/gin-gonic/gin v1.7.0
github.com/gin-gonic/gin v1.9.1
github.com/go-redis/redis/v8 v8.11.0
github.com/gofiber/fiber/v2 v2.11.0
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.0
github.com/google/uuid v1.1.1
github.com/json-iterator/go v1.1.10 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.16.1
github.com/onsi/gomega v1.11.0
github.com/stretchr/testify v1.7.0 // indirect
github.com/ugorji/go v1.1.13 // indirect
github.com/valyala/fasthttp v1.26.0
go.mongodb.org/mongo-driver v1.5.2
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect

)
Loading