-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgo.mod
23 lines (20 loc) · 704 Bytes
/
go.mod
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/rcowham/go-libp4dlog
go 1.18
require (
github.com/bvinc/go-sqlite-lite v0.6.1
github.com/machinebox/progress v0.2.0
github.com/perforce/p4prometheus v0.8.2
github.com/pkg/profile v1.6.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/matryer/is v1.4.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.20.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)