Skip to content

Commit

Permalink
Upgrade gin to v1.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: JmPotato <[email protected]>
  • Loading branch information
JmPotato committed Sep 23, 2024
1 parent 635e79e commit f4543b1
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 25 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/coreos/go-semver v0.3.0
github.com/docker/go-units v0.4.0
github.com/gin-gonic/gin v1.7.4
github.com/gin-gonic/gin v1.10.0
github.com/go-echarts/go-echarts v1.0.0
github.com/gogo/protobuf v1.3.2
github.com/google/btree v1.0.0
Expand All @@ -37,7 +37,7 @@ require (
github.com/sasha-s/go-deadlock v0.2.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.9.0
github.com/swaggo/http-swagger v1.2.6
github.com/swaggo/swag v1.8.3
github.com/syndtr/goleveldb v1.0.1-0.20190318030020-c3a204f8e965
Expand All @@ -49,10 +49,9 @@ require (
go.etcd.io/etcd v0.5.0-alpha.5.0.20191023171146-3cf2f69b5738
go.uber.org/goleak v1.1.12
go.uber.org/zap v1.19.1
golang.org/x/text v0.3.7
golang.org/x/text v0.15.0
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
golang.org/x/tools v0.1.10
golang.org/x/tools v0.6.0
google.golang.org/grpc v1.26.0
google.golang.org/protobuf v1.30.0 // indirect
gotest.tools/gotestsum v1.7.0
)
Loading

0 comments on commit f4543b1

Please sign in to comment.