diff options
author | 2021-02-28 15:17:18 +0100 | |
---|---|---|
committer | 2021-02-28 15:17:18 +0100 | |
commit | e68b72ddf95314dbec5f059c444ca0e41e5abb7e (patch) | |
tree | 6ee63a30c9aa5ce16efd5d409e698a85ba2a3f86 /go.mod | |
parent | messing around a bit (diff) | |
download | gotosocial-e68b72ddf95314dbec5f059c444ca0e41e5abb7e.tar.xz |
add docs and a bunch of other stuff
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 |