-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
26 lines (25 loc) · 1.36 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
module github.com/telenordigital/nbiot-e2e
require (
github.com/ashwanthkumar/slack-go-webhook v0.0.0-20181208062437-4a19b1a876b7
github.com/aws/aws-sdk-go v1.16.10
github.com/elazarl/goproxy v0.0.0-20181111060418-2ce16c963a8a // indirect
github.com/emersion/go-dkim v0.0.0-20180915155134-eb84b016af30
github.com/go-mail/mail v0.0.0-20180731213649-a0242b2233b4
github.com/golang/protobuf v1.2.0
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/parnurzeal/gorequest v0.2.15 // indirect
github.com/prometheus/client_golang v0.9.2
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
github.com/telenordigital/nbiot-go v0.0.0-20181010134207-1d3bb7848942
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 // indirect
golang.org/x/net v0.0.0-20181217023233-e147a9138326 // indirect
golang.org/x/sys v0.0.0-20181218192612-074acd46bca6 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/mail.v2 v2.0.0-20180731213649-a0242b2233b4 // indirect
gopkg.in/src-d/go-git.v4 v4.7.1
)