22 lines
672 B
Modula-2
22 lines
672 B
Modula-2
|
module go.dev.pztrn.name/periodicator
|
||
|
|
||
|
go 1.17
|
||
|
|
||
|
require (
|
||
|
github.com/robfig/cron v1.2.0
|
||
|
github.com/xanzy/go-gitlab v0.51.1
|
||
|
gopkg.in/yaml.v2 v2.2.2
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/golang/protobuf v1.5.2 // indirect
|
||
|
github.com/google/go-querystring v1.1.0 // indirect
|
||
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
||
|
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
|
||
|
golang.org/x/net v0.0.0-20210924054057-cf34111cab4d // indirect
|
||
|
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
|
||
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
||
|
google.golang.org/appengine v1.6.7 // indirect
|
||
|
google.golang.org/protobuf v1.27.1 // indirect
|
||
|
)
|