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.
16 lines
529 B
Modula-2
16 lines
529 B
Modula-2
module phc.dm.unipi.it/server-poisson
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-playground/validator/v10 v10.3.0 // indirect
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect
|
|
google.golang.org/protobuf v1.24.0 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|