mirror of
https://github.com/Luzifer/repo-template.git
synced 2025-01-10 21:11:49 +00:00
14 lines
343 B
Modula-2
14 lines
343 B
Modula-2
|
module github.com/Luzifer/repo-template
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/Luzifer/go_helpers/v2 v2.12.2
|
||
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
||
|
github.com/flosch/pongo2/v4 v4.0.2
|
||
|
github.com/google/go-github/v34 v34.0.0
|
||
|
github.com/gosimple/slug v1.9.0
|
||
|
github.com/sirupsen/logrus v1.8.1
|
||
|
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
|
||
|
)
|