generated from titan-data/template
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgo.mod
25 lines (23 loc) · 785 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
module titan
go 1.13
require (
github.com/antihax/optional v1.0.0
github.com/briandowns/spinner v1.23.0
github.com/buger/jsonparser v1.1.1
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0
github.com/googleapis/gnostic v0.5.1 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.15.0
github.com/titan-data/nop-remote-go v0.2.1
github.com/titan-data/remote-sdk-go v0.2.1
github.com/titan-data/s3-remote-go v0.2.1
github.com/titan-data/s3web-remote-go v0.2.0
github.com/titan-data/ssh-remote-go v0.2.0
github.com/titan-data/titan-client-go v0.1.1
k8s.io/api v0.20.1
k8s.io/apimachinery v0.20.1
k8s.io/client-go v0.20.1
)