initial commit

This commit is contained in:
Gitea
2023-11-21 15:07:54 +03:00
commit 9bc56666a0
11 changed files with 349 additions and 0 deletions

8
go.mod Normal file
View File

@ -0,0 +1,8 @@
module git.loyso.art/frx/kurious
go 1.21
require (
github.com/go-resty/resty/v2 v2.10.0
golang.org/x/net v0.18.0
)