HellPot/go.mod

34 lines
1.1 KiB
Modula-2
Raw Normal View History

module github.com/yunginnanet/HellPot
2024-07-06 17:43:06 +00:00
go 1.21
toolchain go1.22.4
require (
git.tcp.direct/kayos/common v1.0.0
github.com/fasthttp/router v1.5.2
2024-06-19 18:03:51 +00:00
github.com/knadh/koanf/parsers/toml v0.1.0
Chore(deps): Bump the deps group with 4 updates Bumps the deps group with 4 updates: [github.com/knadh/koanf/providers/env](https://github.com/knadh/koanf), [github.com/knadh/koanf/providers/file](https://github.com/knadh/koanf), [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) and [golang.org/x/term](https://github.com/golang/term). Updates `github.com/knadh/koanf/providers/env` from 0.1.0 to 1.0.0 - [Release notes](https://github.com/knadh/koanf/releases) - [Commits](https://github.com/knadh/koanf/compare/v0.1.0...v1.0.0) Updates `github.com/knadh/koanf/providers/file` from 1.1.0 to 1.1.2 - [Release notes](https://github.com/knadh/koanf/releases) - [Commits](https://github.com/knadh/koanf/compare/v1.1.0...providers/file/v1.1.2) Updates `github.com/valyala/fasthttp` from 1.55.0 to 1.56.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.55.0...v1.56.0) Updates `golang.org/x/term` from 0.23.0 to 0.25.0 - [Commits](https://github.com/golang/term/compare/v0.23.0...v0.25.0) --- updated-dependencies: - dependency-name: github.com/knadh/koanf/providers/env dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: github.com/knadh/koanf/providers/file dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-10-24 05:30:25 +00:00
github.com/knadh/koanf/providers/env v1.0.0
github.com/knadh/koanf/providers/file v1.1.2
github.com/knadh/koanf/v2 v2.1.2
github.com/rs/zerolog v1.33.0
github.com/valyala/fasthttp v1.57.0
golang.org/x/term v0.26.0
)
2022-04-09 01:33:43 +00:00
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
github.com/klauspost/compress v1.17.11 // indirect
2024-06-19 18:03:51 +00:00
github.com/knadh/koanf/maps v0.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
2024-06-19 18:03:51 +00:00
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 // indirect
2022-04-09 01:33:43 +00:00
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/sys v0.27.0 // indirect
2022-04-09 01:33:43 +00:00
)