-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 836 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 836 Bytes
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
module Logseq_connector
go 1.24.0
require (
github.com/andygrunwald/go-jira/v2 v2.0.0-20250322171429-cfa118a2a9d4
github.com/apognu/gocal v0.9.1
github.com/kennygrant/sanitize v1.2.4
github.com/shomali11/util v0.0.0-20220717175126-f0771b70947f
github.com/xanzy/go-gitlab v0.115.0
golang.org/x/text v0.24.0
)
require (
github.com/ChannelMeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
github.com/trivago/tgo v1.0.7 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/oauth2 v0.29.0 // indirect
golang.org/x/time v0.11.0 // indirect
)