27 lines
962 B
Modula-2
27 lines
962 B
Modula-2
module git.narnian.us/lordwelch/godyn
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
git.narnian.us/lordwelch/externalip v1.0.1
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
|
google.golang.org/api v0.52.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.88.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
|
|
go.opencensus.io v0.23.0 // indirect
|
|
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 // indirect
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20210722135532-667f2b7c528f // indirect
|
|
google.golang.org/grpc v1.39.0 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
)
|