19 lines
442 B
Modula-2
19 lines
442 B
Modula-2
module github.com/haunt98/posts-go
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/google/go-github/v58 v58.0.0
|
|
github.com/make-go-great/netrc-go v0.0.2
|
|
golang.org/x/oauth2 v0.16.0
|
|
golang.org/x/sync v0.6.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
golang.org/x/net v0.20.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|