-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (25 loc) · 898 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
module github.com/Superm4n97/access-linode-instance
go 1.18
require (
github.com/linode/linodego v1.11.0
github.com/povsister/scp v0.0.0-20210427074412-33febfd9f13e
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/oauth2 v0.4.0
gomodules.xyz/homedir v0.1.0
gomodules.xyz/password-generator v0.2.9
gomodules.xyz/pointer v0.1.0
k8s.io/apimachinery v0.26.1
k8s.io/klog/v2 v2.80.1
)
require (
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-resty/resty/v2 v2.1.1-0.20191201195748-d7b97669fe48 // indirect
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect
)