Retrieve submission metadata

This commit is contained in:
nemunaire 2022-09-05 04:07:41 +02:00
commit ca55ba9b2e
5 changed files with 108 additions and 0 deletions

1
go.mod
View file

@ -4,6 +4,7 @@ go 1.16
require (
github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895
github.com/aws/aws-sdk-go v1.44.91
github.com/coreos/go-oidc/v3 v3.2.0
github.com/drone/drone-go v1.7.1
github.com/gin-gonic/gin v1.7.7