-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgo.mod
21 lines (18 loc) · 680 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/kevholditch/go-pagerduty-slack-sync
go 1.21.5
require (
github.com/PagerDuty/go-pagerduty v1.3.0
github.com/sirupsen/logrus v1.4.2
github.com/slack-go/slack v0.7.2
github.com/stretchr/testify v1.6.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20190422165155-953cdadca894 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)