forked from finn-no/intigriti-slack-announce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (19 loc) · 930 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/hazcod/intigriti-slack-announce
go 1.14
//replace github.com/hazcod/go-intigriti => ../go-intigriti
require (
github.com/ashwanthkumar/slack-go-webhook v0.0.0-20200209025033-430dd4e66960
github.com/elazarl/goproxy v0.0.0-20200809112317-0581fc3aee2d // indirect
github.com/elazarl/goproxy/ext v0.0.0-20200809112317-0581fc3aee2d // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/hazcod/go-intigriti v1.2.2
github.com/parnurzeal/gorequest v0.2.16 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.0
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb // indirect
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
moul.io/http2curl v1.0.0 // indirect
)