mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-08-08 00:23:42 +00:00
06e8ca7da3
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
197 B
Modula-2
11 lines
197 B
Modula-2
module github.com/jwetzell/osc-go
|
|
|
|
go 1.23.1
|
|
|
|
require github.com/spf13/cobra v1.9.1
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
)
|