diff options
author | Clemens Fries <github-lettersnail@xenoworld.de> | 2021-06-08 23:00:36 +0200 |
---|---|---|
committer | Clemens Fries <github-lettersnail@xenoworld.de> | 2021-06-08 23:00:36 +0200 |
commit | 6d492cad59dd22dda13e63997590cc9d45beca43 (patch) | |
tree | fdeff86ec310bdd3ea6133c069ca5c80520e34c2 /go.mod | |
parent | d9371fd82e422097034ac9ffa57bcbd0951fdc61 (diff) |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,10 +1,13 @@ module github.com/githubert/lettersnail +go 1.15 + require ( - github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2 - github.com/docopt/docopt.go v0.0.0-20160216232012-784ddc588536 - github.com/go-ini/ini v1.11.0 - github.com/jordan-wright/email v0.0.0-20160403172529-fd703108daeb - github.com/pmezard/go-difflib v1.0.0 + github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2 // indirect + github.com/docopt/docopt.go v0.0.0-20180111231733-ee0de3bc6815 + github.com/go-ini/ini v1.62.0 + github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/smartystreets/goconvey v1.6.4 // indirect github.com/stretchr/testify v0.0.0-20160504130155-6cb3b85ef5a0 ) |