forked from ShiftLeftSecurity/atlassian-connect-go
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
21 lines (18 loc) · 796 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/ShiftLeftSecurity/atlassian-connect-go
go 1.13
require (
github.com/andygrunwald/go-jira v1.14.0
github.com/beme/abide v0.0.0-20190723115211-635a09831760
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/mux v1.8.0
github.com/nsf/jsondiff v0.0.0-20210926074059-1e845ec5d249 // indirect
github.com/pkg/errors v0.9.1
github.com/sergi/go-diff v1.1.0 // indirect
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)
replace github.com/beme/abide => github.com/ShiftLeftSecurity/abide v0.6.0