micro-codec-toml/go.mod
dependabot[bot] e2d01ae0b6
Bump github.com/BurntSushi/toml from 0.4.1 to 1.0.0 (#45)
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 0.4.1 to 1.0.0.
- [Release notes](https://github.com/BurntSushi/toml/releases)
- [Commits](https://github.com/BurntSushi/toml/compare/v0.4.1...v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-20 01:13:30 +03:00

9 lines
134 B
Modula-2

module go.unistack.org/micro-codec-toml/v3
go 1.16
require (
github.com/BurntSushi/toml v1.0.0
go.unistack.org/micro/v3 v3.8.15
)