You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gocache/go.mod

30 lines
1.0 KiB

2 years ago
module go.dtapp.net/gocache
2 years ago
4 months ago
go 1.21.5
2 years ago
require (
4 months ago
github.com/allegro/bigcache/v3 v3.1.0
4 months ago
github.com/redis/go-redis/v9 v9.4.0
go.dtapp.net/gojson v1.0.4
2 years ago
)
require (
2 years ago
github.com/basgys/goxml2json v1.1.0 // indirect
4 months ago
github.com/bytedance/sonic v1.10.2 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
github.com/chenzhuoyu/iasm v0.9.1 // indirect
2 years ago
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
4 months ago
github.com/goccy/go-json v0.10.2 // indirect
2 years ago
github.com/json-iterator/go v1.1.12 // indirect
4 months ago
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
2 years ago
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
4 months ago
github.com/stretchr/testify v1.8.2 // indirect
4 months ago
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
4 months ago
golang.org/x/arch v0.7.0 // indirect
4 months ago
golang.org/x/net v0.19.0 // indirect
4 months ago
golang.org/x/sys v0.16.0 // indirect
4 months ago
golang.org/x/text v0.14.0 // indirect
2 years ago
)