diff options
| author | Max Resnick <max@ofmax.li> | 2020-06-27 21:23:44 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2020-07-26 22:16:40 -0700 |
| commit | 77c2e6aca2dc0f851f55e30a0f49c9ee7c2c952e (patch) | |
| tree | bf5b062468b21c9b61d96e2d73dfbc183fc58dc9 /go.mod | |
| parent | 85e7eaa3a1c9024c02cc9a63744cdfb144cc3737 (diff) | |
| download | iserv-77c2e6aca2dc0f851f55e30a0f49c9ee7c2c952e.tar.gz | |
adds post meta, basic template for single image
Diffstat (limited to '')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require ( github.com/gomodule/redigo v2.0.0+incompatible github.com/matoous/go-nanoid v1.3.0 github.com/muyo/sno v1.1.0 - github.com/pkg/errors v0.9.1 // indirect + github.com/pkg/errors v0.9.1 github.com/rafaeljusto/redigomock v2.3.0+incompatible github.com/speps/go-hashids v2.0.0+incompatible github.com/stretchr/testify v1.5.1 |