1 Star 0 Fork 103

hackerdom / ohUrlShortener

forked from 巴拉迪维 / ohUrlShortener 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
巴拉迪维 提交于 2022-11-22 17:07 . Update dependencies
module ohurlshortener
go 1.16
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/btcsuite/btcd/btcutil v1.1.3
github.com/bxcodec/faker/v3 v3.8.0
github.com/dchest/captcha v1.0.0
github.com/gin-gonic/gin v1.8.1
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/go-redis/redis/v8 v8.11.5
github.com/goccy/go-json v0.9.11 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/huandu/xstrings v1.3.3 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/jmoiron/sqlx v1.3.5
github.com/lib/pq v1.10.7
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/xuri/excelize/v2 v2.6.1
golang.org/x/crypto v0.3.0 //indirect
golang.org/x/sync v0.1.0
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/ini.v1 v1.67.0
)
Go
1
https://gitee.com/hackerodm/ohurlshortener.git
git@gitee.com:hackerodm/ohurlshortener.git
hackerodm
ohurlshortener
ohUrlShortener
main

搜索帮助