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.
23 lines
650 B
Modula-2
23 lines
650 B
Modula-2
module git.phc.dm.unipi.it/phc/website
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/alecthomas/repr v0.2.0
|
|
github.com/gofiber/fiber/v2 v2.41.0
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/valyala/fasthttp v1.43.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
)
|