42 lines
1.4 KiB
Modula-2
42 lines
1.4 KiB
Modula-2
module schain
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/chinuy/zipf v0.0.0-20180918155919-1ef58b781f9a
|
|
//github.com/coocood/freecache v1.2.3
|
|
github.com/corgi-kx/logcustom v0.0.0-20191226094333-f56d55ec7426
|
|
github.com/golang/protobuf v1.5.4
|
|
github.com/orcaman/concurrent-map/v2 v2.0.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/spf13/viper v1.16.0
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
google.golang.org/grpc v1.56.2
|
|
google.golang.org/protobuf v1.33.0
|
|
)
|
|
|
|
require (
|
|
//github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
//github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
|
|
github.com/spf13/afero v1.9.5 // indirect
|
|
github.com/spf13/cast v1.5.1 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/subosito/gotenv v1.4.2 // indirect
|
|
//golang.org/x/net v0.24.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require golang.org/x/net v0.10.0
|