File tree Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -2,24 +2,12 @@ module github.com/yourusername/kubernetes-truenas-democratic-tool
2
2
3
3
go 1.21
4
4
5
- require (
6
- github.com/gin-gonic/gin v1.9.1
7
- github.com/prometheus/client_golang v1.17.0
8
- github.com/spf13/cobra v1.8.0
9
- github.com/spf13/viper v1.17.0
10
- k8s.io/api v0.28.4
11
- k8s.io/apimachinery v0.28.4
12
- k8s.io/client-go v0.28.4
13
- sigs.k8s.io/controller-runtime v0.16.3
14
- github.com/kubernetes-csi/external-snapshotter/client/v6 v6.3.0
15
- )
5
+ require go.uber.org/zap v1.26.0
16
6
17
7
require (
18
- github.com/go-logr/logr v1.3.0
19
- github.com/go-resty/resty/v2 v2.11.0
20
- github.com/gorilla/websocket v1.5.1
21
- github.com/stretchr/testify v1.8.4
22
- go.uber.org/zap v1.26.0
23
- golang.org/x/time v0.5.0
24
- gopkg.in/yaml.v3 v3.0.1
25
- )
8
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
9
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
10
+ github.com/stretchr/testify v1.8.4 // indirect
11
+ go.uber.org/goleak v1.2.1 // indirect
12
+ go.uber.org/multierr v1.11.0 // indirect
13
+ )
You can’t perform that action at this time.
0 commit comments