go-pass-gen/go.mod
dependabot[bot] 1384d83854
build(deps): bump golang.org/x/sys (#13)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210823070655-63515b42dcdf to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-25 23:16:29 +01:00

19 lines
467 B
Modula-2

module github.com/rjNemo/go-pass-gen
go 1.17
require (
github.com/fatih/color v1.13.0
github.com/go-chi/chi/v5 v5.0.4
github.com/go-chi/cors v1.2.0
github.com/go-chi/render v1.0.1
github.com/spf13/cobra v1.2.1
)
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.1.0 // indirect
)