1 Star 0 Fork 6

snail / helloworld

forked from nick / helloworld 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
go.mod 877 Bytes
一键复制 编辑 原始数据 按行查看 历史
nick 提交于 2022-11-22 16:11 . 添加redis的访问,用于compose案例
module helloworld
go 1.18
require (
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/gomodule/redigo v1.8.9 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.12.0 // indirect
github.com/subosito/gotenv v1.3.0 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)
Go
1
https://gitee.com/janthinasnail/helloworld.git
git@gitee.com:janthinasnail/helloworld.git
janthinasnail
helloworld
helloworld
master

搜索帮助