-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
29 lines (26 loc) · 871 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
25
26
27
28
29
module github.com/uselagoon/machinery
go 1.18
require (
github.com/adrg/xdg v0.4.0
github.com/cxmcc/unixsums v0.0.0-20131125091133-89564297d82f
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
github.com/guregu/null v4.0.0+incompatible
github.com/hashicorp/go-version v1.6.0
github.com/machinebox/graphql v0.2.2
github.com/robfig/cron/v3 v3.0.1
golang.org/x/crypto v0.19.0
golang.org/x/oauth2 v0.17.0
golang.org/x/term v0.17.0
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)
require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/matryer/is v1.4.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)