mirror of
https://github.com/Luzifer/restis.git
synced 2024-12-21 02:41:19 +00:00
20 lines
585 B
Modula-2
20 lines
585 B
Modula-2
module github.com/Luzifer/restis
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|