Launch submission extraction through drone
This commit is contained in:
parent
d3a5a89c0e
commit
65b62afb82
5 changed files with 66 additions and 7 deletions
1
go.mod
1
go.mod
|
|
@ -5,6 +5,7 @@ go 1.16
|
|||
require (
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895
|
||||
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
|
||||
github.com/go-sql-driver/mysql v1.6.0
|
||||
github.com/jcmturner/gokrb5/v8 v8.4.3
|
||||
|
|
|
|||
Reference in a new issue