2023-03-10 07:02:28 +00:00
|
|
|
module github.com/CPunch/gopenfusion
|
2023-03-05 03:57:27 +00:00
|
|
|
|
|
|
|
go 1.19
|
2023-03-09 07:48:13 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/blockloop/scan v1.3.0
|
2023-06-22 06:53:38 +00:00
|
|
|
github.com/georgysavva/scany/v2 v2.0.0
|
|
|
|
github.com/google/subcommands v1.2.0
|
|
|
|
github.com/lib/pq v1.10.9
|
|
|
|
github.com/redis/go-redis/v9 v9.0.5
|
2023-03-09 07:48:13 +00:00
|
|
|
golang.org/x/crypto v0.7.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-06-22 06:53:38 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.15 // indirect
|
2023-03-09 07:48:13 +00:00
|
|
|
)
|