-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 884 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/mikerourke/forensic-files-api
go 1.14
require (
cloud.google.com/go v0.56.0
github.com/0xAX/notificator v0.0.0-20191016112426-3962a5ea8da1
github.com/IBM/go-sdk-core v1.1.1-0.20191204032945-b7e55c23dc56
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/alexsasharegan/dotenv v0.0.0-20171113213728-090a4d1b5d42
github.com/google/uuid v1.1.1
github.com/olekukonko/tablewriter v0.0.4
github.com/orandin/lumberjackrus v1.0.1
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.5.1 // indirect
github.com/watson-developer-cloud/go-sdk v1.3.2
google.golang.org/api v0.20.0
google.golang.org/genproto v0.0.0-20200331122359-1ee6d9798940
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)