-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
37 lines (35 loc) · 1.57 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/teserakt-io/automation-engine
go 1.12
require (
contrib.go.opencensus.io/exporter/ocagent v0.6.0
github.com/denisenkom/go-mssqldb v0.0.0-20190924004331-208c0a498538 // indirect
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.3.4
github.com/google/go-cmp v0.3.1 // indirect
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
github.com/grpc-ecosystem/grpc-gateway v1.13.0
github.com/jinzhu/gorm v1.9.11
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/lib/pq v1.2.0 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/rvflash/elapsed v0.2.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/teserakt-io/c2 v0.0.0-20190913090940-33c5be11fcd2
github.com/teserakt-io/serverlib v0.0.0-20190926151838-1b30e3689cef
go.opencensus.io v0.22.1
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20190927073244-c990c680b611 // indirect
google.golang.org/api v0.10.0 // indirect
google.golang.org/appengine v1.6.4 // indirect
google.golang.org/genproto v0.0.0-20200302123026-7795fca6ccb1
google.golang.org/grpc v1.27.1
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)