20 lines
584 B
Modula-2
20 lines
584 B
Modula-2
module git.ruffin.me/gogdl
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/fatih/color v1.13.0
|
|
github.com/webview/webview v0.0.0-20220214200855-c1b2cc1106d7
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
google.golang.org/appengine v1.6.6 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
)
|