diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ require ( github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.10.0 golang.org/x/term v0.26.0 - golang.org/x/time v0.8.0 + golang.org/x/time v0.9.0 google.golang.org/protobuf v1.36.1 gopkg.in/yaml.v3 v3.0.1 gotest.tools/v3 v3.5.1 |