Add files via upload

This commit is contained in:
dije07
2024-04-01 16:31:24 +07:00
committed by GitHub
parent e1c8cb365f
commit 0193e344c7
17 changed files with 1751 additions and 0 deletions

17
quantification/go.mod Normal file
View File

@@ -0,0 +1,17 @@
module github.com/dije07/sqqs
go 1.21.3
require (
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/go-redis/redis/v8 v8.11.5
github.com/lib/pq v1.10.9
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/gorilla/websocket v1.5.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sync v0.1.0 // indirect
)