mirror of https://github.com/AxioDL/artifacts.git
9 lines
128 B
Modula-2
9 lines
128 B
Modula-2
|
module artifacts
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/bradleyfalzon/ghinstallation v1.1.1
|
||
|
github.com/google/go-github/v33 v33.0.0
|
||
|
)
|