-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 721 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/DerEnderKeks/LoginNotifier
go 1.14
require (
github.com/ashwanthkumar/slack-go-webhook v0.0.0-20200209025033-430dd4e66960
github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // indirect
github.com/elazarl/goproxy v0.0.0-20200315184450-1f3cb6622dad // indirect
github.com/getsentry/raven-go v0.2.0
github.com/hpcloud/tail v1.0.0
github.com/noonien/discohook v0.0.0-20171109202730-67a8b2f53be1
github.com/parnurzeal/gorequest v0.2.16 // indirect
github.com/pkg/errors v0.8.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
moul.io/http2curl v1.0.0 // indirect
)