1
0
Fork 0
httpserver/go.mod

25 Zeilen
825 B
Modula-2

2021-01-09 20:39:05 +00:00
module go.sebtobie.de/httpserver
go 1.16
2021-01-09 20:39:05 +00:00
require (
2021-02-27 08:34:19 +00:00
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
2022-11-04 22:55:39 +00:00
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
2022-11-05 07:29:17 +00:00
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
2021-01-09 20:39:05 +00:00
)