28 lines
1.0 KiB
Modula-2
28 lines
1.0 KiB
Modula-2
module github.com/Hri7566/mpp-client-go
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgraph-io/badger/v4 v4.2.0 // indirect
|
|
github.com/dgraph-io/ristretto v0.1.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/glog v1.0.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/golang/snappy v0.0.3 // indirect
|
|
github.com/google/flatbuffers v1.12.1 // indirect
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
github.com/kataras/go-events v0.0.3 // indirect
|
|
github.com/klauspost/compress v1.12.3 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/syndtr/goleveldb v1.0.0 // indirect
|
|
go.opencensus.io v0.22.5 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|