aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-01-26 09:56:10 -0800
committerChristine Dodrill <me@christine.website>2019-01-26 09:56:10 -0800
commit5ee9eda3aa9663bc57b24bf8d634a7706d13cd41 (patch)
tree9352616712c7b20c5f34203cf93c795e4f4d20c4
parente722cdd06a891caee44238a1161d04b576cfc31b (diff)
downloadx-5ee9eda3aa9663bc57b24bf8d634a7706d13cd41.tar.xz
x-5ee9eda3aa9663bc57b24bf8d634a7706d13cd41.zip
jen
-rw-r--r--go.mod1
-rw-r--r--go.sum2
-rw-r--r--mastodon/tptrans/main.go2
3 files changed, 3 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index f02abd5..ed81975 100644
--- a/go.mod
+++ b/go.mod
@@ -11,6 +11,7 @@ require (
github.com/cjoudrey/gluahttp v0.0.0-20190104103309-101c19a37344
github.com/cjoudrey/gluaurl v0.0.0-20161028222611-31cbb9bef199
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd
+ github.com/dave/jennifer v1.2.0 // indirect
github.com/dgryski/go-failure v0.0.0-20151001134759-4963dbd58fd0
github.com/dgryski/go-onlinestats v0.0.0-20170612111826-1c7d19468768 // indirect
github.com/disintegration/imaging v1.5.0
diff --git a/go.sum b/go.sum
index 822b600..81808c4 100644
--- a/go.sum
+++ b/go.sum
@@ -20,6 +20,8 @@ github.com/cjoudrey/gluaurl v0.0.0-20161028222611-31cbb9bef199 h1:cJ1E8ZwZLfercT
github.com/cjoudrey/gluaurl v0.0.0-20161028222611-31cbb9bef199/go.mod h1:jC+zrjHA5CaxJzn+tojIoIOzSp/6BlkRWXnMlxNkB+g=
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd h1:qMd81Ts1T2OTKmB4acZcyKaMtRnY5Y44NuXGX2GFJ1w=
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI=
+github.com/dave/jennifer v1.2.0 h1:S15ZkFMRoJ36mGAQgWL1tnr0NQJh9rZ8qatseX/VbBc=
+github.com/dave/jennifer v1.2.0/go.mod h1:fIb+770HOpJ2fmN9EPPKOqm1vMGhB+TwXKMZhrIygKg=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
diff --git a/mastodon/tptrans/main.go b/mastodon/tptrans/main.go
index c24fa14..5c93cb6 100644
--- a/mastodon/tptrans/main.go
+++ b/mastodon/tptrans/main.go
@@ -8,9 +8,7 @@ import (
madon "github.com/McKael/madon/v2"
"github.com/Xe/x/internal"
"github.com/Xe/x/tokipona"
- _ "github.com/Xe/x/tokipona"
"github.com/jaytaylor/html2text"
- _ "github.com/joho/godotenv/autoload"
"within.website/ln"
"within.website/ln/opname"
)