forked from DataCentricAlliance/aerodrop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGomfile
More file actions
20 lines (20 loc) · 683 Bytes
/
Gomfile
File metadata and controls
20 lines (20 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
gom "github.com/aerospike/aerospike-client-go"
gom "github.com/spf13/nitro"
gom "github.com/jingweno/gotask"
gom 'github.com/ogier/pflag'
gom "github.com/ccding/go-stun"
gom "github.com/mailgun/predicate"
gom "github.com/stretchr/testify"
gom "gopkg.in/fatih/set.v0"
gom "gopkg.in/cosn/collections.v1/set"
gom "github.com/fatih/stopwatch"
gom "github.com/fatih/structs"
gom "github.com/timtadh/data-structures"
gom "golang.org/x/tools/cmd/cover"
gom 'gopkg.in/emicklei/hopwatch.v1'
gom 'github.com/davecgh/go-spew/spew'
gom 'github.com/daviddengcn/go-colortext'
gom 'gopkg.in/matm/v1/gocov-html'
gom 'github.com/axw/gocov/gocov'
gom 'github.com/op/go-logging'
gom "gopkg.in/yaml.v2"