mirror of
https://github.com/Luzifer/ots.git
synced 2025-04-23 08:39:19 -04:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220408201424-a24fb2fb8a0f 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>
21 lines
493 B
Modula-2
21 lines
493 B
Modula-2
module github.com/Luzifer/ots
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.13.0
|
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
|
github.com/gofrs/uuid/v3 v3.1.2
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/xuyu/goredis v0.0.0-20160929021245-89fbe9474b37
|
|
)
|
|
|
|
require (
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|