This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
89 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,30 @@ | ||
module github.com/radiorabe/acr-webhook-receiver | ||
|
||
go 1.13 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect | ||
github.com/go-openapi/errors v0.19.7 | ||
github.com/go-openapi/analysis v0.19.11 // indirect | ||
github.com/go-openapi/errors v0.19.8 | ||
github.com/go-openapi/loads v0.19.5 | ||
github.com/go-openapi/runtime v0.19.21 | ||
github.com/go-openapi/spec v0.19.9 | ||
github.com/go-openapi/strfmt v0.19.5 | ||
github.com/go-openapi/swag v0.19.9 | ||
github.com/go-openapi/validate v0.19.11 | ||
github.com/go-openapi/runtime v0.19.23 | ||
github.com/go-openapi/spec v0.19.12 | ||
github.com/go-openapi/strfmt v0.19.8 | ||
github.com/go-openapi/swag v0.19.11 | ||
github.com/go-openapi/validate v0.19.12 | ||
github.com/go-test/deep v1.0.7 | ||
github.com/gofrs/uuid v3.3.0+incompatible | ||
github.com/jackc/pgproto3/v2 v2.0.4 // indirect | ||
github.com/jackc/pgx/v4 v4.9.2 // indirect | ||
github.com/jessevdk/go-flags v1.4.0 | ||
github.com/mailru/easyjson v0.7.6 // indirect | ||
github.com/mitchellh/mapstructure v1.3.3 // indirect | ||
github.com/reillywatson/goloose v0.0.0-20200725032305-885b67396ab0 | ||
github.com/sirupsen/logrus v1.6.0 | ||
go.mongodb.org/mongo-driver v1.4.1 // indirect | ||
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect | ||
golang.org/x/net v0.0.0-20200904194848-62affa334b73 | ||
golang.org/x/sys v0.0.0-20200916084744-dbad9cb7cb7a // indirect | ||
github.com/sirupsen/logrus v1.7.0 | ||
go.mongodb.org/mongo-driver v1.4.3 // indirect | ||
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect | ||
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 | ||
golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf // indirect | ||
golang.org/x/text v0.3.4 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
gorm.io/driver/postgres v1.0.0 | ||
gorm.io/gorm v1.20.1 | ||
gorm.io/driver/postgres v1.0.5 | ||
gorm.io/gorm v1.20.6 | ||
) |
Oops, something went wrong.