-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 774 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
23
24
module github.com/hansmi/papercli
go 1.21.5
require (
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/google/go-cmp v0.6.0
github.com/hansmi/paperhooks v0.0.11
go.uber.org/zap v1.27.0
)
require (
cloud.google.com/go/compute/metadata v0.3.0 // indirect
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/go-resty/resty/v2 v2.12.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.20.0 // indirect
golang.org/x/sync v0.7.0 // indirect
)