-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 901 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
module github.com/thejasbabu/track-it
go 1.13
require (
github.com/alexeyco/simpletable v0.0.0-20200203113705-55bd62a5b8df
github.com/badgerodon/collections v0.0.0-20130729185459-604e922904d3 // indirect
github.com/dgraph-io/badger v1.6.1
github.com/dgraph-io/badger/v2 v2.0.3 // indirect
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect
github.com/google/uuid v1.1.1
github.com/jroimartin/gocui v0.4.0
github.com/magiconair/properties v1.8.1 // indirect
github.com/mum4k/termdash v0.12.1
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/vektra/mockery v1.1.2 // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/tools v0.0.0-20200731060945-b5fad4ed8dd6 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)