-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (30 loc) · 1.15 KB
/
go.mod
File metadata and controls
34 lines (30 loc) · 1.15 KB
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
30
31
32
33
34
module github.com/urcomputeringpal/label-mutex
go 1.23.0
toolchain go1.24.0
require (
github.com/aws/aws-sdk-go v1.45.19
github.com/google/go-github/v55 v55.0.0
github.com/google/uuid v1.3.1
github.com/hashicorp/go-multierror v1.1.1
github.com/motemen/go-loghttp v0.0.0-20170804080138-974ac5ceac27
github.com/sethvargo/go-githubactions v1.1.0
github.com/wolfeidau/dynalock v1.3.1
github.com/wolfeidau/dynalock/v2 v2.0.0
golang.org/x/net v0.15.0
golang.org/x/oauth2 v0.28.0
)
require (
cloud.google.com/go v0.65.0 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/motemen/go-nuts v0.0.0-20220604134737-2658d0104f31 // indirect
github.com/sethvargo/go-envconfig v0.8.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/sys v0.12.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)