14 Zeilen
298 B
Modula-2
14 Zeilen
298 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/google/uuid v1.1.4
|
||
|
github.com/pelletier/go-toml v1.8.1
|
||
|
github.com/phuslu/log v1.0.58
|
||
|
github.com/pkg/errors v0.9.1 // indirect
|
||
|
gopkg.in/dgrijalva/jwt-go.v3 v3.2.0
|
||
|
)
|