2021-01-09 20:39:05 +00:00
|
|
|
module go.sebtobie.de/httpserver
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2021-02-27 08:34:19 +00:00
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
2021-02-26 23:38:06 +00:00
|
|
|
github.com/crewjam/httperr v0.2.0 // indirect
|
2021-01-09 20:39:05 +00:00
|
|
|
github.com/crewjam/saml v0.4.5
|
2021-10-24 16:39:48 +00:00
|
|
|
github.com/gin-gonic/gin v1.7.4
|
|
|
|
github.com/go-playground/validator/v10 v10.9.0 // indirect
|
2021-02-26 23:38:06 +00:00
|
|
|
github.com/gofrs/uuid v4.0.0+incompatible // indirect
|
2021-10-24 16:39:48 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2021-02-26 23:38:06 +00:00
|
|
|
github.com/google/uuid v1.2.0
|
2021-02-27 08:34:19 +00:00
|
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
2021-02-26 23:38:06 +00:00
|
|
|
github.com/jackc/pgmock v0.0.0-20201204152224-4fe30f7445fd // indirect
|
|
|
|
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
|
|
|
|
github.com/jackc/pgx/v4 v4.10.1
|
2021-10-24 16:39:48 +00:00
|
|
|
github.com/jackc/tern v1.12.3
|
2021-02-26 23:38:06 +00:00
|
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
2021-10-24 16:39:48 +00:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2021-02-26 23:38:06 +00:00
|
|
|
github.com/lib/pq v1.9.0 // indirect
|
|
|
|
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
|
2021-10-24 16:39:48 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
2021-02-27 08:34:19 +00:00
|
|
|
github.com/mitchellh/copystructure v1.1.1 // indirect
|
2021-01-18 19:00:32 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2021-10-24 16:39:48 +00:00
|
|
|
github.com/phuslu/log v1.0.75
|
2021-01-09 20:39:05 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2021-02-26 23:38:06 +00:00
|
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
2021-10-24 16:39:48 +00:00
|
|
|
github.com/ugorji/go v1.2.6 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
2021-11-07 17:51:39 +00:00
|
|
|
golang.org/x/sys v0.0.0-20211106132015-ebca88c72f68 // indirect
|
2021-10-24 16:39:48 +00:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
2021-01-09 20:39:05 +00:00
|
|
|
gopkg.in/dgrijalva/jwt-go.v3 v3.2.0
|
2021-01-18 19:00:32 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2021-01-09 20:39:05 +00:00
|
|
|
)
|