2021-11-30 15:17:09 +00:00
|
|
|
module github.com/haunt98/posts-go
|
|
|
|
|
2024-03-01 07:20:41 +00:00
|
|
|
go 1.21
|
2021-11-30 15:17:09 +00:00
|
|
|
|
2022-07-11 04:26:24 +00:00
|
|
|
require (
|
2024-09-16 14:14:09 +00:00
|
|
|
github.com/google/go-github/v65 v65.0.0
|
2023-08-15 09:41:35 +00:00
|
|
|
github.com/make-go-great/netrc-go v0.0.2
|
2024-09-04 23:40:57 +00:00
|
|
|
golang.org/x/oauth2 v0.23.0
|
2024-11-16 01:15:43 +00:00
|
|
|
golang.org/x/sync v0.9.0
|
2022-07-11 04:26:24 +00:00
|
|
|
)
|
|
|
|
|
2024-04-05 02:42:35 +00:00
|
|
|
require github.com/google/go-querystring v1.1.0 // indirect
|