23 lines
649 B
Modula-2
23 lines
649 B
Modula-2
module github.com/haunt98/posts-go
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/google/go-github/v55 v55.0.0
|
|
github.com/make-go-great/netrc-go v0.0.2
|
|
golang.org/x/oauth2 v0.13.0
|
|
golang.org/x/sync v0.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
|
|
github.com/cloudflare/circl v1.3.3 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
golang.org/x/crypto v0.14.0 // indirect
|
|
golang.org/x/net v0.16.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|