mirror of
https://github.com/KevinMidboe/planetposen-mail.git
synced 2025-10-29 09:40:32 +00:00
14 lines
332 B
Modula-2
14 lines
332 B
Modula-2
module github.com/kevinmidboe/planetposen-mail
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/opentracing/opentracing-go v1.2.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|