gomod2nix/go.mod
dependabot[bot] 19ed797477 build(deps): bump golang.org/x/mod from 0.14.0 to 0.21.0
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.14.0 to 0.21.0.
- [Commits](https://github.com/golang/mod/compare/v0.14.0...v0.21.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-20 17:57:35 +00:00

18 lines
455 B
Modula-2

module github.com/nix-community/gomod2nix
go 1.17
require (
github.com/BurntSushi/toml v1.4.0
github.com/nix-community/go-nix v0.0.0-20220612195009-5f5614f7ca47
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1
golang.org/x/mod v0.21.0
golang.org/x/tools/go/vcs v0.1.0-deprecated
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.14.0 // indirect
)