mirror of
https://github.com/paralus/paralus.git
synced 2026-02-14 17:49:51 +00:00
14 lines
403 B
Modula-2
14 lines
403 B
Modula-2
module github.com/RafaySystems/rcloud-base
|
|
|
|
go 1.17
|
|
|
|
require github.com/uptrace/bun v1.0.20
|
|
|
|
require (
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
golang.org/x/sys v0.0.0-20211123173158-ef496fb156ab // indirect
|
|
)
|