加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/canonical/go-dqlite
克隆/下载
go.mod 524 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cole Miller 提交于 2023-03-13 16:59 . Switch from yaml.v2 to yaml.v3
module github.com/canonical/go-dqlite
// This is to maintain the ppa package on focal
go 1.13
require (
github.com/Rican7/retry v0.3.0
github.com/google/renameio v1.0.1
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mattn/go-sqlite3 v1.14.7
github.com/peterh/liner v1.2.1
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
gopkg.in/yaml.v2 v2.4.0
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化