-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (29 loc) · 1.13 KB
/
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
25
26
27
28
29
30
31
32
module github.com/urcomputeringpal/label-mutex
go 1.21
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.12.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
)