forked from phc/cluster-dashboard
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
652 B
Modula-2
22 lines
652 B
Modula-2
module git.phc.dm.unipi.it/phc/cluster-dashboard
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/gofiber/fiber/v2 v2.34.1
|
|
github.com/joho/godotenv v1.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
github.com/klauspost/compress v1.15.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.37.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
)
|