go mod files

This commit is contained in:
2022-12-02 18:27:04 +01:00
parent 32e926e2f4
commit 19cfe37f7b
2 changed files with 37 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
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