mirror of
https://github.com/amalgamated-tools/mirror-to-gitea.git
synced 2025-12-23 14:08:35 -05:00
12 lines
237 B
Modula-2
12 lines
237 B
Modula-2
module github.com/jaedle/mirror-to-gitea
|
|
|
|
go 1.24.9
|
|
|
|
require (
|
|
github.com/bmatcuk/doublestar/v4 v4.9.1
|
|
github.com/google/go-github/v66 v66.0.0
|
|
golang.org/x/oauth2 v0.33.0
|
|
)
|
|
|
|
require github.com/google/go-querystring v1.1.0 // indirect
|