diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -module github.com/gotosocial/server +module github.com/gotosocial/gotosocial go 1.16 -require github.com/gin-gonic/gin v1.6.3 // indirect +require github.com/gin-gonic/gin v1.6.3 |