-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 890 Bytes
/
go.mod
File metadata and controls
29 lines (26 loc) · 890 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
26
27
28
29
module github.com/hansmi/paperhooks
go 1.25.0
require (
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/cenkalti/backoff/v4 v4.3.0
github.com/go-resty/resty/v2 v2.17.2
github.com/google/go-cmp v0.7.0
github.com/google/go-querystring v1.2.0
github.com/iancoleman/strcase v0.3.0
github.com/jarcoal/httpmock v1.4.1
github.com/kr/pretty v0.3.1
go.uber.org/multierr v1.11.0
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611
golang.org/x/oauth2 v0.36.0
golang.org/x/sync v0.20.0
golang.org/x/tools v0.43.0
)
require (
cloud.google.com/go/compute/metadata v0.3.0 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
golang.org/x/mod v0.34.0 // indirect
golang.org/x/net v0.52.0 // indirect
)