forked from canonical/go-dqlite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 725 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.1
github.com/bketelsen/crypt v0.0.4 // indirect
github.com/google/renameio v1.0.1
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mattn/go-sqlite3 v1.14.16
github.com/pelletier/go-toml v1.9.3 // indirect
github.com/peterh/liner v1.2.2
github.com/pkg/errors v0.9.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.15.0 // indirect
github.com/stretchr/testify v1.8.2
golang.org/x/sync v0.1.0
golang.org/x/sys v0.6.0
gopkg.in/yaml.v2 v2.4.0
)