1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
module github.com/cowsql/go-cowsql
// 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/pierrec/lz4/v4 v4.1.18 // indirect
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
)
|