25 lines
622 B
Modula-2
25 lines
622 B
Modula-2
module git.icedream.tech/icedream/oneandone-billing-mailer
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/go-logr/logr v1.2.3
|
|
github.com/go-logr/zapr v1.2.3
|
|
go.uber.org/zap v1.19.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0
|
|
github.com/webview/webview v0.0.0-20220729131735-25e7f41b8bbf
|
|
golang.org/x/net v0.0.0-20220812174116-3211cb980234
|
|
golang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7
|
|
)
|