Skip to content

Commit 9943fed

Browse files
authored
Merge pull request #15 from TohoOutsiders/dependabot/go_modules/github.com/gin-gonic/gin-1.9.0
Bump github.com/gin-gonic/gin from 1.7.0 to 1.9.0
2 parents cf98463 + 30b5cee commit 9943fed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ module github.com/gutrse3321/web-marisa
33
go 1.15
44

55
require (
6-
github.com/gin-gonic/gin v1.7.0
6+
github.com/gin-gonic/gin v1.9.0
77
github.com/google/wire v0.5.0
88
github.com/gutrse3321/aki/pkg v0.0.0-20200619033054-c20e563bfd91
99
github.com/pkg/errors v0.9.1
1010
github.com/spf13/viper v1.7.0
1111
go.uber.org/zap v1.10.0
12-
golang.org/x/net v0.0.0-20200528225125-3c3fba18258b // indirect
13-
google.golang.org/protobuf v1.24.0 // indirect
12+
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
1413
)

0 commit comments

Comments
 (0)