mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-10-31 20:41:22 +00:00
496b60ba44
Signed-off-by: Mustafa Gezen <mustafa@ctrliq.com>
8 lines
120 B
Modula-2
8 lines
120 B
Modula-2
module github.com/GIT_USER_ID/GIT_REPO_ID
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
|
|
)
|