diff options
| author | 2021-06-21 20:40:56 +0200 | |
|---|---|---|
| committer | 2021-06-21 20:40:56 +0200 | |
| commit | 38912f5d07d1ceaf912d8335fa18c1276ae72f29 (patch) | |
| tree | 5bb2bfd18a48a4315daaedda82261d8081f15097 /go.mod | |
| parent | new styling for frontpage, update login and authorize templates (#46) (diff) | |
| download | gotosocial-38912f5d07d1ceaf912d8335fa18c1276ae72f29.tar.xz | |
add web handler to testrig
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ require ( github.com/dsoprea/go-utility v0.0.0-20200717064901-2fccff4aa15e // indirect github.com/gin-contrib/cors v1.3.1 github.com/gin-contrib/sessions v0.0.3 - github.com/gin-contrib/static v0.0.1 // indirect + github.com/gin-contrib/static v0.0.1 github.com/gin-gonic/gin v1.7.2 github.com/go-errors/errors v1.4.0 // indirect github.com/go-fed/activity v1.0.1-0.20210426194615-e0de0863dcc1 |
