Files
Sillyv2/go.mod
T
cdle 51bf6ae830 x
2023-06-02 13:20:16 +08:00

60 lines
2.2 KiB
Modula-2

module github.com/cdle/sillyplus
go 1.18
replace github.com/willf/bitset v1.2.0 => github.com/bits-and-blooms/bitset v1.2.0
replace gorm.io/gorm => github.com/go-gorm/gorm v1.22.5
require (
github.com/beego/beego/v2 v2.0.1
github.com/boltdb/bolt v1.3.1
github.com/buger/jsonparser v1.1.1
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58
github.com/dop251/goja v0.0.0-20230427124612-428fc442ff5f
github.com/dop251/goja_nodejs v0.0.0-20230322100729-2550c7b6c124
github.com/elastic/go-elasticsearch/v6 v6.8.5
github.com/gin-gonic/gin v1.8.1
github.com/go-redis/redis/v8 v8.11.5
github.com/goccy/go-json v0.9.7
github.com/gogo/protobuf v1.3.1
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.5.0
github.com/robfig/cron/v3 v3.0.1
github.com/stretchr/testify v1.8.0
golang.org/x/net v0.4.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/pprof v0.0.0-20230510103437-eeec1cb781c3 // indirect
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/gin-contrib/gzip v0.0.6
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.10.0 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.1
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644
github.com/ugorji/go/codec v1.2.7 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)