mirror of
https://github.com/Luzifer/repo-template.git
synced 2024-11-13 01:42:42 +00:00
13 lines
343 B
Modula-2
13 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
|
|
)
|