diff options
| author | Christine Dodrill <me@christine.website> | 2019-01-26 09:56:10 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-01-26 09:56:10 -0800 |
| commit | 5ee9eda3aa9663bc57b24bf8d634a7706d13cd41 (patch) | |
| tree | 9352616712c7b20c5f34203cf93c795e4f4d20c4 | |
| parent | e722cdd06a891caee44238a1161d04b576cfc31b (diff) | |
| download | x-5ee9eda3aa9663bc57b24bf8d634a7706d13cd41.tar.xz x-5ee9eda3aa9663bc57b24bf8d634a7706d13cd41.zip | |
jen
| -rw-r--r-- | go.mod | 1 | ||||
| -rw-r--r-- | go.sum | 2 | ||||
| -rw-r--r-- | mastodon/tptrans/main.go | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -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 @@ -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" ) |
