加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 773 Bytes
一键复制 编辑 原始数据 按行查看 历史
module rais
require (
github.com/BurntSushi/toml v0.3.0
github.com/aws/aws-sdk-go v1.15.82
github.com/gorilla/mux v1.7.3
github.com/hashicorp/golang-lru v0.5.0
github.com/jessevdk/go-flags v1.4.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/opentracing/opentracing-go v1.0.2 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.2.1
github.com/stretchr/testify v1.2.2 // indirect
github.com/tinylib/msgp v1.0.2 // indirect
github.com/uoregon-libraries/gopkg v0.7.0
golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect
gopkg.in/DataDog/dd-trace-go.v1 v1.3.0
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化