25 Zeilen
889 B
Modula-2
25 Zeilen
889 B
Modula-2
module go.sebtobie.de/httpserver
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/crewjam/saml v0.4.5
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-playground/validator/v10 v10.4.1 // indirect
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/google/uuid v1.1.4
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/pelletier/go-toml v1.8.1
|
|
github.com/phuslu/log v1.0.60
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/ugorji/go v1.2.3 // indirect
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
|
golang.org/x/sys v0.0.0-20210122235752-a8b976e07c7b // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/dgrijalva/jwt-go.v3 v3.2.0
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|