-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 669 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/keygen-sh/keygen-go/v3
go 1.17
require (
github.com/denisbrodbeck/machineid v1.0.1
github.com/google/go-querystring v1.1.0
github.com/google/uuid v1.3.0
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-retryablehttp v0.7.1
github.com/keygen-sh/go-update v1.0.0
github.com/keygen-sh/jsonapi-go v1.2.1
github.com/oasisprotocol/curve25519-voi v0.0.0-20211102120939-d5a936accd94
)
require (
golang.org/x/crypto v0.0.0-20210813211128-0a44fdfbc16e // indirect
golang.org/x/net v0.0.0-20210521195947-fe42d452be8f // indirect
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)