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-07-12 06:21:28 +00:00
|
|
|
github.com/google/go-github/v63 v63.0.0
|
2023-08-15 09:41:35 +00:00
|
|
|
github.com/make-go-great/netrc-go v0.0.2
|
2024-08-06 07:05:16 +00:00
|
|
|
golang.org/x/oauth2 v0.22.0
|
2024-04-15 10:21:29 +00:00
|
|
|
golang.org/x/sync v0.7.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
|