gomod2nix/go.mod
dependabot[bot] 232568839b
build(deps): bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.3.2 to 1.4.0.
- [Release notes](https://github.com/BurntSushi/toml/releases)
- [Commits](https://github.com/BurntSushi/toml/compare/v1.3.2...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/BurntSushi/toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 10:30:33 +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.0
golang.org/x/mod v0.14.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
)