diff options
| author | Max Resnick <max@ofmax.li> | 2020-05-23 07:56:12 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2020-06-22 22:37:17 -0700 |
| commit | 85e7eaa3a1c9024c02cc9a63744cdfb144cc3737 (patch) | |
| tree | a44855abcf5424126c54ee636463dc866e558561 /go.mod | |
| parent | 4e77ad5762539d8f9edf40d2668a998c38e834d3 (diff) | |
| download | iserv-85e7eaa3a1c9024c02cc9a63744cdfb144cc3737.tar.gz | |
adds tmpl, css, and fileserver
Diffstat (limited to '')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,10 +11,13 @@ 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/rafaeljusto/redigomock v2.3.0+incompatible github.com/speps/go-hashids v2.0.0+incompatible github.com/stretchr/testify v1.5.1 gitlab.com/grumps/environ v0.0.0-20190605051324-730aa37373e1 + go.ofmax.li/environ v0.1.0 + go.ofmax.li/tmpl v0.1.0 golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect google.golang.org/api v0.21.0 // indirect ) |