Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

chore(deps): bump github.com/gin-gonic/gin from 1.7.0 to 1.9.0 #200

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
17 changes: 6 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,24 @@ require (
github.com/elazarl/goproxy v0.0.0-20200426045556-49ad98f6dac1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/flamego/binding v0.0.0-20210826141511-a26e848cdaa3
github.com/flamego/cors v0.0.0-20211007054804-b92c10841d19 // indirect
github.com/flamego/cors v0.0.0-20211007054804-b92c10841d19
github.com/flamego/flamego v0.0.0-20211002062834-f84595763ddb
github.com/flamego/session v0.0.0-20210607182212-8d30fdff82f2
github.com/flamego/validator v0.0.0-20210821065223-7cb80dd2ce7a
github.com/getsentry/sentry-go v0.7.0
github.com/gin-contrib/cors v1.3.0
github.com/gin-contrib/static v0.0.0-20191128031702-f81c604d8ac2
github.com/gin-gonic/gin v1.7.0
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/gin-gonic/gin v1.9.0
github.com/go-sql-driver/mysql v1.6.0
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.1 // indirect
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
github.com/gorilla/mux v1.7.4 // indirect
github.com/gorilla/sessions v1.2.0 // indirect
github.com/gorilla/websocket v1.4.2
github.com/gosimple/slug v1.9.0 // indirect
github.com/jackc/pgconn v1.8.1
github.com/jinzhu/gorm v1.9.12
github.com/json-iterator/go v1.1.9
github.com/json-iterator/go v1.1.12
github.com/lib/pq v1.8.0 // indirect
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-colorable v0.1.11 // indirect
Expand Down Expand Up @@ -67,7 +64,7 @@ require (
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/stretchr/testify v1.7.1-0.20210427113832-6241f9ab9942
github.com/stretchr/testify v1.8.1
github.com/thanhpk/randstr v1.0.4
github.com/theplant/cldr v0.0.0-20190423050709-9f76f7ce4ee8 // indirect
github.com/theplant/htmltestingutils v0.0.0-20190423050759-0e06de7b6967 // indirect
Expand All @@ -77,14 +74,12 @@ require (
github.com/vidar-team/Cardinal_frontend v0.7.3
github.com/vidar-team/Cardinal_manager_frontend v0.7.3
github.com/yosssi/gohtml v0.0.0-20200424144038-a48de20dd9dd // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
golang.org/x/sys v0.0.0-20211006225509-1a26e0398eed // indirect
golang.org/x/text v0.3.6
golang.org/x/crypto v0.5.0
golang.org/x/text v0.7.0
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20201030142918-24207fddd1c3 // indirect
google.golang.org/grpc v1.33.1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gorm.io/driver/mysql v1.1.2
gorm.io/driver/postgres v1.1.0
Expand Down
Loading