25 Zeilen
825 B
Modula-2
25 Zeilen
825 B
Modula-2
module go.sebtobie.de/httpserver
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/crewjam/saml v0.4.8
|
|
github.com/flosch/pongo2/v4 v4.0.2
|
|
github.com/gin-gonic/gin v1.8.1
|
|
github.com/go-playground/validator/v10 v10.11.1 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.4.2
|
|
github.com/google/uuid v1.3.0
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
github.com/jackc/pgx/v4 v4.17.2
|
|
github.com/jackc/tern v1.13.0
|
|
github.com/jonboulle/clockwork v0.3.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/rs/xid v1.4.0
|
|
github.com/rs/zerolog v1.28.0
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|