go-firefly3/go.mod

9 lines
138 B
Modula-2
Raw Normal View History

2024-05-11 14:55:01 +03:00
module gitea.stuzer.link/stuzer05/go-firefly3/v2
go 1.22.2
require (
github.com/antihax/optional v1.0.0
2024-05-12 12:09:16 +03:00
golang.org/x/oauth2 v0.20.0
2024-05-11 14:55:01 +03:00
)