Merge pull request #32 from chris-sun-star/dep_update
update dependency
Showing
... | ... | @@ -7,13 +7,12 @@ require ( |
github.com/dolthub/go-mysql-server v0.10.0 | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/gin-contrib/pprof v1.3.0 | ||
github.com/gin-gonic/gin v1.7.2 | ||
github.com/gin-gonic/gin v1.7.7 | ||
github.com/go-kit/kit v0.10.0 | ||
github.com/go-kit/log v0.1.0 | ||
github.com/go-sql-driver/mysql v1.6.0 | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/gwatts/gin-adapter v0.0.0-20170508204228-c44433c485ad | ||
github.com/hashicorp/golang-lru v0.5.3 // indirect | ||
github.com/huandu/go-clone v1.3.0 | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/mattn/go-isatty v0.0.12 | ||
... | ... | @@ -43,5 +42,5 @@ require ( |
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect | ||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | ||
gopkg.in/yaml.v3 v3.0.0 | ||
) |
想要评论请 注册 或 登录