Files
boshu2__agentops/cli/go.mod
T
dependabot[bot] e5644db174 deps(go): bump golang.org/x/text from 0.37.0 to 0.38.0 in /cli in the go-minor-patch group across 1 directory (#859)
Bumps the go-minor-patch group with 1 update in the /cli directory:
[golang.org/x/text](https://github.com/golang/text).

Updates `golang.org/x/text` from 0.37.0 to 0.38.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/text/commit/f4bb6328041b090f85b93014bd369edfcd24bdef"><code>f4bb632</code></a>
go.mod: update golang.org/x dependencies</li>
<li>See full diff in <a
href="https://github.com/golang/text/compare/v0.37.0...v0.38.0">compare
view</a></li>
</ul>
</details>
<br />

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-25 09:21:10 -04:00

23 lines
476 B
Modula-2

module github.com/boshu2/agentops/cli
go 1.26
toolchain go1.26.3
require (
github.com/BurntSushi/toml v1.6.0
github.com/google/go-cmp v0.7.0
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
go.uber.org/goleak v1.3.0
golang.org/x/text v0.38.0
gopkg.in/yaml.v3 v3.0.1
pgregory.net/rapid v1.3.0
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
)