We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf98463 + 30b5cee commit 9943fedCopy full SHA for 9943fed
go.mod
@@ -3,12 +3,11 @@ module github.com/gutrse3321/web-marisa
3
go 1.15
4
5
require (
6
- github.com/gin-gonic/gin v1.7.0
+ github.com/gin-gonic/gin v1.9.0
7
github.com/google/wire v0.5.0
8
github.com/gutrse3321/aki/pkg v0.0.0-20200619033054-c20e563bfd91
9
github.com/pkg/errors v0.9.1
10
github.com/spf13/viper v1.7.0
11
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
+ google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
14
)
0 commit comments