-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
34 lines (32 loc) · 1.55 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
module github.com/dynport/dgtk
go 1.12
require (
github.com/aws/aws-sdk-go v1.19.5
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
github.com/codegangsta/martini v0.0.0-20170121215854-22fa46961aab
github.com/dynport/gocli v0.0.0-20160202104821-6d0b942bcd33
github.com/dynport/gocloud v0.0.0-20170424201259-f0f9b94f5d9c
github.com/dynport/gossh v0.0.0-20170809141523-122e3ee2a6b0
github.com/fsnotify/fsnotify v1.4.7
github.com/golang/protobuf v1.2.0 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/julienschmidt/httprouter v1.2.0
github.com/lib/pq v1.0.0
github.com/mattn/go-runewidth v0.0.2 // indirect
github.com/moovweb/gokogiri v0.0.0-20180713195410-a1a828153468
github.com/olekukonko/tablewriter v0.0.1
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.0
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff
github.com/streadway/amqp v0.0.0-20190312223743-14f78b41ce6d
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect
golang.org/x/net v0.0.0-20190327214358-63eda1eb0650 // indirect
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc // indirect
google.golang.org/appengine v1.0.0 // indirect
labix.org/v2/mgo v0.0.0-20140701140051-000000000287
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)